Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Ded.screen.c462 if (GoodStr(T_me) && GoodStr(T_ue)) in SetTC()
466 if (GoodStr(T_me) && GoodStr(T_se)) in SetTC()
471 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC); in SetTC()
472 T_CanUP = GoodStr(T_up) || GoodStr(T_UP); in SetTC()
943 if (GoodStr(T_md) && GoodStr(T_me)) { in SetAttributes()
949 if (GoodStr(T_md) && GoodStr(T_me)) { in SetAttributes()
965 if (GoodStr(T_so) && GoodStr(T_se)) { in SetAttributes()
979 if (GoodStr(T_us) && GoodStr(T_ue)) { in SetAttributes()
1481 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC); in GetTermCaps()
1483 if (GoodStr(T_me) && GoodStr(T_ue)) in GetTermCaps()
[all …]
/freebsd-12.1/lib/libedit/
H A Dterminal.c233 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0; in terminal_setflags()
234 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ? in terminal_setflags()
236 EL_FLAGS |= (GoodStr(T_up) || GoodStr(T_UP)) ? TERM_CAN_UP : 0; in terminal_setflags()
240 if (GoodStr(T_me) && GoodStr(T_ue)) in terminal_setflags()
245 if (GoodStr(T_me) && GoodStr(T_se)) in terminal_setflags()
550 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up))) in terminal_move_to_line()
553 if (GoodStr(T_up)) in terminal_move_to_line()
780 if (GoodStr(T_im) && GoodStr(T_ei)) { /* if I have insert mode */ in terminal_insertwrite()
835 if (GoodStr(T_cl)) in terminal_clear_screen()
838 else if (GoodStr(T_ho) && GoodStr(T_cd)) { in terminal_clear_screen()
[all …]