Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c137 #define T_ic 14 macro
236 tstr[T_ic].name = "ic"; in terminit()
237 tstr[T_ic].long_name = CSAVS(4, 14, "insert character"); in terminit()
467 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC); in SetTC()
1298 if ((num > 1) || !GoodStr(T_ic)) { /* if ic would be more expen. */ in Insert_write()
1317 if (GoodStr(T_ic)) /* have to make num chars insert */ in Insert_write()
1318 (void) tputs(Str(T_ic), 1, PUTPURE); /* insert a char */ in Insert_write()
1477 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC); in GetTermCaps()
/freebsd/contrib/libedit/
H A Dterminal.c131 #define T_ic 13 macro
242 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ? in terminal_setflags()
736 if ((num > 1) || !GoodStr(T_ic)) { in terminal_insertwrite()
758 if (GoodStr(T_ic)) /* have to make num chars insert */ in terminal_insertwrite()
759 terminal_tputs(el, Str(T_ic), 1); in terminal_insertwrite()