(command.CommandList
  children: [
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:PATH)
          op: assign_op.Equal
          rhs: 
            {</sbin> <Id.Lit_Other ':'> </bin> <Id.Lit_Other ':'> </usr/sbin> <Id.Lit_Other ':'> 
              </usr/bin>
            }
          spids: [37]
        )
      ]
    )
    (C {<.>} {</lib/lsb/init-functions>})
    (command.AndOr
      ops: [Id.Op_DPipe]
      children: [
        (C {<test>} {<-x>} {</usr/share/qemu/init/qemu-kvm-init>})
        (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<5>})
      ]
    )
    (command.ShFunction
      name: start
      body: 
        (command.BraceGroup
          children: [
            (C {<log_daemon_msg>} {(DQ <'Configuring kvm'>)} {(DQ <qemu-kvm>)})
            (C {</usr/share/qemu/init/qemu-kvm-init>} {<start>})
            (C {<log_end_msg>} {($ Id.VSub_QMark '$?')})
          ]
        )
    )
    (command.Case
      to_match: {(DQ ($ Id.VSub_Number '$1'))}
      arms: [
        (case_arm
          pat_list: [{<start>} {<restart>} {<force-reload>}]
          action: [(C {<start>})]
          spids: [104 109 115 -1]
        )
        (case_arm pat_list:[{<stop>}] spids:[118 119 122 -1])
        (case_arm
          pat_list: [{<Id.Lit_Star '*'>}]
          action: [
            (command.Simple
              words: [
                {<echo>}
                {(DQ <'Usage: '> ($ Id.VSub_Number '$0') <' {start|stop|restart|force-reload}'>)}
              ]
              redirects: [(redir.Redir op:<Id.Redir_GreatAnd '>&'> fd:-1 arg_word:{<2>})]
            )
            (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<3>})
          ]
          spids: [125 126 146 -1]
        )
      ]
    )
    (C {<Id.Lit_Other ':'>})
  ]
)