Searched refs:prompt (Results 226 - 250 of 289) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0.S328 * Menu is complete, display a prompt followed by current selection.
332 print_prompt: movw $prompt,%si # Display
333 callw putstr # prompt
588 * Various menu strings. 'item' goes after 'prompt' to save space.
591 prompt: label
H A Dboot0ext.S199 * Now that we've printed the drive (if we needed to), display a prompt.
202 main.7: movw $prompt,%si # Display
203 callw putstr # prompt
442 prompt: .ascii "\nDefault:"; .byte ' '|0x80 label
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot1.S59 * move the "prompt" message data (below) to replace the OEM ID.
234 * by a prompt, wait for a keypress, and then reboot the machine.
237 mov $prompt,%si # Display
238 callw putstr # prompt
356 prompt: .asciz " error\r\n" label
/freebsd-9.3-release/usr.bin/login/
H A Dlogin.c143 static const char *prompt; variable
263 prompt = login_getcapstr(lc, "login_prompt",
840 (void)printf("%s", prompt);
900 * SIGALRM handler, to enforce login prompt timeout.
/freebsd-9.3-release/usr.sbin/keyserv/
H A Dkeyserv.c267 getrootkey(master, prompt)
269 int prompt;
277 if (!prompt) {
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c209 char prompt[128]; local
214 snprintf(prompt, sizeof(prompt),
220 snprintf(prompt, sizeof(prompt), "Password: ");
224 UI_UTIL_read_pw_string (tmp, sizeof (tmp), prompt, 0);
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dkernel.c38 * - Explicit line breaking when printing prompt text can be
186 void print_autowrap(WINDOW *win, unsigned char *prompt, int height, int width, int maxwidth, int y, int x, int center, int rawmode) argument
195 strncpy(tempstr, prompt, MAX_LEN);
258 else if (center && strlen(tempstr) <= width-x*2) { /* If prompt is short */
262 else if (!center && strlen(tempstr) <= width-cur_x) { /* If prompt is short */
268 /* Print prompt word by word, wrap around if necessary */
/freebsd-9.3-release/usr.bin/mail/
H A Dlex.c49 static const char *prompt = "& "; variable
197 * print no prompt.
217 * Print the prompt, if needed. Clear out
224 printf("%s", prompt);
556 * When we wake up after ^Z, reprint the prompt.
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dkinit.c517 char *p, *prompt; local
520 asprintf (&prompt, "%s's Password: ", p);
523 if (UI_UTIL_read_pw_string(passwd, sizeof(passwd)-1, prompt, 0)){
527 free (prompt);
/freebsd-9.3-release/sys/boot/common/
H A Dbootstrap.h76 int autoboot(int timeout, char *prompt);
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtip.h87 char *PR; /* remote prompt */
259 int stoprompt; /* for interrupting a prompt session */
290 int prompt(char *, char *, size_t);
/freebsd-9.3-release/usr.bin/xargs/
H A Dxargs.c68 static int prompt(void);
519 * followed by a prompt, then prompt them.
535 switch (prompt()) {
703 prompt(void) function
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh257 prompt
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddist.c583 char prompt[80]; local
618 snprintf(prompt, sizeof(prompt), "Extracting %s into %s directory...",
620 dialog_gauge("Progress", prompt, 8, 15, 6, 50,
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.c813 char *prompt = prompt1; local
846 line = (*readline_hook) (prompt);
849 line = gdb_readline_wrapper (prompt);
874 if (prompt == prompt2)
880 prompt = prompt2; /* change prompt for stepping actions */
884 if (prompt == prompt2)
886 prompt = prompt1; /* end of single-stepping actions */
925 if (*p == '\0') /* empty line: just prompt for another line. */
2752 Note: the \"end\" command cannot be used at the gdb prompt
[all...]
/freebsd-9.3-release/contrib/libreadline/
H A Ddisplay.c86 current cursor position is in the middle of a prompt string containing
168 /* Variables to keep track of the expanded prompt string, which may
179 /* The number of invisible characters in the prompt string. Static so it
183 /* The index of the last invisible character in the prompt string. */
190 /* Number of invisible characters on the first physical line of the prompt.
191 Only valid when the number of physical characters in the prompt exceeds
199 /* Variables to save and restore prompt and display information. */
212 /* Expand the prompt string S and return the number of visible
217 the first prompt line. The previous are used as byte counts -- indexes
253 invfl = 0; /* invisible chars in first line of prompt */
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Dxditview.c591 MakePrompt(Widget centerw, const char *prompt, argument
609 dialogArgs[0].value = (XtArgVal)prompt;
/freebsd-9.3-release/contrib/tnftp/src/
H A Dmain.c499 setupoption("prompt", getenv("FTPPROMPT"), DEFAULTPROMPT);
588 * Generate a prompt
591 prompt(void) function
599 o = getoption("prompt");
601 errx(1, "prompt: no such option `prompt'");
649 fputs(prompt(), ttyout);
/freebsd-9.3-release/release/picobsd/tinyware/oinit/
H A Doinit.c508 char *prompt=" # "; local
533 printf("(%d)%s%s",mypid,cwd,prompt);
/freebsd-9.3-release/bin/csh/
H A DMakefile32 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
/freebsd-9.3-release/contrib/binutils/binutils/
H A Darsup.c129 prompt (void) function
/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c455 char prompt[OPIE_CHALLENGE_MAX + 1]; local
457 opiechallenge(&opiestate, name, prompt);
466 reply(331, "Response to %s %s for %s.", prompt,
468 reply(331, "OTP response %s %s for %s.", prompt,
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dexterns.h141 *prompt; /* Prompt for command. */
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c126 * The current prompt string.
242 * Set the prompt
245 rl_set_prompt(const char *prompt) argument
249 if (!prompt)
250 prompt = "";
251 if (rl_prompt != NULL && strcmp(rl_prompt, prompt) == 0)
255 rl_prompt = strdup(prompt);
310 /* for proper prompt printing in readline() */
371 const char * volatile prompt = p; local
384 /* update prompt accordingl
1940 rl_callback_handler_install(const char *prompt, VCPFunction *linefunc) argument
[all...]
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh.h250 Extern struct var *prompt; /* main prompt */ variable in typeref:struct:var
251 Extern struct var *cprompt; /* continuation prompt */

Completed in 307 milliseconds

1234567891011>>