Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.screen.c458 if (GoodStr(T_me) && GoodStr(T_ue)) in SetTC()
462 if (GoodStr(T_me) && GoodStr(T_se)) 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()
939 if (GoodStr(T_md) && GoodStr(T_me)) { in SetAttributes()
945 if (GoodStr(T_md) && GoodStr(T_me)) { in SetAttributes()
961 if (GoodStr(T_so) && GoodStr(T_se)) { in SetAttributes()
975 if (GoodStr(T_us) && GoodStr(T_ue)) { in SetAttributes()
1477 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC); in GetTermCaps()
1479 if (GoodStr(T_me) && GoodStr(T_ue)) in GetTermCaps()
[all …]
/dragonfly/contrib/libedit/src/
H A Dterminal.c232 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()
517 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up))) in terminal_move_to_line()
520 if (GoodStr(T_up)) in terminal_move_to_line()
745 if (GoodStr(T_im) && GoodStr(T_ei)) { /* if I have insert mode */ in terminal_insertwrite()
800 if (GoodStr(T_cl)) in terminal_clear_screen()
803 else if (GoodStr(T_ho) && GoodStr(T_cd)) { in terminal_clear_screen()
[all …]