Home
last modified time | relevance | path

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

/external/libedit/src/
Dterminal.c87 #define GoodStr(a) (el->el_terminal.t_str[a] != NULL && \ macro
231 EL_FLAGS |= GoodStr(T_ce) ? TERM_CAN_CEOL : 0; in terminal_setflags()
232 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0; in terminal_setflags()
233 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ? in terminal_setflags()
235 EL_FLAGS |= (GoodStr(T_up) || GoodStr(T_UP)) ? TERM_CAN_UP : 0; in terminal_setflags()
239 if (GoodStr(T_me) && GoodStr(T_ue)) in terminal_setflags()
244 if (GoodStr(T_me) && GoodStr(T_se)) in terminal_setflags()
520 if ((del > 1) && GoodStr(T_DO)) { in terminal_move_to_line()
533 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up))) in terminal_move_to_line()
536 if (GoodStr(T_up)) in terminal_move_to_line()
[all …]