Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c139 #define T_ip 16 macro
242 tstr[T_ip].name = "ip"; in terminit()
243 tstr[T_ip].long_name = CSAVS(4, 16, "insert padding"); in terminit()
1309 if (GoodStr(T_ip)) /* have to make num chars insert */ in Insert_write()
1310 (void) tputs(Str(T_ip), 1, PUTPURE); in Insert_write()
1322 if (GoodStr(T_ip)) /* have to make num chars insert */ in Insert_write()
1323 (void) tputs(Str(T_ip), 1, PUTPURE);/* pad the inserted char */ in Insert_write()
/freebsd/contrib/libedit/
H A Dterminal.c135 #define T_ip 15 macro
751 if (GoodStr(T_ip)) /* have to make num chars insert */ in terminal_insertwrite()
752 terminal_tputs(el, Str(T_ip), 1); in terminal_insertwrite()
765 if (GoodStr(T_ip)) /* have to make num chars insert */ in terminal_insertwrite()
766 terminal_tputs(el, Str(T_ip), 1); in terminal_insertwrite()