Searched refs:PROMPT (Results 1 - 11 of 11) sorted by relevance
/third_party/python/Lib/venv/scripts/nt/ |
H A D | activate.bat | 13 if not defined PROMPT set PROMPT=$P$G
variable 15 if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT%
variable 18 set _OLD_VIRTUAL_PROMPT=%PROMPT%
19 set PROMPT=__VENV_PROMPT__%PROMPT%
variable
|
H A D | deactivate.bat | 4 set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
|
/third_party/node/test/parallel/ |
H A D | test-repl-top-level-await.js | 14 const PROMPT = 'await repl > '; 42 if (line.includes(PROMPT)) { 51 prompt: PROMPT, 191 assert.deepStrictEqual(lines, [...expected, PROMPT]); 196 assert.deepStrictEqual(lines, [...echoed, expected, PROMPT]); 215 PROMPT,
|
H A D | test-repl-preview.js | 14 const PROMPT = 'repl > '; 42 if (line.includes(PROMPT)) { 61 prompt: PROMPT,
|
/third_party/pulseaudio/scripts/ |
H A D | benchmark_memory_usage.sh | 33 PROMPT="${_bold}[$BASENAME]${_reset}" 35 echo -e "$PROMPT: ** Error: ${_error}$1${_reset}" >&2; exit -1 38 echo -e "$PROMPT: $1"
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli.c | 42 #define PROMPT ">>> " macro 162 pa_ioline_puts(line, PROMPT); in line_callback()
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client.py | 109 elif res_type == result.PROMPT: 326 elif res_type == result.PROMPT:
|
H A D | jerry_client_main.py | 256 PROMPT = 3 variable in DebuggerAction 681 action_type = DebuggerAction.PROMPT if self.prompt else DebuggerAction.WAIT
|
/third_party/python/Lib/ |
H A D | cmd.py | 49 PROMPT = '(Cmd) ' variable 64 prompt = PROMPT
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | req.c | 36 #define PROMPT "prompt" macro 1076 tmp = NCONF_get_string(req_conf, section, PROMPT); in make_REQ()
|
/third_party/openssl/apps/ |
H A D | req.c | 36 #define PROMPT "prompt" macro 1074 tmp = NCONF_get_string(req_conf, section, PROMPT); in make_REQ()
|
Completed in 8 milliseconds