Home
last modified time | relevance | path

Searched refs:_last_cmd (Results 1 – 1 of 1) sorted by relevance

/src/crypto/krb5/src/util/
H A Dk5test.py416 if _last_cmd:
417 print("*** Last command (#%d): %s" % (_cmd_index - 1, _last_cmd))
738 global null_input, _cmd_index, _last_cmd, _last_cmd_output, _debug
753 _last_cmd = _shell_equiv(args)
755 output('*** [%d] Executing: %s\n' % (_cmd_index, _last_cmd))
815 global null_input, _cmd_index, _last_cmd, _last_cmd_output, _debug
826 _last_cmd = _shell_equiv(args)
827 output('*** [%d] Starting: %s\n' % (_cmd_index, _last_cmd))
1449 _last_cmd = None variable