(command.AndOr
  ops: [Id.Op_DAmp]
  children: [
    (command.ShFunction
      name: _postsuper
      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>)
              ]
            )
            (C {<local>} {<pval>} {<len>} {<idx>})
            (command.Case
              to_match: {($ Id.VSub_DollarName '$prev')}
              arms: [
                (case_arm
                  pat_list: [{<-c>}]
                  action: [
                    (C {<_filedir>} {<-d>})
                    (command.ControlFlow
                      token: <Id.ControlFlow_Return return>
                      arg_word: {<0>}
                    )
                  ]
                  spids: [47 48 61 -1]
                )
                (case_arm
                  pat_list: [{<-> <Id.Lit_LBracket '['> <dr> <Id.Lit_RBracket ']'>}]
                  action: [
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:len)
                          op: assign_op.Equal
                          rhs: {(braced_var_sub token:<Id.VSub_Name cur> prefix_op:(Id.VSub_Pound))}
                          spids: [71]
                        )
                      ]
                    )
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:idx)
                          op: assign_op.Equal
                          rhs: {<0>}
                          spids: [78]
                        )
                      ]
                    )
                    (command.ForEach
                      iter_name: pval
                      iter_words: [
                        {<ALL>}
                        {
                          (command_sub
                            left_token: <Id.Left_DollarParen '$('>
                            command_list: 
                              (command.CommandList
                                children: [
                                  (command.Pipeline
                                    children: [
                                      (command.Simple
                                        words: [{<mailq>}]
                                        redirects: [
                                          (redir.Redir
                                            op: <Id.Redir_Great '2>'>
                                            fd: 2
                                            arg_word: {</dev/null>}
                                          )
                                        ]
                                      )
                                      (C {<sed>} {<-e>} 
                                        {(SQ <'1d; $d; /^[^0-9A-Z]/d; /^$/d; s/[* !].*$//'>)}
                                      )
                                    ]
                                    negated: F
                                  )
                                ]
                              )
                          )
                        }
                      ]
                      do_arg_iter: F
                      body: 
                        (command.DoGroup
                          children: [
                            (command.If
                              arms: [
                                (if_arm
                                  cond: [
                                    (command.Sentence
                                      child: 
                                        (command.DBracket
                                          expr: 
                                            (bool_expr.Binary
                                              op_id: Id.BoolBinary_GlobDEqual
                                              left: {(DQ ($ Id.VSub_DollarName '$cur'))}
                                              right: 
                                                {
                                                  (DQ 
                                                    (braced_var_sub
                                                      token: <Id.VSub_Name pval>
                                                      suffix_op: 
                                                        (suffix_op.Slice
                                                          begin: 
                                                            (arith_expr.ArithWord
                                                              w: {<Id.Lit_Digits 0>}
                                                            )
                                                          length: 
                                                            (arith_expr.ArithWord
                                                              w: {($ Id.VSub_DollarName '$len')}
                                                            )
                                                        )
                                                    )
                                                  )
                                                }
                                            )
                                        )
                                      terminator: <Id.Op_Semi _>
                                    )
                                  ]
                                  action: [
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: 
                                            (sh_lhs_expr.IndexedName
                                              name: COMPREPLY
                                              index: 
                                                (arith_expr.ArithWord
                                                  w: {($ Id.VSub_DollarName '$idx')}
                                                )
                                            )
                                          op: assign_op.Equal
                                          rhs: {($ Id.VSub_DollarName '$pval')}
                                          spids: [141]
                                        )
                                      ]
                                    )
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: (sh_lhs_expr.Name name:idx)
                                          op: assign_op.Equal
                                          rhs: 
                                            {
                                              (word_part.ArithSub
                                                anode: 
                                                  (arith_expr.Binary
                                                    op_id: Id.Arith_Plus
                                                    left: 
                                                      (arith_expr.ArithWord
                                                        w: {($ Id.VSub_DollarName '$idx')}
                                                      )
                                                    right: (arith_expr.ArithWord w:{<Id.Lit_Digits 1>})
                                                  )
                                              )
                                            }
                                          spids: [149]
                                        )
                                      ]
                                    )
                                  ]
                                  spids: [115 138]
                                )
                              ]
                            )
                          ]
                        )
                    )
                    (command.ControlFlow
                      token: <Id.ControlFlow_Return return>
                      arg_word: {<0>}
                    )
                  ]
                  spids: [64 68 169 -1]
                )
                (case_arm
                  pat_list: [{<-h>}]
                  action: [
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:len)
                          op: assign_op.Equal
                          rhs: {(braced_var_sub token:<Id.VSub_Name cur> prefix_op:(Id.VSub_Pound))}
                          spids: [176]
                        )
                      ]
                    )
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:idx)
                          op: assign_op.Equal
                          rhs: {<0>}
                          spids: [183]
                        )
                      ]
                    )
                    (command.ForEach
                      iter_name: pval
                      iter_words: [
                        {<ALL>}
                        {
                          (command_sub
                            left_token: <Id.Left_DollarParen '$('>
                            command_list: 
                              (command.CommandList
                                children: [
                                  (command.Pipeline
                                    children: [
                                      (command.Simple
                                        words: [{<mailq>}]
                                        redirects: [
                                          (redir.Redir
                                            op: <Id.Redir_Great '2>'>
                                            fd: 2
                                            arg_word: {</dev/null>}
                                          )
                                        ]
                                      )
                                      (C {<sed>} {<-e>} 
                                        {(SQ <'1d; $d; /^[^0-9A-Z]/d; /^$/d; s/[* ].*$//; /!$/d'>)}
                                      )
                                    ]
                                    negated: F
                                  )
                                ]
                              )
                          )
                        }
                      ]
                      do_arg_iter: F
                      body: 
                        (command.DoGroup
                          children: [
                            (command.If
                              arms: [
                                (if_arm
                                  cond: [
                                    (command.Sentence
                                      child: 
                                        (command.DBracket
                                          expr: 
                                            (bool_expr.Binary
                                              op_id: Id.BoolBinary_GlobDEqual
                                              left: {(DQ ($ Id.VSub_DollarName '$cur'))}
                                              right: 
                                                {
                                                  (DQ 
                                                    (braced_var_sub
                                                      token: <Id.VSub_Name pval>
                                                      suffix_op: 
                                                        (suffix_op.Slice
                                                          begin: 
                                                            (arith_expr.ArithWord
                                                              w: {<Id.Lit_Digits 0>}
                                                            )
                                                          length: 
                                                            (arith_expr.ArithWord
                                                              w: {($ Id.VSub_DollarName '$len')}
                                                            )
                                                        )
                                                    )
                                                  )
                                                }
                                            )
                                        )
                                      terminator: <Id.Op_Semi _>
                                    )
                                  ]
                                  action: [
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: 
                                            (sh_lhs_expr.IndexedName
                                              name: COMPREPLY
                                              index: 
                                                (arith_expr.ArithWord
                                                  w: {($ Id.VSub_DollarName '$idx')}
                                                )
                                            )
                                          op: assign_op.Equal
                                          rhs: {($ Id.VSub_DollarName '$pval')}
                                          spids: [246]
                                        )
                                      ]
                                    )
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: (sh_lhs_expr.Name name:idx)
                                          op: assign_op.Equal
                                          rhs: 
                                            {
                                              (word_part.ArithSub
                                                anode: 
                                                  (arith_expr.Binary
                                                    op_id: Id.Arith_Plus
                                                    left: 
                                                      (arith_expr.ArithWord
                                                        w: {($ Id.VSub_DollarName '$idx')}
                                                      )
                                                    right: (arith_expr.ArithWord w:{<Id.Lit_Digits 1>})
                                                  )
                                              )
                                            }
                                          spids: [254]
                                        )
                                      ]
                                    )
                                  ]
                                  spids: [220 243]
                                )
                              ]
                            )
                          ]
                        )
                    )
                    (command.ControlFlow
                      token: <Id.ControlFlow_Return return>
                      arg_word: {<0>}
                    )
                  ]
                  spids: [172 173 274 -1]
                )
                (case_arm
                  pat_list: [{<-H>}]
                  action: [
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:len)
                          op: assign_op.Equal
                          rhs: {(braced_var_sub token:<Id.VSub_Name cur> prefix_op:(Id.VSub_Pound))}
                          spids: [281]
                        )
                      ]
                    )
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:idx)
                          op: assign_op.Equal
                          rhs: {<0>}
                          spids: [288]
                        )
                      ]
                    )
                    (command.ForEach
                      iter_name: pval
                      iter_words: [
                        {<ALL>}
                        {
                          (command_sub
                            left_token: <Id.Left_DollarParen '$('>
                            command_list: 
                              (command.CommandList
                                children: [
                                  (command.Pipeline
                                    children: [
                                      (command.Simple
                                        words: [{<mailq>}]
                                        redirects: [
                                          (redir.Redir
                                            op: <Id.Redir_Great '2>'>
                                            fd: 2
                                            arg_word: {</dev/null>}
                                          )
                                        ]
                                      )
                                      (C {<sed>} {<-e>} 
                                        {
                                          (SQ 
                                            <
'1d; $d; /^[^0-9A-Z]/d; /^$/d; /^[0-9A-Z]*[* ]/d; s/!.*$//'
                                            >
                                          )
                                        }
                                      )
                                    ]
                                    negated: F
                                  )
                                ]
                              )
                          )
                        }
                      ]
                      do_arg_iter: F
                      body: 
                        (command.DoGroup
                          children: [
                            (command.If
                              arms: [
                                (if_arm
                                  cond: [
                                    (command.Sentence
                                      child: 
                                        (command.DBracket
                                          expr: 
                                            (bool_expr.Binary
                                              op_id: Id.BoolBinary_GlobDEqual
                                              left: {(DQ ($ Id.VSub_DollarName '$cur'))}
                                              right: 
                                                {
                                                  (DQ 
                                                    (braced_var_sub
                                                      token: <Id.VSub_Name pval>
                                                      suffix_op: 
                                                        (suffix_op.Slice
                                                          begin: 
                                                            (arith_expr.ArithWord
                                                              w: {<Id.Lit_Digits 0>}
                                                            )
                                                          length: 
                                                            (arith_expr.ArithWord
                                                              w: {($ Id.VSub_DollarName '$len')}
                                                            )
                                                        )
                                                    )
                                                  )
                                                }
                                            )
                                        )
                                      terminator: <Id.Op_Semi _>
                                    )
                                  ]
                                  action: [
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: 
                                            (sh_lhs_expr.IndexedName
                                              name: COMPREPLY
                                              index: 
                                                (arith_expr.ArithWord
                                                  w: {($ Id.VSub_DollarName '$idx')}
                                                )
                                            )
                                          op: assign_op.Equal
                                          rhs: {($ Id.VSub_DollarName '$pval')}
                                          spids: [351]
                                        )
                                      ]
                                    )
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: (sh_lhs_expr.Name name:idx)
                                          op: assign_op.Equal
                                          rhs: 
                                            {
                                              (word_part.ArithSub
                                                anode: 
                                                  (arith_expr.Binary
                                                    op_id: Id.Arith_Plus
                                                    left: 
                                                      (arith_expr.ArithWord
                                                        w: {($ Id.VSub_DollarName '$idx')}
                                                      )
                                                    right: (arith_expr.ArithWord w:{<Id.Lit_Digits 1>})
                                                  )
                                              )
                                            }
                                          spids: [359]
                                        )
                                      ]
                                    )
                                  ]
                                  spids: [325 348]
                                )
                              ]
                            )
                          ]
                        )
                    )
                    (command.ControlFlow
                      token: <Id.ControlFlow_Return return>
                      arg_word: {<0>}
                    )
                  ]
                  spids: [277 278 379 -1]
                )
              ]
            )
            (command.If
              arms: [
                (if_arm
                  cond: [
                    (command.Sentence
                      child: 
                        (command.DBracket
                          expr: 
                            (bool_expr.Binary
                              op_id: Id.BoolBinary_GlobDEqual
                              left: {($ Id.VSub_DollarName '$cur')}
                              right: {<-> <Id.Lit_Other '*'>}
                            )
                        )
                      terminator: <Id.Op_Semi _>
                    )
                  ]
                  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>} {(SQ <'$( _parse_help "$1" )'>)} {<-->} 
                                              {(DQ ($ Id.VSub_DollarName '$cur'))}
                                            )
                                          ]
                                        )
                                    )
                                  }
                                ]
                              )
                            }
                          spids: [403]
                        )
                      ]
                    )
                    (command.ControlFlow
                      token: <Id.ControlFlow_Return return>
                      arg_word: {<0>}
                    )
                  ]
                  spids: [386 400]
                )
              ]
            )
            (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>} {(SQ <'hold incoming active deferred'>)} {<-->} 
                                      {(DQ ($ Id.VSub_DollarName '$cur'))}
                                    )
                                  ]
                                )
                            )
                          }
                        ]
                      )
                    }
                  spids: [436]
                )
              ]
            )
          ]
        )
    )
    (C {<complete>} {<-F>} {<_postsuper>} {<postsuper>})
  ]
)