(CommandList
  children: [
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:PATH)
          op: Equal
          rhs: {(/sbin) (Lit_Other ':') (/bin)}
          spids: [28]
        )
      ]
      spids: [28]
    )
    (C {(.)} {(/lib/lsb/init-functions)})
    (FuncDef
      name: do_start
      body: 
        (BraceGroup
          children: [
            (C {(log_action_msg)} {(DQ ('Will now switch to single-user mode'))})
            (C {(exec)} {(init)} {(-t1)} {(S)})
          ]
          spids: [44]
        )
      spids: [39 43]
    )
    (Case
      to_match: {(DQ ($ VSub_Number '$1'))}
      arms: [
        (case_arm pat_list:[{(start)}] action:[(C {(do_start)})] spids:[74758116777215])
        (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:[100])]
            )
            (C {(exit)} {(3)})
          ]
          spids: [84 89 109 16777215]
        )
        (case_arm pat_list:[{(stop)}{(status)}] spids:[11211512216777215])
        (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:[137])]
            )
            (C {(exit)} {(3)})
          ]
          spids: [125 126 146 16777215]
        )
      ]
      spids: [65 71 148]
    )
  ]
)