Searched refs:T_IC (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 158 #define T_IC 35 macro 293 tstr[T_IC].name = "IC"; in terminit() 294 tstr[T_IC].long_name = CSAVS(4, 33, "insert multiple chars"); in terminit() 467 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC); in SetTC() 1297 if (GoodStr(T_IC)) /* if I have multiple insert */ in Insert_write() 1299 (void) tputs(tgoto(Str(T_IC), num, num), num, PUTPURE); in Insert_write() 1477 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC); in GetTermCaps()
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 169 #define T_IC 32 macro 242 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ? in terminal_setflags() 735 if (GoodStr(T_IC)) /* if I have multiple insert */ in terminal_insertwrite() 738 terminal_tputs(el, tgoto(Str(T_IC), num, num), num); in terminal_insertwrite()
|