Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcsh/
Ded.screen.c138 #define T_im 15 macro
239 tstr[T_im].name = "im"; in terminit()
240 tstr[T_im].long_name = CSAVS(4, 15, "start insert mode"); in terminit()
467 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC); in SetTC()
1304 if (GoodStr(T_im) && GoodStr(T_ei)) { /* if I have insert mode */ in Insert_write()
1305 (void) tputs(Str(T_im), 1, PUTPURE); in Insert_write()
1477 T_CanIns = GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC); in GetTermCaps()
/freebsd-12-stable/contrib/libedit/
Dterminal.c124 #define T_im 14 macro
233 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ? in terminal_setflags()
744 if (GoodStr(T_im) && GoodStr(T_ei)) { /* if I have insert mode */ in terminal_insertwrite()
745 terminal_tputs(el, Str(T_im), 1); in terminal_insertwrite()