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

1234567891011>>

/freebsd-11-stable/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...]
H A Ddve3900-rom.c413 one can't be modified, and the monitor won't even prompt to let
863 it sends and receives packets of data along with the normal prompt.
894 the monitor to emit a packet before each prompt, so ignore the packet. */
949 * The bare carriage return forces a prompt from the monitor
950 (monitor doesn't prompt immediately after a reset).
1039 r3900_cmds.prompt = "#";
H A Dtop.c67 /* Default command line prompt. This is overriden in some configs. */
108 and a prompt string. */
116 static char *gdb_prompt_string; /* the global prompt string */
228 with a prompt that is emitted prior to collecting the user input.
811 instream == stdin, "prompt");
986 a single gdb invocation. At the ordinary top-level prompt we might
989 However, for a secondary prompt (" >", such as occurs during a
995 gdb_readline_wrapper (char *prompt)
1004 return readline (prompt);
1116 appear on the command line when the prompt return
990 gdb_readline_wrapper(char *prompt) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c1729 krb5_prompt prompt; local
1736 prompt.prompt = prompter->prompt;
1737 prompt.hidden = hx509_prompt_hidden(prompter->type);
1738 prompt.reply = &password_data;
1742 prompt.type = KRB5_PROMPT_TYPE_INFO;
1747 prompt.type = KRB5_PROMPT_TYPE_PASSWORD;
1751 ret = (*p->prompter)(p->context, p->prompter_data, NULL, NULL, 1, &prompt);
/freebsd-11-stable/contrib/tcsh/
H A DMakefile.std309 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
314 tc.prompt.${SUF} tc.sched.${SUF} tc.sig.${SUF} tc.str.${SUF} \
607 sh.set.${SUF} tc.bind.${SUF} tc.os.${SUF} tc.prompt.${SUF} \
H A DMakefile.vms287 tc.func.c tc.os.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
292 tc.prompt.${SUF} tc.sched.${SUF} tc.sig.${SUF} tc.str.${SUF} \
572 sh.set.${SUF} tc.bind.${SUF} tc.os.${SUF} tc.prompt.${SUF} \
H A DMakefile.in399 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
404 tc.prompt.${SUF} tc.sched.${SUF} tc.sig.${SUF} tc.str.${SUF} \
754 sh.set.${SUF} tc.bind.${SUF} tc.os.${SUF} tc.prompt.${SUF} \
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dxditview.c591 MakePrompt(Widget centerw, const char *prompt, argument
609 dialogArgs[0].value = (XtArgVal)prompt;
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c508 char *prompt=" # "; local
533 printf("(%d)%s%s",mypid,cwd,prompt);
/freebsd-11-stable/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-11-stable/usr.bin/units/
H A Dunits.c104 static const char * prompt(EditLine *e __unused) { function
836 el_set(el, EL_PROMPT, &prompt);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i432 SetPrompt (const char *prompt);
/freebsd-11-stable/contrib/binutils/binutils/
H A Darsup.c129 prompt (void) function
/freebsd-11-stable/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-11-stable/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 */
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh325 prompt
/freebsd-11-stable/bin/csh/
H A DMakefile33 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c1433 char prompt[512]; local
1436 snprintf(prompt, sizeof(prompt), "Proxy password for %s@%s: ",
1438 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)
/freebsd-11-stable/contrib/telnet/telnet/
H A Dexterns.h137 *prompt; /* Prompt for command. */
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c142 const char *passwd_prompt, *prompt; variable
281 prompt = login_getcapstr(lc, "login_prompt",
920 (void)printf("%s", prompt);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c215 static void dump_endnode(int dump, char *prompt, Node * node, Port * port) argument
223 prompt, node->nodeguid,
232 prompt,
/freebsd-11-stable/crypto/openssl/engines/
H A De_chil.c1239 char *prompt = UI_construct_prompt(ui, local
1242 ok = UI_add_input_string(ui, prompt,
1258 OPENSSL_free(prompt);
/freebsd-11-stable/contrib/libreadline/
H A Dreadline.h387 /* Save and restore internal prompt redisplay information. */
493 /* The prompt readline uses. This is set from the argument to
542 before readline_internal () prints the first prompt. */
568 /* If non-zero, readline will erase the entire line, including any prompt,
573 /* If non-zero, the application has already printed the prompt (rl_prompt)
816 char *prompt; member in struct:readline_state
/freebsd-11-stable/lib/libedit/
H A Dreadline.c131 * The current prompt string.
262 * Set the prompt
265 rl_set_prompt(const char *prompt) argument
269 if (!prompt)
270 prompt = "";
271 if (rl_prompt != NULL && strcmp(rl_prompt, prompt) == 0)
275 rl_prompt = strdup(prompt);
332 /* for proper prompt printing in readline() */
422 const char * volatile prompt = p; local
435 /* update prompt accordingl
2013 rl_callback_handler_install(const char *prompt, rl_vcpfunc_t *linefunc) argument
[all...]
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c345 prompt(char *s, char *p, size_t sz) function

Completed in 440 milliseconds

1234567891011>>