Searched refs:EL_PROMPT_ESC (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/contrib/libedit/ |
| HD | prompt.c | 156 if (op == EL_PROMPT || op == EL_PROMPT_ESC) in prompt_set() 162 if (op == EL_PROMPT || op == EL_PROMPT_ESC) in prompt_set()
|
| HD | eln.c | 136 case EL_PROMPT_ESC: in el_set() 293 case EL_PROMPT_ESC: /* el_pfunc_t *, char **/ in el_get()
|
| HD | histedit.h | 157 #define EL_PROMPT_ESC 21 /* , prompt_func, Char); set/get */ macro
|
| HD | el.c | 211 case EL_PROMPT_ESC: in el_wset() 417 case EL_PROMPT_ESC: in el_wget()
|
| HD | readline.c | 356 el_set(e, EL_PROMPT_ESC, _get_prompt, RL_PROMPT_START_IGNORE); in rl_initialize()
|
| /freebsd-13-stable/contrib/libedit/TEST/ |
| HD | tc1.c | 152 el_set(el, EL_PROMPT_ESC, prompt, '\1');/* Set the prompt function */ in main()
|
| HD | wtc1.c | 137 el_wset(el, EL_PROMPT_ESC, prompt, '\1'); /* Set the prompt function */ in main()
|