(CommandList
  children: [
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:PATH)
          op: Equal
          rhs: {(/sbin) (Lit_Other ':') (/usr/sbin) (Lit_Other ':') (/bin) (Lit_Other ':') (/usr/bin)}
          spids: [31]
        )
      ]
      spids: [31]
    )
    (C {(.)} {(/lib/lsb/init-functions)})
    (FuncDef
      name: do_stop
      body: 
        (BraceGroup
          children: [
            (C {(log_action_msg)} {(DQ ('Will now restart'))})
            (C {(reboot)} {(-d)} {(-f)} {(-i)})
          ]
          spids: [51]
        )
      spids: [46 50]
    )
    (Case
      to_match: {(DQ ($ VSub_Number '$1'))}
      arms: [
        (case_arm pat_list:[{(start)}] spids:[89 90 97 16777215])
        (case_arm
          pat_list: [{(restart)} {(reload)} {(force-reload)}]
          action: [
            (SimpleCommand
              words: [{(echo)} {(DQ ("Error: argument '") ($ VSub_Number '$1') ("' not supported"))}]
              redirects: [(Redir op_id:Redir_GreatAnd fd:16777215 arg_word:{(2)} spids:[116])]
            )
            (C {(exit)} {(3)})
          ]
          spids: [100 105 125 16777215]
        )
        (case_arm pat_list:[{(stop)}] action:[(C {(do_stop)})] spids:[128 129 135 16777215])
        (case_arm
          pat_list: [{(status)}]
          action: [(C {(exit)} {(0)})]
          spids: [138 139 147 16777215]
        )
        (case_arm
          pat_list: [{(Lit_Other '*')}]
          action: [
            (SimpleCommand
              words: [{(echo)} {(DQ ('Usage: ') ($ VSub_Number '$0') (' start|stop'))}]
              redirects: [(Redir op_id:Redir_GreatAnd fd:16777215 arg_word:{(2)} spids:[162])]
            )
            (C {(exit)} {(3)})
          ]
          spids: [150 151 171 16777215]
        )
      ]
      spids: [80 86 173]
    )
  ]
)