Home
last modified time | relevance | path

Searched refs:EL_PROMPT_ESC (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/libedit/
HDprompt.c156 if (op == EL_PROMPT || op == EL_PROMPT_ESC) in prompt_set()
162 if (op == EL_PROMPT || op == EL_PROMPT_ESC) in prompt_set()
HDeln.c136 case EL_PROMPT_ESC: in el_set()
293 case EL_PROMPT_ESC: /* el_pfunc_t *, char **/ in el_get()
HDhistedit.h157 #define EL_PROMPT_ESC 21 /* , prompt_func, Char); set/get */ macro
HDel.c211 case EL_PROMPT_ESC: in el_wset()
417 case EL_PROMPT_ESC: in el_wget()
HDreadline.c356 el_set(e, EL_PROMPT_ESC, _get_prompt, RL_PROMPT_START_IGNORE); in rl_initialize()
/freebsd-13-stable/contrib/libedit/TEST/
HDtc1.c152 el_set(el, EL_PROMPT_ESC, prompt, '\1');/* Set the prompt function */ in main()
HDwtc1.c137 el_wset(el, EL_PROMPT_ESC, prompt, '\1'); /* Set the prompt function */ in main()