Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dprompt.c156 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 Deln.c136 case EL_PROMPT_ESC: in el_set()
293 case EL_PROMPT_ESC: /* el_pfunc_t *, char **/ in el_get()
H A Dhistedit.h156 #define EL_PROMPT_ESC 21 /* , prompt_func, Char); set/get */ macro
H A Del.c234 case EL_PROMPT_ESC: in el_wset()
440 case EL_PROMPT_ESC: in el_wget()
H A Dreadline.c360 el_set(e, EL_PROMPT_ESC, _get_prompt, RL_PROMPT_START_IGNORE); in rl_initialize()