/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);
|
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
|
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);
|
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);
|
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) {
|
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
|
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
|
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...] |
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 */
|
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 */
|
/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);
|
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)
|
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)
|
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...] |