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

/freebsd-11-stable/contrib/gdb/gdb/
H A Devent-top.c321 if (!PREFIX (0) || !PROMPT (0) || !SUFFIX (0))
371 PROMPT (0) = savestring (prompt, strlen (prompt));
373 PROMPT (0) = savestring (PROMPT (-1), strlen (PROMPT (-1)));
384 if (strcmp (PROMPT (0), ""))
389 if (strcmp (PROMPT (0), PROMPT (-1)))
391 xfree (PROMPT (-1));
392 PROMPT (
[all...]
H A Devent-top.h73 #define PROMPT(X) the_prompts.prompt_stack[the_prompts.top + X].prompt macro
H A Dtop.c1432 return PROMPT (0);
1446 PROMPT (0) = savestring (s, strlen (s));
1740 PROMPT (0) = savestring (DEFAULT_PROMPT, strlen (DEFAULT_PROMPT));
1746 new_async_prompt = savestring (PROMPT (0), strlen (PROMPT (0)));
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c66 #define PROMPT "+ " macro
278 return (PROMPT);
365 printf("%s", PROMPT);
/freebsd-11-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-11-stable/usr.bin/tip/tip/
H A Dtip.h212 #define PROMPT 13 macro
H A Dcmds.c371 } while ((c&STRIP_PAR) != character(value(PROMPT)));
/freebsd-11-stable/usr.bin/sdiff/
H A Dsdiff.c583 goto PROMPT;
591 PROMPT:
/freebsd-11-stable/crypto/openssl/apps/
H A Dreq.c96 #define PROMPT "prompt" macro
1058 tmp = NCONF_get_string(req_conf, SECTION, PROMPT);

Completed in 185 milliseconds