(command.AndOr
  ops: [Id.Op_DAmp]
  children: [
    (command.ShFunction
      name: _insmod
      body: 
        (command.BraceGroup
          children: [
            (C {<local>} {<cur>} {<prev>} {<words>} {<cword>})
            (command.AndOr
              ops: [Id.Op_DPipe]
              children: [
                (C {<_init_completion>})
                (command.ControlFlow token:<Id.ControlFlow_Return return>)
              ]
            )
            (command.If
              arms: [
                (if_arm
                  cond: [
                    (command.Sentence
                      child: 
                        (command.DBracket
                          expr: 
                            (bool_expr.Binary
                              op_id: Id.BoolBinary_eq
                              left: {($ Id.VSub_DollarName '$cword')}
                              right: {<1>}
                            )
                        )
                      terminator: <Id.Op_Semi _>
                    )
                  ]
                  action: [(C {<_filedir>} {(SQ <'@(?(k)o?(.gz))'>)})]
                  spids: [34 47]
                )
              ]
              else_action: [
                (command.ShAssignment
                  pairs: [
                    (assign_pair
                      lhs: (sh_lhs_expr.Name name:COMPREPLY)
                      op: assign_op.Equal
                      rhs: 
                        {
                          (sh_array_literal
                            left: <Id.Op_LParen _>
                            words: [
                              {
                                (command_sub
                                  left_token: <Id.Left_DollarParen '$('>
                                  command_list: 
                                    (command.CommandList
                                      children: [
                                        (C {<compgen>} {<-W>} 
                                          {
                                            (DQ 
                                              (command_sub
                                                left_token: <Id.Left_DollarParen '$('>
                                                command_list: 
                                                  (command.CommandList
                                                    children: [
                                                      (command.Pipeline
                                                        children: [
                                                          (command.Simple
                                                            words: [
                                                              {<modinfo>}
                                                              {<-p>}
                                                              {
                                                                (braced_var_sub
                                                                  token: <Id.VSub_Name words>
                                                                  bracket_op: 
                                                                    (bracket_op.ArrayIndex
                                                                      expr: 
                                                                        (arith_expr.ArithWord
                                                                          w: {<Id.Lit_Digits 1>}
                                                                        )
                                                                    )
                                                                )
                                                              }
                                                            ]
                                                            redirects: [
                                                              (redir.Redir
                                                                op: <Id.Redir_Great '2>'>
                                                                fd: 2
                                                                arg_word: {</dev/null>}
                                                              )
                                                            ]
                                                            more_env: [
                                                              (env_pair
                                                                name: PATH
                                                                val: 
                                                                  {
                                                                    (DQ 
                                                                      ($ Id.VSub_DollarName '$PATH') <':/sbin'>
                                                                    )
                                                                  }
                                                                spids: [75]
                                                              )
                                                            ]
                                                          )
                                                          (C {<cut>} {<-d> <Id.Lit_Other ':'>} {<-f1>})
                                                        ]
                                                        negated: F
                                                      )
                                                    ]
                                                  )
                                              )
                                            )
                                          } {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                        )
                                      ]
                                    )
                                )
                              }
                            ]
                          )
                        }
                      spids: [63]
                    )
                  ]
                )
              ]
            )
          ]
        )
    )
    (C {<complete>} {<-F>} {<_insmod>} {<insmod>} {<insmod.static>})
  ]
)