Searched refs:GoodStr (Results 1 – 2 of 2) sorted by relevance
48 #define GoodStr(a) (tstr[a].str != NULL && tstr[a].str[0] != '\0') macro458 if (GoodStr(T_me) && GoodStr(T_ue)) in SetTC()462 if (GoodStr(T_me) && GoodStr(T_se)) in SetTC()465 T_CanCEOL = GoodStr(T_ce); in SetTC()466 T_CanDel = GoodStr(T_dc) || GoodStr(T_DC); in SetTC()467 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC); in SetTC()468 T_CanUP = GoodStr(T_up) || GoodStr(T_UP); in SetTC()929 if (me_all && GoodStr(T_me)) { in SetAttributes()939 if (GoodStr(T_md) && GoodStr(T_me)) { in SetAttributes()945 if (GoodStr(T_md) && GoodStr(T_me)) { in SetAttributes()[all …]
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 …]