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

/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c139 #define T_ip 16 macro
242 tstr[T_ip].name = "ip";
243 tstr[T_ip].long_name = CSAVS(4, 16, "insert padding");
1309 if (GoodStr(T_ip)) /* have to make num chars insert */
1310 (void) tputs(Str(T_ip), 1, PUTPURE);
1322 if (GoodStr(T_ip)) /* have to make num chars insert */
1323 (void) tputs(Str(T_ip), 1, PUTPURE);/* pad the inserted char */
/freebsd-11-stable/lib/libedit/
H A Dterminal.c127 #define T_ip 15 macro
788 if (GoodStr(T_ip)) /* have to make num chars insert */
789 terminal_tputs(el, Str(T_ip), 1);
802 if (GoodStr(T_ip)) /* have to make num chars insert */
803 terminal_tputs(el, Str(T_ip), 1);

Completed in 72 milliseconds