Lines Matching refs:_cmd_index
417 print("*** Last command (#%d): %s" % (_cmd_index - 1, _last_cmd))
738 global null_input, _cmd_index, _last_cmd, _last_cmd_output, _debug
749 if (_match_cmdnum(_debug, _cmd_index)):
755 output('*** [%d] Executing: %s\n' % (_cmd_index, _last_cmd))
756 _stop_or_shell(_stop_before, _shell_before, env, _cmd_index)
771 output('*** [%d] Completed with return code %d\n' % (_cmd_index, code))
772 _stop_or_shell(_stop_after, _shell_after, env, _cmd_index)
773 _cmd_index += 1
794 global _cmd_index, _debugger_command
798 (_cmd_index, _shell_equiv(args)), True)
807 (_cmd_index, code))
808 _cmd_index += 1
815 global null_input, _cmd_index, _last_cmd, _last_cmd_output, _debug
818 if (_match_cmdnum(_debug, _cmd_index)):
819 output('*** [%d] Warning: ' % _cmd_index, True)
827 output('*** [%d] Starting: %s\n' % (_cmd_index, _last_cmd))
828 _stop_or_shell(_stop_before, _shell_before, env, _cmd_index)
844 output('*** [%d] Started with pid %d\n' % (_cmd_index, proc.pid))
845 _stop_or_shell(_stop_after, _shell_after, env, _cmd_index)
846 _cmd_index += 1
1447 _cmd_index = 1 variable