Searched refs:PROMPT (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Devent-top.c320 if (!PREFIX (0) || !PROMPT (0) || !SUFFIX (0))
370 PROMPT (0) = savestring (prompt, strlen (prompt));
372 PROMPT (0) = savestring (PROMPT (-1), strlen (PROMPT (-1)));
383 if (strcmp (PROMPT (0), ""))
388 if (strcmp (PROMPT (0), PROMPT (-1)))
390 xfree (PROMPT (-1));
391 PROMPT (
[all...]
H A Devent-top.h73 #define PROMPT(X) the_prompts.prompt_stack[the_prompts.top + X].prompt macro
H A Dtop.c1431 return PROMPT (0);
1445 PROMPT (0) = savestring (s, strlen (s));
1739 PROMPT (0) = savestring (DEFAULT_PROMPT, strlen (DEFAULT_PROMPT));
1745 new_async_prompt = savestring (PROMPT (0), strlen (PROMPT (0)));
/freebsd-12-stable/usr.sbin/ngctl/
H A Dmain.c66 #define PROMPT "+ " macro
278 return (PROMPT);
365 printf("%s", PROMPT);
/freebsd-12-stable/crypto/openssh/
H A Dbuildpkg.sh.in491 PROMPT="Yes or No [yes,no,?,quit]"
507 p) PROMPT=\$OPTARG ;;
517 echo "\${PROMPT}\\c " 1>&2
/freebsd-12-stable/usr.bin/tip/tip/
H A Dtip.h214 #define PROMPT 13 macro
H A Dcmds.c373 } while ((c&STRIP_PAR) != character(value(PROMPT)));
/freebsd-12-stable/usr.bin/sdiff/
H A Dsdiff.c584 goto PROMPT;
592 PROMPT:
/freebsd-12-stable/contrib/bc/
H A DMakefile.in137 BC_ENABLE_PROMPT = %%PROMPT%%
/freebsd-12-stable/crypto/openssl/apps/
H A Dreq.c39 #define PROMPT "prompt" macro
997 tmp = NCONF_get_string(req_conf, SECTION, PROMPT);

Completed in 206 milliseconds