HomeSort by: relevance | last modified time | path
    Searched defs:prompt (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/usr.bin/skeyinfo/
skeyinfo.c 50 char name[100], prompt[1024]; local in function:main
80 if (getskeyprompt(&skey, name, prompt) == -1) {
90 printf("next %s", prompt);
  /src/games/backgammon/teachgammon/
ttext1.c 45 const char *const prompt = "-->"; variable in typeref:typename:const char * const
  /src/games/backgammon/common_source/
save.c 46 static const char prompt[] = "Enter a file name: "; variable in typeref:typename:const char[]
77 writel(prompt);
  /src/sbin/fsck_msdos/
main.c 151 char prompt[256]; local in function:ask
163 vsnprintf(prompt, sizeof(prompt), fmt, ap);
166 printf("%s? %s\n", prompt, rdonly ? "no" : "yes");
170 printf("%s? [yn] ", prompt);
  /src/sys/arch/evbarm/stand/bootimx23/
args_prep.c 97 u_int prompt; local in function:args_prep
104 prompt = 0;
111 printf("Press any key to drop into boot prompt...\n\r");
120 prompt = 1;
125 if (prompt) {
  /src/usr.bin/chpass/
chpass.h 37 const char *prompt; member in struct:_entry
  /src/games/mille/
move.c 372 prompt(MOVEPROMPT);
449 prompt(FILEPROMPT);
537 prompt(int promptno) function in typeref:typename:void
  /src/games/phantasia/
gamesupport.c 26 const char *prompt; /* pointer to prompt string */ local in function:changestats
81 /* print player structure, and prompt for action */
180 /* prompt for password */
226 prompt = "experience";
231 prompt = "level";
236 prompt = "strength";
241 prompt = "sword";
246 prompt = "energy";
251 prompt = "max energy"
    [all...]
  /src/lib/libedit/TEST/
tc1.c 69 static char *prompt(EditLine *);
73 prompt(EditLine *el) function in typeref:typename:char *
152 el_set(el, EL_PROMPT_ESC, prompt, '\1');/* Set the prompt function */
wtc1.c 21 prompt(EditLine *el) function in typeref:typename:wchar_t *
137 el_wset(el, EL_PROMPT_ESC, prompt, '\1'); /* Set the prompt function */
  /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 in typeref:typename:void
93 printf(PROMPT);
105 printf("%s", PROMPT);
149 printf("%s%s", PROMPT, __cmd->buf);
161 printf(PROMPT);
  /src/usr.bin/mail/
mime_detach.c 95 detach_get_fname(char *prompt, char *pathname)
100 fname = my_gets(&elm.filec, prompt, pathname);
110 (void)printf("%s%s\n", prompt, pathname);
180 char *prompt; local in function:detach_open_target
208 * Make up the prompt
210 (void)sasprintf(&prompt, "%-7s filename: ", partstr);
219 if ((fname = detach_get_fname(prompt, pathname)) == NULL)
  /src/usr.bin/pwhash/
pwhash.c 170 int prompt = 0; local in function:main
185 if (operation != -1 || prompt)
200 prompt = 1;
241 if (prompt) {
267 if (prompt)
  /src/distrib/utils/more/
command.c 60 static int longprompt; /* if stat command instead of prompt */
99 start_mca(action, prompt)
101 char *prompt;
105 putstr(prompt);
106 cmd_col = strlen(prompt);
154 prompt() function in typeref:typename:int
176 /* select the proper prompt and display it. */
353 * Display prompt and accept a character.
356 if (!prompt()) {
382 * Start clean with a prompt
    [all...]
  /src/games/cribbage/
support.c 136 static char prompt[BUFSIZ]; local in function:plyrhand
141 (void) snprintf(prompt, sizeof(prompt), "Your %s scores ", s);
143 if ((j = number(0, 29, prompt)) == 19)
crib.c 373 const char *prompt; local in function:discard
377 prompt = (quiet ? "Discard --> " : "Discard a card --> ");
379 crd = phand[infrom(phand, FULLHAND, prompt)];
385 crd = phand[infrom(phand, FULLHAND - 1, prompt)];
io.c 173 infrom(const CARD hand[], int n, const char *prompt)
183 msg("%s", prompt);
327 number(int lo, int hi, const char *prompt)
333 msg("%s", prompt);
455 static const char prompt[] = {'-', '-', 'M', 'o', 'r', 'e', '-', '-', '\0'}; local in function:do_wait
457 if ((int)(Mpos + sizeof prompt) < MSG_X)
465 waddstr(Msgwin, prompt);
  /src/sys/arch/ia64/stand/common/
boot.c 124 char *cp, *prompt; local in function:command_autoboot
126 prompt = NULL;
130 prompt = argv[2];
140 return(autoboot(howlong, prompt));
162 autoboot(int timeout, char *prompt)
197 printf("%s\n", (prompt == NULL) ? "Hit [Enter] to boot immediately, or any other key for command prompt." : prompt);
interp.c 55 static void prompt(void);
126 if (getenv("prompt") == NULL)
127 setenv("prompt", "${interpret}", 1);
134 prompt();
286 prompt();
324 * Emit the current prompt; use the same syntax as the parser
328 prompt(void) function in typeref:typename:void
332 if ((cp = getenv("prompt")) == NULL)
commands.c 371 char *prompt; local in function:command_read
380 prompt = NULL;
387 prompt = optarg;
405 if (prompt != NULL)
406 printf("%s", prompt);
  /src/usr.bin/nc/
socks.c 119 char prompt[512]; local in function:getproxypass
122 snprintf(prompt, sizeof(prompt), "Proxy password for %s@%s: ",
125 if (getpassfd(prompt, pw, sizeof(pw), NULL, GETPASS_NEED_TTY, 0)
128 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)
  /src/sbin/nvmectl/
firmware.c 193 char *controller = NULL, prompt[64]; local in function:firmware
298 fgets(prompt, sizeof(prompt), stdin);
299 if (strncasecmp(prompt, "yes", 3) == 0)
301 if (strncasecmp(prompt, "no", 2) == 0)
  /src/lib/libpam/modules/pam_ksu/
pam_ksu.c 135 char prompt[80]; local in function:auth_krb5
146 (void)snprintf(prompt, sizeof(prompt), PASSWORD_PROMPT,
149 (void)snprintf(prompt, sizeof(prompt), "Password:");
151 pamret = pam_get_authtok(pamh, PAM_AUTHTOK, &pass, prompt);
  /src/games/boggle/boggle/
mach.c 549 prompt(const char *mesg) function in typeref:typename:void
  /src/games/rogue/
room.c 64 const char *prompt; member in struct:option
590 move(i, j + strlen(options[i].prompt));
592 move(i, j + strlen(options[i].prompt));
643 mvaddstr(i, 0, opt->prompt);
650 move(i, strlen(options[i].prompt));

Completed in 26 milliseconds

1 2 3