(command.CommandList
  children: [
    (command.FuncDef
      name: _chronyc_command_args
      body: 
        (command.BraceGroup
          children: [
            (command.Assignment
              keyword: Assign_Local
              flags: [-a]
              pairs: [
                (assign_pair
                  lhs: (lhs_expr.LhsName name:args spids:[15])
                  op: Equal
                  rhs: 
                    {
                      (word_part.ArrayLiteralPart
                        words: [
                          {
                            (word_part.CommandSubPart
                              command_list: 
                                (command.CommandList
                                  children: [
                                    (C {(compgen)} {(-W)} 
                                      {
                                        (DQ 
                                          (word_part.CommandSubPart
                                            command_list: 
                                              (command.CommandList
                                                children: [
                                                  (command.Pipeline
                                                    children: [
                                                      (command.SimpleCommand
                                                        words: [{($ VSub_Number '$1')} {(help)}]
                                                        redirects: [
                                                          (redir.Redir
                                                            op: <Redir_Great '2>'>
                                                            fd: 2
                                                            arg_word: {(/dev/null)}
                                                          )
                                                        ]
                                                      )
                                                      (C {(awk)} 
                                                        {(SQ <'/^'>) ($ VSub_DollarName '$prev') 
                                                          (SQ 
                                                            <
'\\s[^ []/ { gsub("\\\\|", " ", $2); print $2 }'
                                                            >
                                                          )
                                                        }
                                                      )
                                                    ]
                                                    negated: F
                                                  )
                                                ]
                                              )
                                            left_token: <Left_CommandSub '$('>
                                            spids: [25 48]
                                          )
                                        )
                                      }
                                    )
                                  ]
                                )
                              left_token: <Left_CommandSub '$('>
                              spids: [18 51]
                            )
                          }
                        ]
                      )
                    }
                  spids: [15]
                )
              ]
              spids: [11]
            )
            (command.Case
              to_match: {($ VSub_DollarName '$args')}
              arms: [
                (case_arm
                  pat_list: [
                    {(word_part.EscapedLiteralPart token:<Lit_EscapedChar '\\<'>) (address) 
                      (word_part.EscapedLiteralPart
                        token: <Lit_EscapedChar '\\>'>
                      )
                    }
                  ]
                  action: [(C {(_known_hosts_real)} {(DQ ($ VSub_DollarName '$cur'))})]
                  spids: [63 66 74 16777215]
                )
                (case_arm
                  pat_list: [
                    {(word_part.EscapedLiteralPart token:<Lit_EscapedChar '\\<'>) (Lit_Other '*')}
                  ]
                  spids: [77 79 81 16777215]
                )
                (case_arm
                  pat_list: [{(Lit_Other '*')}]
                  action: [
                    (command.Assignment
                      keyword: Assign_None
                      pairs: [
                        (assign_pair
                          lhs: (lhs_expr.LhsName name:COMPREPLY spids:[87])
                          op: PlusEqual
                          rhs: 
                            {
                              (word_part.ArrayLiteralPart
                                words: [
                                  {
                                    (word_part.CommandSubPart
                                      command_list: 
                                        (command.CommandList
                                          children: [
                                            (C {(compgen)} {(-W)} {(SQ <'${args[@]}'>)} {(--)} 
                                              {(DQ ($ VSub_DollarName '$cur'))}
                                            )
                                          ]
                                        )
                                      left_token: <Left_CommandSub '$('>
                                      spids: [90 106]
                                    )
                                  }
                                ]
                              )
                            }
                          spids: [87]
                        )
                      ]
                      spids: [87]
                    )
                  ]
                  spids: [84 85 110 16777215]
                )
              ]
              spids: [56 60 113]
            )
          ]
          spids: [8]
        )
      spids: [4 7]
    )
    (command.AndOr
      ops: [Op_DAmp]
      children: [
        (command.FuncDef
          name: _chronyc
          body: 
            (command.BraceGroup
              children: [
                (command.Assignment
                  keyword: Assign_Local
                  pairs: [
                    (assign_pair
                      lhs: (lhs_expr.LhsName name:cur spids:[127])
                      op: Equal
                      spids: [127]
                    )
                    (assign_pair
                      lhs: (lhs_expr.LhsName name:prev spids:[129])
                      op: Equal
                      spids: [129]
                    )
                    (assign_pair
                      lhs: (lhs_expr.LhsName name:words spids:[131])
                      op: Equal
                      spids: [131]
                    )
                    (assign_pair
                      lhs: (lhs_expr.LhsName name:cword spids:[133])
                      op: Equal
                      spids: [133]
                    )
                  ]
                  spids: [125]
                )
                (command.AndOr
                  ops: [Op_DPipe]
                  children: [
                    (C {(_init_completion)})
                    (command.ControlFlow token:<ControlFlow_Return return>)
                  ]
                )
                (command.Case
                  to_match: {($ VSub_DollarName '$prev')}
                  arms: [
                    (case_arm
                      pat_list: [{(--help)} {(-p)}]
                      action: [(command.ControlFlow token:<ControlFlow_Return return>)]
                      spids: [151 154 160 16777215]
                    )
                    (case_arm
                      pat_list: [{(-h)}]
                      action: [
                        (C {(_known_hosts_real)} {(DQ ($ VSub_DollarName '$cur'))})
                        (command.ControlFlow
                          token: <ControlFlow_Return return>
                        )
                      ]
                      spids: [163 164 177 16777215]
                    )
                  ]
                  spids: [144 148 180]
                )
                (command.If
                  arms: [
                    (if_arm
                      cond: [
                        (command.Sentence
                          child: 
                            (command.DBracket
                              expr: 
                                (bool_expr.BoolBinary
                                  op_id: BoolBinary_GlobDEqual
                                  left: {($ VSub_DollarName '$cur')}
                                  right: {(-) (Lit_Other '*')}
                                )
                            )
                          terminator: <Op_Semi ';'>
                        )
                      ]
                      action: [
                        (command.Assignment
                          keyword: Assign_None
                          pairs: [
                            (assign_pair
                              lhs: (lhs_expr.LhsName name:COMPREPLY spids:[201])
                              op: Equal
                              rhs: 
                                {
                                  (word_part.ArrayLiteralPart
                                    words: [
                                      {
                                        (word_part.CommandSubPart
                                          command_list: 
                                            (command.CommandList
                                              children: [
                                                (C {(compgen)} {(-W)} 
                                                  {(SQ <'$( _parse_usage "$1" ) -6'>)} {(--)} {(DQ ($ VSub_DollarName '$cur'))}
                                                )
                                              ]
                                            )
                                          left_token: <Left_CommandSub '$('>
                                          spids: [204 220]
                                        )
                                      }
                                    ]
                                  )
                                }
                              spids: [201]
                            )
                          ]
                          spids: [201]
                        )
                        (command.ControlFlow
                          token: <ControlFlow_Return return>
                        )
                      ]
                      spids: [16777215 198]
                    )
                  ]
                  spids: [16777215 228]
                )
                (command.Assignment
                  keyword: Assign_Local
                  pairs: [
                    (assign_pair
                      lhs: (lhs_expr.LhsName name:i spids:[234])
                      op: Equal
                      spids: [234]
                    )
                    (assign_pair
                      lhs: (lhs_expr.LhsName name:args spids:[236])
                      op: Equal
                      rhs: {(0)}
                      spids: [236]
                    )
                  ]
                  spids: [232]
                )
                (command.ForExpr
                  init: 
                    (arith_expr.BinaryAssign
                      op_id: Arith_Equal
                      left: (lhs_expr.LhsName name:i spids:[244])
                      right: (arith_expr.ArithWord w:{(Lit_Digits 1)})
                    )
                  cond: 
                    (arith_expr.ArithBinary
                      op_id: Arith_Less
                      left: (arith_expr.ArithVarRef token:<Lit_ArithVarLike i>)
                      right: (arith_expr.ArithVarRef token:<Lit_ArithVarLike cword>)
                    )
                  update: 
                    (arith_expr.UnaryAssign
                      op_id: Node_PostDPlus
                      child: (lhs_expr.LhsName name:i spids:[256])
                    )
                  body: 
                    (command.DoGroup
                      children: [
                        (command.AndOr
                          ops: [Op_DAmp]
                          children: [
                            (command.DBracket
                              expr: 
                                (bool_expr.LogicalAnd
                                  left: 
                                    (bool_expr.BoolBinary
                                      op_id: BoolBinary_GlobNEqual
                                      left: 
                                        {
                                          (word_part.BracedVarSub
                                            token: <VSub_Name words>
                                            bracket_op: 
                                              (bracket_op.ArrayIndex
                                                expr: 
                                                  (arith_expr.ArithVarRef
                                                    token: <Lit_ArithVarLike i>
                                                  )
                                              )
                                            spids: [268 273]
                                          )
                                        }
                                      right: {(-) (Lit_Other '*')}
                                    )
                                  right: 
                                    (bool_expr.BoolBinary
                                      op_id: BoolBinary_GlobNEqual
                                      left: 
                                        {
                                          (word_part.BracedVarSub
                                            token: <VSub_Name words>
                                            bracket_op: 
                                              (bracket_op.ArrayIndex
                                                expr: 
                                                  (arith_expr.ArithBinary
                                                    op_id: Arith_Minus
                                                    left: 
                                                      (arith_expr.ArithVarRef
                                                        token: <Lit_ArithVarLike i>
                                                      )
                                                    right: (arith_expr.ArithWord w:{(Lit_Digits 1)})
                                                  )
                                              )
                                            spids: [282 289]
                                          )
                                        }
                                      right: 
                                        {
                                          (word_part.ExtGlobPart
                                            op: <ExtGlob_At '@('>
                                            arms: [{(-p)} {(-h)}]
                                            spids: [293 297]
                                          )
                                        }
                                    )
                                )
                            )
                            (command.DParen
                              child: 
                                (arith_expr.UnaryAssign
                                  op_id: Node_PostDPlus
                                  child: (lhs_expr.LhsName name:args spids:[305])
                                )
                              spids: [303 309]
                            )
                          ]
                        )
                      ]
                      spids: [263 312]
                    )
                )
                (command.Case
                  to_match: {($ VSub_DollarName '$args')}
                  arms: [
                    (case_arm
                      pat_list: [{(0)}]
                      action: [
                        (command.Assignment
                          keyword: Assign_None
                          pairs: [
                            (assign_pair
                              lhs: (lhs_expr.LhsName name:COMPREPLY spids:[328])
                              op: Equal
                              rhs: 
                                {
                                  (word_part.ArrayLiteralPart
                                    words: [
                                      {
                                        (word_part.CommandSubPart
                                          command_list: 
                                            (command.CommandList
                                              children: [
                                                (C {(compgen)} {(-W)} 
                                                  {
                                                    (DQ 
                                                      (word_part.CommandSubPart
                                                        command_list: 
                                                          (command.CommandList
                                                            children: [
                                                              (command.Pipeline
                                                                children: [
                                                                  (command.SimpleCommand
                                                                    words: [
                                                                      {($ VSub_Number '$1')}
                                                                      {(help)}
                                                                    ]
                                                                    redirects: [
                                                                      (redir.Redir
                                                                        op: <Redir_Great '2>'>
                                                                        fd: 2
                                                                        arg_word: {(/dev/null)}
                                                                      )
                                                                    ]
                                                                  )
                                                                  (C {(awk)} 
                                                                    {
                                                                      (SQ 
                                                                        <
'!/(^ |: *$)/ { sub("\\\\|", " ", $1); print $1 }'
                                                                        >
                                                                      )
                                                                    }
                                                                  )
                                                                ]
                                                                negated: F
                                                              )
                                                            ]
                                                          )
                                                        left_token: <Left_CommandSub '$('>
                                                        spids: [338 357]
                                                      )
                                                    )
                                                  } {(--)} {(DQ ($ VSub_DollarName '$cur'))}
                                                )
                                              ]
                                            )
                                          left_token: <Left_CommandSub '$('>
                                          spids: [331 368]
                                        )
                                      }
                                    ]
                                  )
                                }
                              spids: [328]
                            )
                          ]
                          spids: [328]
                        )
                      ]
                      spids: [324 325 373 16777215]
                    )
                    (case_arm
                      pat_list: [{(1)}]
                      action: [
                        (C {(_chronyc_command_args)} {(DQ ($ VSub_Number '$1'))})
                        (command.If
                          arms: [
                            (if_arm
                              cond: [
                                (command.Sentence
                                  child: 
                                    (command.DBracket
                                      expr: 
                                        (bool_expr.LogicalAnd
                                          left: 
                                            (bool_expr.LogicalNot
                                              child: 
                                                (bool_expr.WordTest
                                                  w: {($ VSub_DollarName '$COMPREPLY')}
                                                )
                                            )
                                          right: 
                                            (bool_expr.BoolBinary
                                              op_id: BoolBinary_GlobDEqual
                                              left: {($ VSub_DollarName '$prev')}
                                              right: 
                                                {(sources) 
                                                  (word_part.ExtGlobPart
                                                    op: <ExtGlob_QMark '?('>
                                                    arms: [{(tats)}]
                                                    spids: [402 404]
                                                  )
                                                }
                                            )
                                        )
                                    )
                                  terminator: <Op_Semi ';'>
                                )
                              ]
                              action: [
                                (command.Assignment
                                  keyword: Assign_None
                                  pairs: [
                                    (assign_pair
                                      lhs: (lhs_expr.LhsName name:COMPREPLY spids:[416])
                                      op: Equal
                                      rhs: 
                                        {
                                          (word_part.ArrayLiteralPart
                                            words: [
                                              {
                                                (word_part.CommandSubPart
                                                  command_list: 
                                                    (command.CommandList
                                                      children: [
                                                        (C {(compgen)} {(-W)} {(SQ <-v>)} {(--)} 
                                                          {(DQ ($ VSub_DollarName '$cur'))}
                                                        )
                                                      ]
                                                    )
                                                  left_token: <Left_CommandSub '$('>
                                                  spids: [419 435]
                                                )
                                              }
                                            ]
                                          )
                                        }
                                      spids: [416]
                                    )
                                  ]
                                  spids: [416]
                                )
                              ]
                              spids: [16777215 409]
                            )
                          ]
                          spids: [16777215 440]
                        )
                      ]
                      spids: [376 377 443 16777215]
                    )
                    (case_arm
                      pat_list: [{(2)}]
                      action: [
                        (command.AndOr
                          ops: [Op_DAmp]
                          children: [
                            (command.DBracket
                              expr: 
                                (bool_expr.BoolBinary
                                  op_id: BoolBinary_GlobDEqual
                                  left: {($ VSub_DollarName '$prev')}
                                  right: 
                                    {
                                      (word_part.ExtGlobPart
                                        op: <ExtGlob_At '@('>
                                        arms: [{(peer)} {(server)}]
                                        spids: [456 460]
                                      )
                                    }
                                )
                            )
                            (C {(_known_hosts_real)} {(DQ ($ VSub_DollarName '$cur'))})
                          ]
                        )
                      ]
                      spids: [446 447 473 16777215]
                    )
                  ]
                  spids: [317 321 476]
                )
              ]
              spids: [122]
            )
          spids: [118 121]
        )
        (C {(complete)} {(-F)} {(_chronyc)} {(chronyc)})
      ]
    )
  ]
)