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

/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c138 #define T_im 15 macro
239 tstr[T_im].name = "im";
240 tstr[T_im].long_name = CSAVS(4, 15, "start insert mode");
467 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC);
1304 if (GoodStr(T_im) && GoodStr(T_ei)) { /* if I have insert mode */
1305 (void) tputs(Str(T_im), 1, PUTPURE);
1477 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC);
/freebsd-11-stable/lib/libedit/
H A Dterminal.c125 #define T_im 14 macro
234 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ?
780 if (GoodStr(T_im) && GoodStr(T_ei)) { /* if I have insert mode */
781 terminal_tputs(el, Str(T_im), 1);

Completed in 71 milliseconds