(command.CommandList
  children: [
    (command.ShFunction
      name: _lintian_tags
      body: 
        (command.BraceGroup
          children: [
            (C {(local)} {(match)} {(search)} {(tags)})
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:tags)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (command_sub
                        left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:22)
                        command_list: 
                          (command.CommandList
                            children: [
                              (C {(awk)} 
                                {(SQ (Token id:Id.Lit_Chars val:'/^Tag/ { print $2 }' span_id:27))} {(/usr/share/lintian/checks/) (Id.Lit_Star '*') (.desc)}
                              )
                            ]
                          )
                      )
                    }
                  spids: [21]
                )
              ]
            )
            (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: {(Id.Lit_Other '*') (Id.Lit_Other ',')}
                            )
                        )
                      terminator: (Token id:Id.Op_Semi val:';' span_id:51)
                    )
                  ]
                  action: [
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:search)
                          op: assign_op.Equal
                          rhs: 
                            {
                              (braced_var_sub
                                token: (Token id:Id.VSub_Name val:cur span_id:58)
                                suffix_op: 
                                  (suffix_op.PatSub
                                    pat: {(',')}
                                    replace: {(' ')}
                                    replace_mode: Id.Lit_Slash
                                  )
                              )
                            }
                          spids: [56]
                        )
                      ]
                    )
                    (command.ForEach
                      iter_name: item
                      iter_words: [{($ Id.VSub_DollarName '$search')}]
                      do_arg_iter: F
                      body: 
                        (command.DoGroup
                          children: [
                            (command.ShAssignment
                              pairs: [
                                (assign_pair
                                  lhs: (sh_lhs_expr.Name name:match)
                                  op: assign_op.Equal
                                  rhs: 
                                    {
                                      (command_sub
                                        left_token: 
                                          (Token
                                            id: Id.Left_DollarParen
                                            val: '$('
                                            span_id: 80
                                          )
                                        command_list: 
                                          (command.CommandList
                                            children: [
                                              (command.Pipeline
                                                children: [
                                                  (C {(command)} {(grep)} {(-nE)} 
                                                    {
                                                      (DQ ('^Tag: ') ($ Id.VSub_DollarName '$item') 
                                                        (Id.Lit_Other '$')
                                                      )
                                                    } {(/usr/share/lintian/checks/) (Id.Lit_Star '*') (.desc)}
                                                  )
                                                  (C {(cut)} {(-d) (Id.Lit_Other ':')} {(-f1)})
                                                ]
                                                negated: F
                                              )
                                            ]
                                          )
                                      )
                                    }
                                  spids: [79]
                                )
                              ]
                            )
                            (command.ShAssignment
                              pairs: [
                                (assign_pair
                                  lhs: (sh_lhs_expr.Name name:tags)
                                  op: assign_op.Equal
                                  rhs: 
                                    {
                                      (command_sub
                                        left_token: 
                                          (Token
                                            id: Id.Left_DollarParen
                                            val: '$('
                                            span_id: 113
                                          )
                                        command_list: 
                                          (command.CommandList
                                            children: [
                                              (command.Simple
                                                words: [
                                                  {(sed)}
                                                  {(-e)}
                                                  {
                                                    (DQ (s/) (Id.Lit_Other '\\') ('<') 
                                                      ($ Id.VSub_DollarName '$item') (Id.Lit_Other '\\') ('>//g')
                                                    )
                                                  }
                                                ]
                                                redirects: [
                                                  (redir.Redir
                                                    op: 
                                                      (Token
                                                        id: Id.Redir_TLess
                                                        val: '<<<'
                                                        span_id: 128
                                                      )
                                                    fd: -1
                                                    arg_word: {($ Id.VSub_DollarName '$tags')}
                                                  )
                                                ]
                                              )
                                            ]
                                          )
                                      )
                                    }
                                  spids: [112]
                                )
                              ]
                            )
                          ]
                        )
                    )
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                          op: assign_op.PlusEqual
                          rhs: 
                            {
                              (sh_array_literal
                                left: (Token id:Id.Op_LParen val:'(' span_id:138)
                                words: [
                                  {
                                    (command_sub
                                      left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:140)
                                      command_list: 
                                        (command.CommandList
                                          children: [
                                            (C {(compgen)} {(-W)} {(DQ ($ Id.VSub_DollarName '$tags'))})
                                          ]
                                        )
                                    )
                                  }
                                ]
                              )
                            }
                          spids: [137]
                        )
                      ]
                    )
                  ]
                  spids: [37 53]
                )
                (if_arm
                  cond: [
                    (command.Sentence
                      child: 
                        (command.DBracket
                          expr: 
                            (bool_expr.Binary
                              op_id: Id.BoolBinary_GlobDEqual
                              left: {(DQ ($ Id.VSub_DollarName '$cur'))}
                              right: {(Id.Lit_Other '*') (Id.Lit_Other ',') (Id.Lit_Other '*')}
                            )
                        )
                      terminator: (Token id:Id.Op_Semi val:';' span_id:168)
                    )
                  ]
                  action: [
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                          op: assign_op.PlusEqual
                          rhs: 
                            {
                              (sh_array_literal
                                left: (Token id:Id.Op_LParen val:'(' span_id:174)
                                words: [
                                  {
                                    (command_sub
                                      left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:176)
                                      command_list: 
                                        (command.CommandList
                                          children: [
                                            (C {(compgen)} {(-P)} 
                                              {
                                                (DQ 
                                                  (braced_var_sub
                                                    token: 
                                                      (Token
                                                        id: Id.VSub_Name
                                                        val: cur
                                                        span_id: 183
                                                      )
                                                    suffix_op: 
                                                      (suffix_op.Unary
                                                        op_id: Id.VOp1_Percent
                                                        arg_word: {(',*')}
                                                      )
                                                  ) (',')
                                                )
                                              } {(-W)} {(DQ ($ Id.VSub_DollarName '$tags'))} {(--)} 
                                              {
                                                (DQ 
                                                  (braced_var_sub
                                                    token: 
                                                      (Token
                                                        id: Id.VSub_Name
                                                        val: cur
                                                        span_id: 200
                                                      )
                                                    suffix_op: 
                                                      (suffix_op.Unary
                                                        op_id: Id.VOp1_DPound
                                                        arg_word: {('*,')}
                                                      )
                                                  )
                                                )
                                              }
                                            )
                                          ]
                                        )
                                    )
                                  }
                                ]
                              )
                            }
                          spids: [173]
                        )
                      ]
                    )
                  ]
                  spids: [153 170]
                )
              ]
              else_action: [
                (command.ShAssignment
                  pairs: [
                    (assign_pair
                      lhs: (sh_lhs_expr.Name name:COMPREPLY)
                      op: assign_op.PlusEqual
                      rhs: 
                        {
                          (sh_array_literal
                            left: (Token id:Id.Op_LParen val:'(' span_id:214)
                            words: [
                              {
                                (command_sub
                                  left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:216)
                                  command_list: 
                                    (command.CommandList
                                      children: [
                                        (C {(compgen)} {(-W)} {(DQ ($ Id.VSub_DollarName '$tags'))} 
                                          {(--)} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                        )
                                      ]
                                    )
                                )
                              }
                            ]
                          )
                        }
                      spids: [213]
                    )
                  ]
                )
              ]
            )
            (command.ControlFlow
              token: (Token id:Id.ControlFlow_Return val:return span_id:238)
              arg_word: {(0)}
            )
          ]
        )
    )
    (command.ShFunction
      name: _lintian_checks
      body: 
        (command.BraceGroup
          children: [
            (C {(local)} {(match)} {(search)} {(todisable)} {(checks)})
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:checks)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (command_sub
                        left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:265)
                        command_list: 
                          (command.CommandList
                            children: [
                              (C {(awk)} 
                                {
                                  (SQ 
                                    (Token
                                      id: Id.Lit_Chars
                                      val: '/^(Check-Script|Abbrev)/ { print $2 }'
                                      span_id: 270
                                    )
                                  )
                                } {(/usr/share/lintian/checks/) (Id.Lit_Star '*') (.desc)}
                              )
                            ]
                          )
                      )
                    }
                  spids: [264]
                )
              ]
            )
            (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: {(Id.Lit_Other '*') (Id.Lit_Other ',')}
                            )
                        )
                      terminator: (Token id:Id.Op_Semi val:';' span_id:296)
                    )
                  ]
                  action: [
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:search)
                          op: assign_op.Equal
                          rhs: 
                            {
                              (braced_var_sub
                                token: (Token id:Id.VSub_Name val:cur span_id:303)
                                suffix_op: 
                                  (suffix_op.PatSub
                                    pat: {(',')}
                                    replace: {(' ')}
                                    replace_mode: Id.Lit_Slash
                                  )
                              )
                            }
                          spids: [301]
                        )
                      ]
                    )
                    (command.ForEach
                      iter_name: item
                      iter_words: [{($ Id.VSub_DollarName '$search')}]
                      do_arg_iter: F
                      body: 
                        (command.DoGroup
                          children: [
                            (command.ShAssignment
                              pairs: [
                                (assign_pair
                                  lhs: (sh_lhs_expr.Name name:match)
                                  op: assign_op.Equal
                                  rhs: 
                                    {
                                      (command_sub
                                        left_token: 
                                          (Token
                                            id: Id.Left_DollarParen
                                            val: '$('
                                            span_id: 325
                                          )
                                        command_list: 
                                          (command.CommandList
                                            children: [
                                              (command.Pipeline
                                                children: [
                                                  (C {(command)} {(grep)} {(-nE)} 
                                                    {
                                                      (DQ ('^(Check-Script|Abbrev): ') 
                                                        ($ Id.VSub_DollarName '$item') (Id.Lit_Other '$')
                                                      )
                                                    } {(/usr/share/lintian/checks/) (Id.Lit_Star '*') (.desc)}
                                                  )
                                                  (C {(cut)} {(-d) (Id.Lit_Other ':')} {(-f1)})
                                                ]
                                                negated: F
                                              )
                                            ]
                                          )
                                      )
                                    }
                                  spids: [324]
                                )
                              ]
                            )
                            (command.ShAssignment
                              pairs: [
                                (assign_pair
                                  lhs: (sh_lhs_expr.Name name:todisable)
                                  op: assign_op.Equal
                                  rhs: 
                                    {
                                      (command_sub
                                        left_token: 
                                          (Token
                                            id: Id.Left_DollarParen
                                            val: '$('
                                            span_id: 358
                                          )
                                        command_list: 
                                          (command.CommandList
                                            children: [
                                              (C {(awk)} 
                                                {
                                                  (SQ 
                                                    (Token
                                                      id: Id.Lit_Chars
                                                      val: '/^(Check-Script|Abbrev)/ { print $2 }'
                                                      span_id: 363
                                                    )
                                                  )
                                                } {($ Id.VSub_DollarName '$match')}
                                              )
                                            ]
                                          )
                                      )
                                    }
                                  spids: [357]
                                )
                              ]
                            )
                            (command.ForEach
                              iter_name: name
                              iter_words: [{($ Id.VSub_DollarName '$todisable')}]
                              do_arg_iter: F
                              body: 
                                (command.DoGroup
                                  children: [
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: (sh_lhs_expr.Name name:checks)
                                          op: assign_op.Equal
                                          rhs: 
                                            {
                                              (command_sub
                                                left_token: 
                                                  (Token
                                                    id: Id.Left_DollarParen
                                                    val: '$('
                                                    span_id: 384
                                                  )
                                                command_list: 
                                                  (command.CommandList
                                                    children: [
                                                      (command.Simple
                                                        words: [
                                                          {(sed)}
                                                          {(-e)}
                                                          {
                                                            (DQ (s/) (Id.Lit_Other '\\') ('<') 
                                                              ($ Id.VSub_DollarName '$name') (Id.Lit_Other '\\') ('>//g')
                                                            )
                                                          }
                                                        ]
                                                        redirects: [
                                                          (redir.Redir
                                                            op: 
                                                              (Token
                                                                id: Id.Redir_TLess
                                                                val: '<<<'
                                                                span_id: 399
                                                              )
                                                            fd: -1
                                                            arg_word: 
                                                              {($ Id.VSub_DollarName '$checks')}
                                                          )
                                                        ]
                                                      )
                                                    ]
                                                  )
                                              )
                                            }
                                          spids: [383]
                                        )
                                      ]
                                    )
                                  ]
                                )
                            )
                          ]
                        )
                    )
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                          op: assign_op.PlusEqual
                          rhs: 
                            {
                              (sh_array_literal
                                left: (Token id:Id.Op_LParen val:'(' span_id:412)
                                words: [
                                  {
                                    (command_sub
                                      left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:414)
                                      command_list: 
                                        (command.CommandList
                                          children: [
                                            (C {(compgen)} {(-W)} {(DQ ($ Id.VSub_DollarName '$checks'))})
                                          ]
                                        )
                                    )
                                  }
                                ]
                              )
                            }
                          spids: [411]
                        )
                      ]
                    )
                  ]
                  spids: [282 298]
                )
                (if_arm
                  cond: [
                    (command.Sentence
                      child: 
                        (command.DBracket
                          expr: 
                            (bool_expr.Binary
                              op_id: Id.BoolBinary_GlobDEqual
                              left: {(DQ ($ Id.VSub_DollarName '$cur'))}
                              right: {(Id.Lit_Other '*') (Id.Lit_Other ',') (Id.Lit_Other '*')}
                            )
                        )
                      terminator: (Token id:Id.Op_Semi val:';' span_id:442)
                    )
                  ]
                  action: [
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                          op: assign_op.PlusEqual
                          rhs: 
                            {
                              (sh_array_literal
                                left: (Token id:Id.Op_LParen val:'(' span_id:448)
                                words: [
                                  {
                                    (command_sub
                                      left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:450)
                                      command_list: 
                                        (command.CommandList
                                          children: [
                                            (C {(compgen)} {(-P)} 
                                              {
                                                (DQ 
                                                  (braced_var_sub
                                                    token: 
                                                      (Token
                                                        id: Id.VSub_Name
                                                        val: cur
                                                        span_id: 457
                                                      )
                                                    suffix_op: 
                                                      (suffix_op.Unary
                                                        op_id: Id.VOp1_Percent
                                                        arg_word: {(',*')}
                                                      )
                                                  ) (',')
                                                )
                                              } {(-W)} {(DQ ($ Id.VSub_DollarName '$checks'))} {(--)} 
                                              {
                                                (DQ 
                                                  (braced_var_sub
                                                    token: 
                                                      (Token
                                                        id: Id.VSub_Name
                                                        val: cur
                                                        span_id: 474
                                                      )
                                                    suffix_op: 
                                                      (suffix_op.Unary
                                                        op_id: Id.VOp1_DPound
                                                        arg_word: {('*,')}
                                                      )
                                                  )
                                                )
                                              }
                                            )
                                          ]
                                        )
                                    )
                                  }
                                ]
                              )
                            }
                          spids: [447]
                        )
                      ]
                    )
                  ]
                  spids: [427 444]
                )
              ]
              else_action: [
                (command.ShAssignment
                  pairs: [
                    (assign_pair
                      lhs: (sh_lhs_expr.Name name:COMPREPLY)
                      op: assign_op.PlusEqual
                      rhs: 
                        {
                          (sh_array_literal
                            left: (Token id:Id.Op_LParen val:'(' span_id:488)
                            words: [
                              {
                                (command_sub
                                  left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:490)
                                  command_list: 
                                    (command.CommandList
                                      children: [
                                        (C {(compgen)} {(-W)} {(DQ ($ Id.VSub_DollarName '$checks'))} 
                                          {(--)} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                        )
                                      ]
                                    )
                                )
                              }
                            ]
                          )
                        }
                      spids: [487]
                    )
                  ]
                )
              ]
            )
            (command.ControlFlow
              token: (Token id:Id.ControlFlow_Return val:return span_id:512)
              arg_word: {(0)}
            )
          ]
        )
    )
    (command.ShFunction
      name: _lintian_infos
      body: 
        (command.BraceGroup
          children: [
            (C {(local)} {(match)} {(search)} {(infos)})
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:infos)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (command_sub
                        left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:537)
                        command_list: 
                          (command.CommandList
                            children: [
                              (C {(awk)} 
                                {
                                  (SQ 
                                    (Token
                                      id: Id.Lit_Chars
                                      val: '/^Collector/ { print $2 }'
                                      span_id: 542
                                    )
                                  )
                                } {(/usr/share/lintian/collection/) (Id.Lit_Star '*') (.desc)}
                              )
                            ]
                          )
                      )
                    }
                  spids: [536]
                )
              ]
            )
            (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: {(Id.Lit_Other '*') (Id.Lit_Other ',')}
                            )
                        )
                      terminator: (Token id:Id.Op_Semi val:';' span_id:568)
                    )
                  ]
                  action: [
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:search)
                          op: assign_op.Equal
                          rhs: 
                            {
                              (braced_var_sub
                                token: (Token id:Id.VSub_Name val:cur span_id:575)
                                suffix_op: 
                                  (suffix_op.PatSub
                                    pat: {(',')}
                                    replace: {(' ')}
                                    replace_mode: Id.Lit_Slash
                                  )
                              )
                            }
                          spids: [573]
                        )
                      ]
                    )
                    (command.ForEach
                      iter_name: item
                      iter_words: [{($ Id.VSub_DollarName '$search')}]
                      do_arg_iter: F
                      body: 
                        (command.DoGroup
                          children: [
                            (command.ShAssignment
                              pairs: [
                                (assign_pair
                                  lhs: (sh_lhs_expr.Name name:match)
                                  op: assign_op.Equal
                                  rhs: 
                                    {
                                      (command_sub
                                        left_token: 
                                          (Token
                                            id: Id.Left_DollarParen
                                            val: '$('
                                            span_id: 597
                                          )
                                        command_list: 
                                          (command.CommandList
                                            children: [
                                              (command.Pipeline
                                                children: [
                                                  (C {(command)} {(grep)} {(-nE)} 
                                                    {
                                                      (DQ ('^Collector: ') 
                                                        ($ Id.VSub_DollarName '$item') (Id.Lit_Other '$')
                                                      )
                                                    } {(/usr/share/lintian/collection/) (Id.Lit_Star '*') (.desc)}
                                                  )
                                                  (C {(cut)} {(-d) (Id.Lit_Other ':')} {(-f1)})
                                                ]
                                                negated: F
                                              )
                                            ]
                                          )
                                      )
                                    }
                                  spids: [596]
                                )
                              ]
                            )
                            (command.ShAssignment
                              pairs: [
                                (assign_pair
                                  lhs: (sh_lhs_expr.Name name:infos)
                                  op: assign_op.Equal
                                  rhs: 
                                    {
                                      (command_sub
                                        left_token: 
                                          (Token
                                            id: Id.Left_DollarParen
                                            val: '$('
                                            span_id: 630
                                          )
                                        command_list: 
                                          (command.CommandList
                                            children: [
                                              (command.Simple
                                                words: [
                                                  {(sed)}
                                                  {(-e)}
                                                  {
                                                    (DQ (s/) (Id.Lit_Other '\\') ('<') 
                                                      ($ Id.VSub_DollarName '$item') (Id.Lit_Other '\\') ('>//g')
                                                    )
                                                  }
                                                ]
                                                redirects: [
                                                  (redir.Redir
                                                    op: 
                                                      (Token
                                                        id: Id.Redir_TLess
                                                        val: '<<<'
                                                        span_id: 645
                                                      )
                                                    fd: -1
                                                    arg_word: {($ Id.VSub_DollarName '$infos')}
                                                  )
                                                ]
                                              )
                                            ]
                                          )
                                      )
                                    }
                                  spids: [629]
                                )
                              ]
                            )
                          ]
                        )
                    )
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                          op: assign_op.PlusEqual
                          rhs: 
                            {
                              (sh_array_literal
                                left: (Token id:Id.Op_LParen val:'(' span_id:655)
                                words: [
                                  {
                                    (command_sub
                                      left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:657)
                                      command_list: 
                                        (command.CommandList
                                          children: [
                                            (C {(compgen)} {(-W)} {(DQ ($ Id.VSub_DollarName '$infos'))})
                                          ]
                                        )
                                    )
                                  }
                                ]
                              )
                            }
                          spids: [654]
                        )
                      ]
                    )
                  ]
                  spids: [554 570]
                )
                (if_arm
                  cond: [
                    (command.Sentence
                      child: 
                        (command.DBracket
                          expr: 
                            (bool_expr.Binary
                              op_id: Id.BoolBinary_GlobDEqual
                              left: {(DQ ($ Id.VSub_DollarName '$cur'))}
                              right: {(Id.Lit_Other '*') (Id.Lit_Other ',') (Id.Lit_Other '*')}
                            )
                        )
                      terminator: (Token id:Id.Op_Semi val:';' span_id:685)
                    )
                  ]
                  action: [
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                          op: assign_op.PlusEqual
                          rhs: 
                            {
                              (sh_array_literal
                                left: (Token id:Id.Op_LParen val:'(' span_id:691)
                                words: [
                                  {
                                    (command_sub
                                      left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:693)
                                      command_list: 
                                        (command.CommandList
                                          children: [
                                            (C {(compgen)} {(-P)} 
                                              {
                                                (DQ 
                                                  (braced_var_sub
                                                    token: 
                                                      (Token
                                                        id: Id.VSub_Name
                                                        val: cur
                                                        span_id: 700
                                                      )
                                                    suffix_op: 
                                                      (suffix_op.Unary
                                                        op_id: Id.VOp1_Percent
                                                        arg_word: {(',*')}
                                                      )
                                                  ) (',')
                                                )
                                              } {(-W)} {(DQ ($ Id.VSub_DollarName '$infos'))} {(--)} 
                                              {
                                                (DQ 
                                                  (braced_var_sub
                                                    token: 
                                                      (Token
                                                        id: Id.VSub_Name
                                                        val: cur
                                                        span_id: 717
                                                      )
                                                    suffix_op: 
                                                      (suffix_op.Unary
                                                        op_id: Id.VOp1_DPound
                                                        arg_word: {('*,')}
                                                      )
                                                  )
                                                )
                                              }
                                            )
                                          ]
                                        )
                                    )
                                  }
                                ]
                              )
                            }
                          spids: [690]
                        )
                      ]
                    )
                  ]
                  spids: [670 687]
                )
              ]
              else_action: [
                (command.ShAssignment
                  pairs: [
                    (assign_pair
                      lhs: (sh_lhs_expr.Name name:COMPREPLY)
                      op: assign_op.PlusEqual
                      rhs: 
                        {
                          (sh_array_literal
                            left: (Token id:Id.Op_LParen val:'(' span_id:731)
                            words: [
                              {
                                (command_sub
                                  left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:733)
                                  command_list: 
                                    (command.CommandList
                                      children: [
                                        (C {(compgen)} {(-W)} {(DQ ($ Id.VSub_DollarName '$infos'))} 
                                          {(--)} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                        )
                                      ]
                                    )
                                )
                              }
                            ]
                          )
                        }
                      spids: [730]
                    )
                  ]
                )
              ]
            )
            (command.ControlFlow
              token: (Token id:Id.ControlFlow_Return val:return span_id:755)
              arg_word: {(0)}
            )
          ]
        )
    )
    (command.ShFunction
      name: _lintian_arches
      body: 
        (command.BraceGroup
          children: [
            (command.ControlFlow
              token: (Token id:Id.ControlFlow_Return val:return span_id:769)
              arg_word: {(0)}
            )
          ]
        )
    )
    (command.AndOr
      ops: [Id.Op_DAmp]
      children: [
        (command.ShFunction
          name: _lintian
          body: 
            (command.BraceGroup
              children: [
                (C {(local)} {(cur)} {(prev)} {(words)} {(cword)})
                (command.AndOr
                  ops: [Id.Op_DPipe]
                  children: [
                    (C {(_init_completion)})
                    (command.ControlFlow
                      token: (Token id:Id.ControlFlow_Return val:return span_id:798)
                    )
                  ]
                )
                (C {(local)} {(action)} {(lint_actions)} {(general_opts)} {(behaviour_opts)} 
                  {(configuration_opts)} {(selection_opts)}
                )
                (command.ShAssignment
                  pairs: [
                    (assign_pair
                      lhs: (sh_lhs_expr.Name name:lint_actions)
                      op: assign_op.Equal
                      rhs: 
                        {
                          (DQ ('--setup-lab --remove-lab --check --check-part --tags\n') 
                            (
'        --tags-from-file --ftp-master-rejects --dont-check-part --unpack\n'
                            ) ('        --remove')
                          )
                        }
                      spids: [820]
                    )
                  ]
                )
                (command.ShAssignment
                  pairs: [
                    (assign_pair
                      lhs: (sh_lhs_expr.Name name:general_opts)
                      op: assign_op.Equal
                      rhs: {(DQ ('--help --version --print-version --verbose --debug --quiet'))}
                      spids: [828]
                    )
                  ]
                )
                (command.ShAssignment
                  pairs: [
                    (assign_pair
                      lhs: (sh_lhs_expr.Name name:behaviour_opts)
                      op: assign_op.Equal
                      rhs: 
                        {
                          (DQ ('--info --display-info --display-experimental --pedantic\n') 
                            (
'        --display-level --suppress-tags --suppress-tags-from-file --no-override\n'
                            ) ('        --show-overrides --color --unpack-info --md5sums --checksums\n') 
                            ('        --allow-root --fail-on-warnings --keep-lab')
                          )
                        }
                      spids: [834]
                    )
                  ]
                )
                (command.ShAssignment
                  pairs: [
                    (assign_pair
                      lhs: (sh_lhs_expr.Name name:configuration_opts)
                      op: assign_op.Equal
                      rhs: 
                        {
                          (DQ ('--cfg --lab --archivedir --dist --area --section --arch\n') 
                            ('        --root')
                          )
                        }
                      spids: [843]
                    )
                  ]
                )
                (command.ShAssignment
                  pairs: [
                    (assign_pair
                      lhs: (sh_lhs_expr.Name name:selection_opts)
                      op: assign_op.Equal
                      rhs: {(DQ ('--all --binary --source --udeb --packages-file'))}
                      spids: [850]
                    )
                  ]
                )
                (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 '$prev'))}
                                  right: {(-) (Id.Lit_Other '*')}
                                )
                            )
                          terminator: (Token id:Id.Op_Semi val:';' span_id:871)
                        )
                      ]
                      action: [
                        (command.Case
                          to_match: {($ Id.VSub_DollarName '$prev')}
                          arms: [
                            (case_arm
                              pat_list: [{(-C)} {(--check-part)} {(-X)} {(--dont-check-part)}]
                              action: [(C {(_lintian_checks)})]
                              spids: [883 890 896 -1]
                            )
                            (case_arm
                              pat_list: [{(-T)} {(--tags)} {(--suppress-tags)}]
                              action: [(C {(_lintian_tags)})]
                              spids: [899 904 910 -1]
                            )
                            (case_arm
                              pat_list: [
                                {(--tags-from-file)}
                                {(--suppress-tags-from-file)}
                                {(--cfg)}
                                {(-p)}
                                {(--packages-file)}
                              ]
                              action: [(C {(_filedir)})]
                              spids: [913 924 930 -1]
                            )
                            (case_arm
                              pat_list: [{(--lab)} {(--archivedir)} {(--dist)} {(--root)}]
                              action: [(C {(_filedir)} {(-d)})]
                              spids: [933 940 948 -1]
                            )
                            (case_arm
                              pat_list: [{(--color)}]
                              action: [
                                (command.ShAssignment
                                  pairs: [
                                    (assign_pair
                                      lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                      op: assign_op.Equal
                                      rhs: 
                                        {
                                          (sh_array_literal
                                            left: (Token id:Id.Op_LParen val:'(' span_id:956)
                                            words: [
                                              {
                                                (command_sub
                                                  left_token: 
                                                    (Token
                                                      id: Id.Left_DollarParen
                                                      val: '$('
                                                      span_id: 957
                                                    )
                                                  command_list: 
                                                    (command.CommandList
                                                      children: [
                                                        (C {(compgen)} {(-W)} 
                                                          {(DQ ('never always auto html'))} {(--)} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                        )
                                                      ]
                                                    )
                                                )
                                              }
                                            ]
                                          )
                                        }
                                      spids: [955]
                                    )
                                  ]
                                )
                              ]
                              spids: [951 952 975 -1]
                            )
                            (case_arm
                              pat_list: [{(-U)} {(--unpack-info)}]
                              action: [(C {(_lintian_infos)})]
                              spids: [978 981 987 -1]
                            )
                            (case_arm
                              pat_list: [{(--area)} {(--section)}]
                              action: [
                                (command.ShAssignment
                                  pairs: [
                                    (assign_pair
                                      lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                      op: assign_op.Equal
                                      rhs: 
                                        {
                                          (sh_array_literal
                                            left: (Token id:Id.Op_LParen val:'(' span_id:997)
                                            words: [
                                              {
                                                (command_sub
                                                  left_token: 
                                                    (Token
                                                      id: Id.Left_DollarParen
                                                      val: '$('
                                                      span_id: 998
                                                    )
                                                  command_list: 
                                                    (command.CommandList
                                                      children: [
                                                        (C {(compgen)} {(-W)} 
                                                          {(DQ ('main contrib non-free'))} {(--)} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                        )
                                                      ]
                                                    )
                                                )
                                              }
                                            ]
                                          )
                                        }
                                      spids: [996]
                                    )
                                  ]
                                )
                              ]
                              spids: [990 993 1016 -1]
                            )
                            (case_arm
                              pat_list: [{(--arch)}]
                              spids: [1019 1020 1023 -1]
                            )
                          ]
                        )
                      ]
                      spids: [857 873]
                    )
                  ]
                )
                (command.Case
                  to_match: {(DQ ($ Id.VSub_DollarName '$cur'))}
                  arms: [
                    (case_arm
                      pat_list: [{(--) (Id.Lit_Star '*')}]
                      action: [
                        (command.ShAssignment
                          pairs: [
                            (assign_pair
                              lhs: (sh_lhs_expr.Name name:COMPREPLY)
                              op: assign_op.Equal
                              rhs: 
                                {
                                  (sh_array_literal
                                    left: (Token id:Id.Op_LParen val:'(' span_id:1048)
                                    words: [
                                      {
                                        (command_sub
                                          left_token: 
                                            (Token
                                              id: Id.Left_DollarParen
                                              val: '$('
                                              span_id: 1049
                                            )
                                          command_list: 
                                            (command.CommandList
                                              children: [
                                                (C {(compgen)} {(-W)} 
                                                  {
                                                    (DQ ($ Id.VSub_DollarName '$lint_actions') (' ') 
                                                      ($ Id.VSub_DollarName '$general_opts') ('\n') ('                ') ($ Id.VSub_DollarName '$behaviour_opts') (' ') 
                                                      ($ Id.VSub_DollarName '$configuration_opts')
                                                    )
                                                  } {(--)} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                )
                                              ]
                                            )
                                        )
                                      }
                                    ]
                                  )
                                }
                              spids: [1047]
                            )
                          ]
                        )
                      ]
                      spids: [1042 1044 1074 -1]
                    )
                    (case_arm
                      pat_list: [{(Id.Lit_Star '*') (Id.Lit_Comma ',')}]
                      action: [
                        (command.Case
                          to_match: {(DQ ($ Id.VSub_DollarName '$prev'))}
                          arms: [
                            (case_arm
                              pat_list: [{(-C)} {(--check-part)} {(-X)} {(--dont-check-part)}]
                              action: [(C {(_lintian_checks)})]
                              spids: [1103 1110 1116 -1]
                            )
                            (case_arm
                              pat_list: [{(-T)} {(--tags)} {(--suppress-tags)}]
                              action: [(C {(_lintian_tags)})]
                              spids: [1119 1124 1130 -1]
                            )
                            (case_arm
                              pat_list: [{(-U)} {(--unpack-info)}]
                              action: [(C {(_lintian_infos)})]
                              spids: [1133 1136 1142 -1]
                            )
                          ]
                        )
                      ]
                      spids: [1077 1079 1148 -1]
                    )
                    (case_arm
                      pat_list: [{(Id.Lit_Star '*')}]
                      action: [
                        (C {(_filedir)} 
                          {(SQ (Token id:Id.Lit_Chars val:'@(?(u)deb|changes|dsc)' span_id:1158))}
                        )
                      ]
                      spids: [1151 1152 1162 -1]
                    )
                  ]
                )
                (command.ControlFlow
                  token: (Token id:Id.ControlFlow_Return val:return span_id:1168)
                  arg_word: {(0)}
                )
              ]
            )
        )
        (C {(complete)} {(-F)} {(_lintian)} {(lintian)})
      ]
    )
    (command.AndOr
      ops: [Id.Op_DAmp]
      children: [
        (command.ShFunction
          name: _lintian_info
          body: 
            (command.BraceGroup
              children: [
                (C {(local)} {(cur)} {(prev)} {(words)} {(cword)})
                (command.AndOr
                  ops: [Id.Op_DPipe]
                  children: [
                    (C {(_init_completion)})
                    (command.ControlFlow
                      token: (Token id:Id.ControlFlow_Return val:return span_id:1207)
                    )
                  ]
                )
                (command.Case
                  to_match: {(DQ ($ Id.VSub_DollarName '$prev'))}
                  arms: [
                    (case_arm
                      pat_list: [{(-t)} {(--tags)}]
                      action: [
                        (C {(_lintian_tags)})
                        (command.ControlFlow
                          token: (Token id:Id.ControlFlow_Return val:return span_id:1229)
                          arg_word: {(0)}
                        )
                      ]
                      spids: [1220 1223 1234 -1]
                    )
                  ]
                )
                (command.Case
                  to_match: {(DQ ($ Id.VSub_DollarName '$cur'))}
                  arms: [
                    (case_arm
                      pat_list: [{(--) (Id.Lit_Star '*')}]
                      action: [
                        (command.ShAssignment
                          pairs: [
                            (assign_pair
                              lhs: (sh_lhs_expr.Name name:COMPREPLY)
                              op: assign_op.Equal
                              rhs: 
                                {
                                  (sh_array_literal
                                    left: (Token id:Id.Op_LParen val:'(' span_id:1256)
                                    words: [
                                      {
                                        (command_sub
                                          left_token: 
                                            (Token
                                              id: Id.Left_DollarParen
                                              val: '$('
                                              span_id: 1257
                                            )
                                          command_list: 
                                            (command.CommandList
                                              children: [
                                                (C {(compgen)} {(-W)} {(DQ ('--annotate --help --tags'))} 
                                                  {(--)} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                )
                                              ]
                                            )
                                        )
                                      }
                                    ]
                                  )
                                }
                              spids: [1255]
                            )
                          ]
                        )
                      ]
                      spids: [1250 1252 1275 -1]
                    )
                    (case_arm
                      pat_list: [{(Id.Lit_Star '*')}]
                      action: [(C {(_filedir)})]
                      spids: [1278 1279 1285 -1]
                    )
                  ]
                )
                (command.ControlFlow
                  token: (Token id:Id.ControlFlow_Return val:return span_id:1291)
                  arg_word: {(0)}
                )
              ]
            )
        )
        (C {(complete)} {(-F)} {(_lintian_info)} {(lintian-info)})
      ]
    )
  ]
)