Home
last modified time | relevance | path

Searched refs:PROMPT (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Lib/venv/scripts/nt/
H A Dactivate.bat13 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 Ddeactivate.bat4 set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
/third_party/node/test/parallel/
H A Dtest-repl-top-level-await.js14 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 Dtest-repl-preview.js14 const PROMPT = 'repl > ';
42 if (line.includes(PROMPT)) {
61 prompt: PROMPT,
/third_party/pulseaudio/scripts/
H A Dbenchmark_memory_usage.sh33 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 Dcli.c42 #define PROMPT ">>> " macro
162 pa_ioline_puts(line, PROMPT); in line_callback()
/third_party/jerryscript/jerry-debugger/
H A Djerry_client.py109 elif res_type == result.PROMPT:
326 elif res_type == result.PROMPT:
H A Djerry_client_main.py256 PROMPT = 3 variable in DebuggerAction
681 action_type = DebuggerAction.PROMPT if self.prompt else DebuggerAction.WAIT
/third_party/python/Lib/
H A Dcmd.py49 PROMPT = '(Cmd) ' variable
64 prompt = PROMPT
/third_party/node/deps/openssl/openssl/apps/
H A Dreq.c36 #define PROMPT "prompt" macro
1076 tmp = NCONF_get_string(req_conf, section, PROMPT); in make_REQ()
/third_party/openssl/apps/
H A Dreq.c36 #define PROMPT "prompt" macro
1074 tmp = NCONF_get_string(req_conf, section, PROMPT); in make_REQ()

Completed in 8 milliseconds