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

/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dterminal.c87 #define GoodStr(a) (el->el_terminal.t_str[a] != NULL && \ macro
229 EL_FLAGS |= GoodStr(T_ce) ? TERM_CAN_CEOL : 0;
230 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0;
231 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ?
233 EL_FLAGS |= (GoodStr(T_up) || GoodStr(T_UP)) ? TERM_CAN_UP : 0;
237 if (GoodStr(T_m
[all...]

Completed in 105 milliseconds