Searched refs:GoodStr (Results 1 – 1 of 1) sorted by relevance
96 #define GoodStr(a) (el->el_terminal.t_str[a] != NULL && \ macro240 EL_FLAGS |= GoodStr(T_ce) ? TERM_CAN_CEOL : 0; in terminal_setflags()241 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0; in terminal_setflags()242 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ? in terminal_setflags()244 EL_FLAGS |= (GoodStr(T_up) || GoodStr(T_UP)) ? TERM_CAN_UP : 0; in terminal_setflags()248 if (GoodStr(T_me) && GoodStr(T_ue)) in terminal_setflags()253 if (GoodStr(T_me) && GoodStr(T_se)) in terminal_setflags()515 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up))) in terminal_move_to_line()518 if (GoodStr(T_up)) in terminal_move_to_line()553 if ((del < -4 || del > 4) && GoodStr(T_ch)) in terminal_move_to_char()[all …]