(command.CommandList
  children: [
    (command.ShFunction
      name: _chronyc_command_args
      body: 
        (command.BraceGroup
          children: [
            (C {<local>} {<-a>} 
              {<Id.Lit_VarLike 'args='> 
                (sh_array_literal
                  left: <Id.Op_LParen _>
                  words: [
                    {
                      (command_sub
                        left_token: <Id.Left_DollarParen '$('>
                        command_list: 
                          (command.CommandList
                            children: [
                              (C {<compgen>} {<-W>} 
                                {
                                  (DQ 
                                    (command_sub
                                      left_token: <Id.Left_DollarParen '$('>
                                      command_list: 
                                        (command.CommandList
                                          children: [
                                            (command.Pipeline
                                              children: [
                                                (command.Simple
                                                  words: [{($ Id.VSub_Number '$1')} {<help>}]
                                                  redirects: [
                                                    (redir.Redir
                                                      op: <Id.Redir_Great '2>'>
                                                      fd: 2
                                                      arg_word: {</dev/null>}
                                                    )
                                                  ]
                                                )
                                                (C {<awk>} 
                                                  {(SQ <'/^'>) ($ Id.VSub_DollarName '$prev') 
                                                    (SQ 
                                                      <
'\\s[^ []/ { gsub("\\\\|", " ", $2); print $2 }'
                                                      >
                                                    )
                                                  }
                                                )
                                              ]
                                              negated: F
                                            )
                                          ]
                                        )
                                    )
                                  )
                                }
                              )
                            ]
                          )
                      )
                    }
                  ]
                )
              }
            )
            (command.Case
              to_match: {($ Id.VSub_DollarName '$args')}
              arms: [
                (case_arm
                  pat_list: [
                    {(word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\<'>) <address> 
                      (word_part.EscapedLiteral
                        token: <Id.Lit_EscapedChar '\\>'>
                      )
                    }
                  ]
                  action: [(C {<_known_hosts_real>} {(DQ ($ Id.VSub_DollarName '$cur'))})]
                  spids: [63 66 74 -1]
                )
                (case_arm
                  pat_list: [
                    {(word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\<'>) <Id.Lit_Star '*'>}
                  ]
                  spids: [77 79 81 -1]
                )
                (case_arm
                  pat_list: [{<Id.Lit_Star '*'>}]
                  action: [
                    (command.ShAssignment
                      pairs: [
                        (assign_pair
                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                          op: assign_op.PlusEqual
                          rhs: 
                            {
                              (sh_array_literal
                                left: <Id.Op_LParen _>
                                words: [
                                  {
                                    (command_sub
                                      left_token: <Id.Left_DollarParen '$('>
                                      command_list: 
                                        (command.CommandList
                                          children: [
                                            (C {<compgen>} {<-W>} {(SQ <'${args[@]}'>)} {<-->} 
                                              {(DQ ($ Id.VSub_DollarName '$cur'))}
                                            )
                                          ]
                                        )
                                    )
                                  }
                                ]
                              )
                            }
                          spids: [87]
                        )
                      ]
                    )
                  ]
                  spids: [84 85 110 -1]
                )
              ]
            )
          ]
        )
    )
    (command.AndOr
      ops: [Id.Op_DAmp]
      children: [
        (command.ShFunction
          name: _chronyc
          body: 
            (command.BraceGroup
              children: [
                (C {<local>} {<cur>} {<prev>} {<words>} {<cword>})
                (command.AndOr
                  ops: [Id.Op_DPipe]
                  children: [
                    (C {<_init_completion>})
                    (command.ControlFlow token:<Id.ControlFlow_Return return>)
                  ]
                )
                (command.Case
                  to_match: {($ Id.VSub_DollarName '$prev')}
                  arms: [
                    (case_arm
                      pat_list: [{<--help>} {<-p>}]
                      action: [(command.ControlFlow token:<Id.ControlFlow_Return return>)]
                      spids: [151 154 160 -1]
                    )
                    (case_arm
                      pat_list: [{<-h>}]
                      action: [
                        (C {<_known_hosts_real>} {(DQ ($ Id.VSub_DollarName '$cur'))})
                        (command.ControlFlow
                          token: <Id.ControlFlow_Return return>
                        )
                      ]
                      spids: [163 164 177 -1]
                    )
                  ]
                )
                (command.If
                  arms: [
                    (if_arm
                      cond: [
                        (command.Sentence
                          child: 
                            (command.DBracket
                              expr: 
                                (bool_expr.Binary
                                  op_id: Id.BoolBinary_GlobDEqual
                                  left: {($ Id.VSub_DollarName '$cur')}
                                  right: {<-> <Id.Lit_Other '*'>}
                                )
                            )
                          terminator: <Id.Op_Semi _>
                        )
                      ]
                      action: [
                        (command.ShAssignment
                          pairs: [
                            (assign_pair
                              lhs: (sh_lhs_expr.Name name:COMPREPLY)
                              op: assign_op.Equal
                              rhs: 
                                {
                                  (sh_array_literal
                                    left: <Id.Op_LParen _>
                                    words: [
                                      {
                                        (command_sub
                                          left_token: <Id.Left_DollarParen '$('>
                                          command_list: 
                                            (command.CommandList
                                              children: [
                                                (C {<compgen>} {<-W>} 
                                                  {(SQ <'$( _parse_usage "$1" ) -6'>)} {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                )
                                              ]
                                            )
                                        )
                                      }
                                    ]
                                  )
                                }
                              spids: [201]
                            )
                          ]
                        )
                        (command.ControlFlow
                          token: <Id.ControlFlow_Return return>
                        )
                      ]
                      spids: [184 198]
                    )
                  ]
                )
                (C {<local>} {<i>} {<Id.Lit_VarLike 'args='> <0>})
                (command.ForExpr
                  init: 
                    (arith_expr.BinaryAssign
                      op_id: Id.Arith_Equal
                      left: (sh_lhs_expr.Name name:i)
                      right: (arith_expr.ArithWord w:{<Id.Lit_Digits 1>})
                    )
                  cond: 
                    (arith_expr.Binary
                      op_id: Id.Arith_Less
                      left: (arith_expr.VarRef token:<Id.Lit_ArithVarLike i>)
                      right: (arith_expr.VarRef token:<Id.Lit_ArithVarLike cword>)
                    )
                  update: 
                    (arith_expr.UnaryAssign
                      op_id: Id.Node_PostDPlus
                      child: (sh_lhs_expr.Name name:i)
                    )
                  body: 
                    (command.DoGroup
                      children: [
                        (command.AndOr
                          ops: [Id.Op_DAmp]
                          children: [
                            (command.DBracket
                              expr: 
                                (bool_expr.LogicalAnd
                                  left: 
                                    (bool_expr.Binary
                                      op_id: Id.BoolBinary_GlobNEqual
                                      left: 
                                        {
                                          (braced_var_sub
                                            token: <Id.VSub_Name words>
                                            bracket_op: 
                                              (bracket_op.ArrayIndex
                                                expr: 
                                                  (arith_expr.VarRef
                                                    token: <Id.Lit_ArithVarLike i>
                                                  )
                                              )
                                          )
                                        }
                                      right: {<-> <Id.Lit_Other '*'>}
                                    )
                                  right: 
                                    (bool_expr.Binary
                                      op_id: Id.BoolBinary_GlobNEqual
                                      left: 
                                        {
                                          (braced_var_sub
                                            token: <Id.VSub_Name words>
                                            bracket_op: 
                                              (bracket_op.ArrayIndex
                                                expr: 
                                                  (arith_expr.Binary
                                                    op_id: Id.Arith_Minus
                                                    left: 
                                                      (arith_expr.VarRef
                                                        token: <Id.Lit_ArithVarLike i>
                                                      )
                                                    right: (arith_expr.ArithWord w:{<Id.Lit_Digits 1>})
                                                  )
                                              )
                                          )
                                        }
                                      right: 
                                        {
                                          (word_part.ExtGlob
                                            op: <Id.ExtGlob_At '@('>
                                            arms: [{<-p>} {<-h>}]
                                          )
                                        }
                                    )
                                )
                            )
                            (command.DParen
                              child: 
                                (arith_expr.UnaryAssign
                                  op_id: Id.Node_PostDPlus
                                  child: (sh_lhs_expr.Name name:args)
                                )
                            )
                          ]
                        )
                      ]
                    )
                )
                (command.Case
                  to_match: {($ Id.VSub_DollarName '$args')}
                  arms: [
                    (case_arm
                      pat_list: [{<0>}]
                      action: [
                        (command.ShAssignment
                          pairs: [
                            (assign_pair
                              lhs: (sh_lhs_expr.Name name:COMPREPLY)
                              op: assign_op.Equal
                              rhs: 
                                {
                                  (sh_array_literal
                                    left: <Id.Op_LParen _>
                                    words: [
                                      {
                                        (command_sub
                                          left_token: <Id.Left_DollarParen '$('>
                                          command_list: 
                                            (command.CommandList
                                              children: [
                                                (C {<compgen>} {<-W>} 
                                                  {
                                                    (DQ 
                                                      (command_sub
                                                        left_token: <Id.Left_DollarParen '$('>
                                                        command_list: 
                                                          (command.CommandList
                                                            children: [
                                                              (command.Pipeline
                                                                children: [
                                                                  (command.Simple
                                                                    words: [
                                                                      {($ Id.VSub_Number '$1')}
                                                                      {<help>}
                                                                    ]
                                                                    redirects: [
                                                                      (redir.Redir
                                                                        op: <Id.Redir_Great '2>'>
                                                                        fd: 2
                                                                        arg_word: {</dev/null>}
                                                                      )
                                                                    ]
                                                                  )
                                                                  (C {<awk>} 
                                                                    {
                                                                      (SQ 
                                                                        <
'!/(^ |: *$)/ { sub("\\\\|", " ", $1); print $1 }'
                                                                        >
                                                                      )
                                                                    }
                                                                  )
                                                                ]
                                                                negated: F
                                                              )
                                                            ]
                                                          )
                                                      )
                                                    )
                                                  } {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                )
                                              ]
                                            )
                                        )
                                      }
                                    ]
                                  )
                                }
                              spids: [328]
                            )
                          ]
                        )
                      ]
                      spids: [324 325 373 -1]
                    )
                    (case_arm
                      pat_list: [{<1>}]
                      action: [
                        (C {<_chronyc_command_args>} {(DQ ($ Id.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: {($ Id.VSub_DollarName '$COMPREPLY')}
                                                )
                                            )
                                          right: 
                                            (bool_expr.Binary
                                              op_id: Id.BoolBinary_GlobDEqual
                                              left: {($ Id.VSub_DollarName '$prev')}
                                              right: 
                                                {<sources> 
                                                  (word_part.ExtGlob
                                                    op: <Id.ExtGlob_QMark '?('>
                                                    arms: [{<tats>}]
                                                  )
                                                }
                                            )
                                        )
                                    )
                                  terminator: <Id.Op_Semi _>
                                )
                              ]
                              action: [
                                (command.ShAssignment
                                  pairs: [
                                    (assign_pair
                                      lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                      op: assign_op.Equal
                                      rhs: 
                                        {
                                          (sh_array_literal
                                            left: <Id.Op_LParen _>
                                            words: [
                                              {
                                                (command_sub
                                                  left_token: <Id.Left_DollarParen '$('>
                                                  command_list: 
                                                    (command.CommandList
                                                      children: [
                                                        (C {<compgen>} {<-W>} {(SQ <-v>)} {<-->} 
                                                          {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                        )
                                                      ]
                                                    )
                                                )
                                              }
                                            ]
                                          )
                                        }
                                      spids: [416]
                                    )
                                  ]
                                )
                              ]
                              spids: [387 409]
                            )
                          ]
                        )
                      ]
                      spids: [376 377 443 -1]
                    )
                    (case_arm
                      pat_list: [{<2>}]
                      action: [
                        (command.AndOr
                          ops: [Id.Op_DAmp]
                          children: [
                            (command.DBracket
                              expr: 
                                (bool_expr.Binary
                                  op_id: Id.BoolBinary_GlobDEqual
                                  left: {($ Id.VSub_DollarName '$prev')}
                                  right: 
                                    {
                                      (word_part.ExtGlob
                                        op: <Id.ExtGlob_At '@('>
                                        arms: [{<peer>} {<server>}]
                                      )
                                    }
                                )
                            )
                            (C {<_known_hosts_real>} {(DQ ($ Id.VSub_DollarName '$cur'))})
                          ]
                        )
                      ]
                      spids: [446 447 473 -1]
                    )
                  ]
                )
              ]
            )
        )
        (C {<complete>} {<-F>} {<_chronyc>} {<chronyc>})
      ]
    )
  ]
)