Searched refs:EL_PROMPT_ESC (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | 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()
|
H A D | eln.c | 136 case EL_PROMPT_ESC: in el_set() 293 case EL_PROMPT_ESC: /* el_pfunc_t *, char **/ in el_get()
|
H A D | histedit.h | 157 #define EL_PROMPT_ESC 21 /* , prompt_func, Char); set/get */ macro
|
H A D | el.c | 211 case EL_PROMPT_ESC: in el_wset() 417 case EL_PROMPT_ESC: in el_wget()
|
H A D | readline.c | 356 el_set(e, EL_PROMPT_ESC, _get_prompt, RL_PROMPT_START_IGNORE); in rl_initialize()
|
/freebsd/contrib/libedit/TEST/ |
H A D | tc1.c | 152 el_set(el, EL_PROMPT_ESC, prompt, '\1');/* Set the prompt function */ in main()
|
H A D | wtc1.c | 137 el_wset(el, EL_PROMPT_ESC, prompt, '\1'); /* Set the prompt function */ in main()
|
/freebsd/bin/sh/ |
H A D | histedit.c | 187 el_set(el, EL_PROMPT_ESC, getprompt, '\001'); in histedit()
|