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

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

Completed in 36 milliseconds