HomeSort by relevance Sort by last modified time
    Searched refs:EL_PROMPT_ESC (Results 1 - 7 of 7) sorted by null

  /external/libedit/src/
prompt.c 153 if (op == EL_PROMPT || op == EL_PROMPT_ESC)
159 if (op == EL_PROMPT || op == EL_PROMPT_ESC)
histedit.h 156 #define EL_PROMPT_ESC 21 /* , prompt_func, Char); set/get */
eln.c 237 case EL_PROMPT_ESC: /* el_pfunc_t, char */
274 case EL_PROMPT_ESC: /* el_pfunc_t *, char **/
el.c 224 case EL_PROMPT_ESC:
423 case EL_PROMPT_ESC:
  /prebuilts/libs/libedit/include/
histedit.h 156 #define EL_PROMPT_ESC 21 /* , prompt_func, Char); set/get */
  /external/libedit/examples/
tc1.c 157 el_set(el, EL_PROMPT_ESC, prompt, '\1');/* Set the prompt function */
wtc1.c 137 el_wset(el, EL_PROMPT_ESC, prompt, '\1'); /* Set the prompt function */

Completed in 81 milliseconds