Searched refs:T_DO (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dfunc.c729 * T_DO
741 pushctrl(T_DO);
787 popctrl(T_DO);
H A Dcgram.y170 %token T_DO
1374 T_DO {
H A Dscan.l209 { "do", T_DO, 0, 0, 0, 0, 0 },
/freebsd-9.3-release/contrib/tcsh/
H A Ded.screen.c161 #define T_DO 34 macro
294 tstr[T_DO].name = "DO";
295 tstr[T_DO].long_name = CSAVS(4, 32, "cursor down multiple");
1050 if ((del > 1) && GoodStr(T_DO)) {
1051 (void) tputs(tgoto(Str(T_DO), del, del), del, PUTPURE);
/freebsd-9.3-release/lib/libedit/
H A Dterm.c212 #define T_DO 31 macro
554 if ((del > 1) && GoodStr(T_DO)) {
555 term_tputs(el, tgoto(Str(T_DO), del,

Completed in 113 milliseconds