Searched refs:RL_PROMPT_START_IGNORE (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libedit/readline/
H A Dreadline.h95 #define RL_PROMPT_START_IGNORE '\1' macro
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dreadline.h860 #define RL_PROMPT_START_IGNORE '\001' macro
H A Ddisplay.c365 if ((mb_cur_max <= 1 || rl_byte_oriented) && strchr (nprompt, RL_PROMPT_START_IGNORE) == 0)
407 RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE */
408 if (ignoring == 0 && *p == RL_PROMPT_START_IGNORE) /* XXX - check ignoring? */
503 /* Just strip out RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE from
/netbsd-current/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)
427 RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE */
428 if (ignoring == 0 && *p == RL_PROMPT_START_IGNORE) /* XXX - check ignoring? */
523 /* Just strip out RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE from

Completed in 212 milliseconds