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

/freebsd-10.1-release/contrib/tcsh/
H A Ded.screen.c141 #define T_ic 14 macro
240 tstr[T_ic].name = "ic";
241 tstr[T_ic].long_name = CSAVS(4, 14, "insert character");
471 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC);
1302 if ((num > 1) || !GoodStr(T_ic)) { /* if ic would be more expen. */
1321 if (GoodStr(T_ic)) /* have to make num chars insert */
1322 (void) tputs(Str(T_ic), 1, PUTPURE); /* insert a char */
1480 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC);
/freebsd-10.1-release/lib/libedit/
H A Dterm.c176 #define T_ic 13 macro
286 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ?
774 if ((num > 1) || !GoodStr(T_ic)) {
796 if (GoodStr(T_ic)) /* have to make num chars insert */
797 term_tputs(el, Str(T_ic), 1);

Completed in 160 milliseconds