Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
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()
/dragonfly/contrib/libedit/src/
H A Dterminal.c126 #define T_ip 15 macro
753 if (GoodStr(T_ip)) /* have to make num chars insert */ in terminal_insertwrite()
754 terminal_tputs(el, Str(T_ip), 1); in terminal_insertwrite()
767 if (GoodStr(T_ip)) /* have to make num chars insert */ in terminal_insertwrite()
768 terminal_tputs(el, Str(T_ip), 1); in terminal_insertwrite()