HomeSort by: relevance | last modified time | path
    Searched defs:PROMPT (Results 1 - 9 of 9) sorted by relevancy

  /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/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);
  /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/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 */
  /src/external/gpl3/gdb/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...]
  /src/external/gpl3/gdb.old/dist/gdb/
top.c 87 #define PROMPT(X) the_prompts.prompt_stack[the_prompts.top + X].prompt
91 /* Default command line prompt. This is overridden in some configs. */
226 message. Next, deprecated_readline_hook is called with a prompt
757 It prints PROMPT once at the start.
764 gdb_readline_no_editing (const char *prompt)
773 if (prompt != NULL)
778 printf_unfiltered ("%s", prompt);
903 a single gdb invocation. At the ordinary top-level prompt we might
906 However, for a secondary prompt (" >", such as occurs during
1221 const char *prompt = prompt_arg; local
    [all...]

Completed in 24 milliseconds