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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.screen.c162 #define T_IC 35 macro
297 tstr[T_IC].name = "IC";
298 tstr[T_IC].long_name = CSAVS(4, 33, "insert multiple chars");
471 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC);
1301 if (GoodStr(T_IC)) /* if I have multiple insert */
1303 (void) tputs(tgoto(Str(T_IC), num, num), num, PUTPURE);
1480 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC);
/freebsd-9.3-release/lib/libedit/
H A Dterm.c214 #define T_IC 32 macro
286 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ?
773 if (GoodStr(T_IC)) /* if I have multiple insert */
776 term_tputs(el, tgoto(Str(T_IC), num, num), num);

Completed in 62 milliseconds