Searched refs:_cmd_index (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/krb5/src/util/ |
H A D | k5test.py | 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) [all …]
|