Home
last modified time | relevance | path

Searched refs:RL_PROMPT_START_IGNORE (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/lib/libedit/readline/
H A Dreadline.h95 #define RL_PROMPT_START_IGNORE '\1' macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dreadline.h874 #define RL_PROMPT_START_IGNORE '\001' macro
H A Ddisplay.c385 if ((mb_cur_max <= 1 || rl_byte_oriented) && strchr (nprompt, RL_PROMPT_START_IGNORE) == 0) in expand_prompt()
428 if (ignoring == 0 && *p == RL_PROMPT_START_IGNORE) /* XXX - check ignoring? */ in expand_prompt()
/netbsd-src/lib/libedit/
H A Dreadline.c276 if (p[1] == RL_PROMPT_START_IGNORE) { in rl_set_prompt()
279 *p = RL_PROMPT_START_IGNORE; in rl_set_prompt()
358 el_set(e, EL_PROMPT_ESC, _get_prompt, RL_PROMPT_START_IGNORE); in rl_initialize()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi1076 such characters with the special markers @code{RL_PROMPT_START_IGNORE}
H A Dreadline.info2503 'RL_PROMPT_START_IGNORE' and 'RL_PROMPT_END_IGNORE' (declared in