Home
last modified time | relevance | path

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

/mirbsd/src/lib/libedit/
Dterm.c79 #define GoodStr(a) (el->el_term.t_str[a] != NULL && \ macro
288 EL_FLAGS |= GoodStr(T_ce) ? TERM_CAN_CEOL : 0; in term_setflags()
289 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0; in term_setflags()
290 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ? in term_setflags()
292 EL_FLAGS |= (GoodStr(T_up) || GoodStr(T_UP)) ? TERM_CAN_UP : 0; in term_setflags()
296 if (GoodStr(T_me) && GoodStr(T_ue)) in term_setflags()
301 if (GoodStr(T_me) && GoodStr(T_se)) in term_setflags()
550 if ((del > 1) && GoodStr(T_DO)) { in term_move_to_line()
563 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up))) in term_move_to_line()
567 if (GoodStr(T_up)) in term_move_to_line()
[all …]