| /src/sys/arch/ews4800mips/stand/common/ |
| prompt.c | 1 /* $NetBSD: prompt.c,v 1.5 2019/01/09 03:28:31 christos Exp $ */ 47 #define PROMPT ">> " 62 prompt(void) function 93 printf(PROMPT); 105 printf("%s", PROMPT); 149 printf("%s%s", PROMPT, __cmd->buf); 161 printf(PROMPT);
|
| /src/external/gpl2/lvm2/dist/tools/ |
| vgremove.c | 36 if ((force == PROMPT) &&
|
| lvconvert.c | 483 if (force != PROMPT) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/ |
| gdb_test_multiple-lbl.exp | 37 # #2 - We need an anchor on the prompt match as otherwise the prompt 42 # This test would fail if -lbl did not force the built-in prompt match 43 # regexp to have an anchor as well, as without it, the built-in prompt 68 verbose -log <PROMPT>
|
| /src/usr.bin/tip/ |
| tip.h | 87 extern char *PR; /* remote prompt */ 204 #define PROMPT 12 245 extern int stoprompt; /* for interrupting a prompt session */ 283 int prompt(const char *, char *, size_t);
|
| cmds.c | 77 if (prompt("Local file name? ", copyname, sizeof copyname)) 88 if (prompt("List command for remote system? ", buf, 106 if (prompt("[take] ", copyname, sizeof copyname)) 205 if (prompt("Local command? ", buf, sizeof buf)) 217 if (prompt("List command for remote system? ", buf, 267 if (prompt("Local file name? ", fname, sizeof fname)) 352 do { /* wait for prompt */ 361 } while ((c&STRIP_PAR) != character(value(PROMPT))); 397 if (prompt("[put] ", copyname, sizeof copyname)) 475 if (prompt("Local command? ", buf, sizeof buf) [all...] |
| /src/usr.bin/sdiff/ |
| sdiff.c | 58 static void prompt(const char *, const char *); 414 prompt(const char *s1, const char *s2) function 418 /* Print command prompt. */ 459 goto PROMPT; 469 PROMPT: 472 /* Prompt user again. */ 892 prompt(left, right);
|
| /src/external/gpl2/lvm2/dist/include/ |
| metadata-exported.h | 136 PROMPT = 0, /* Issue yes/no prompt to confirm operation */ 137 DONT_PROMPT = 1, /* Skip yes/no prompt */ 138 DONT_PROMPT_OVERRIDE = 2 /* Skip prompt + override a second condition */
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| metadata-exported.h | 136 PROMPT = 0, /* Issue yes/no prompt to confirm operation */ 137 DONT_PROMPT = 1, /* Skip yes/no prompt */ 138 DONT_PROMPT_OVERRIDE = 2 /* Skip prompt + override a second condition */
|
| lv_manip.c | 2102 if (lv_is_active(lv) && (force == PROMPT) &&
|
| metadata.c | 1225 /* prompt */ 1334 pp->force = PROMPT;
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| req.c | 37 #define PROMPT "prompt" 1119 tmp = app_conf_try_string(req_conf, section, PROMPT);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| req.c | 36 #define PROMPT "prompt" 1076 tmp = NCONF_get_string(req_conf, section, PROMPT);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| req.c | 39 #define PROMPT "prompt" 997 tmp = NCONF_get_string(req_conf, SECTION, PROMPT);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| top.c | 88 #define PROMPT(X) the_prompts.prompt_stack[the_prompts.top + X].prompt 92 /* Default command line prompt. This is overridden in some configs. */ 227 message. Next, deprecated_readline_hook is called with a prompt 748 It prints PROMPT once at the start. 755 gdb_readline_no_editing (const char *prompt) 764 if (prompt != NULL) 769 printf_unfiltered ("%s", prompt); 894 a single gdb invocation. At the ordinary top-level prompt we might 897 However, for a secondary prompt (" >", such as occurs during 1216 const char *prompt = prompt_arg; local [all...] |