Home
last modified time | relevance | path

Searched refs:lbuffed (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dsh.print.c37 int lbuffed = 1; /* true if line buffered */ variable
182 if (lbuffed && (c & CHAR) == '\n') in xputchar()
H A Dsh.func.c2499 lbuffed = 1;
2515 lbuffed = 0; /* turn off line buffering */
2516 cleanup_push(&lbuffed, lbuffed_cleanup);
2553 cleanup_until(&lbuffed); /* turn back on line buffering */
H A Dtw.parse.c2165 lbuffed = 0; /* turn off line buffering */ in print_by_column()
2230 lbuffed = 1; /* turn back on line buffering */ in print_by_column()
H A Dsh.h1215 extern int lbuffed;