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

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c71 static int Col; /* current output column */ variable
182 Col = 0;
184 Pcol = Col;
271 Col = 0;
377 while (--Col > oldcol);
384 Col++;
389 Col--;
425 while (++Col % 8);
428 if (Col > 0) {
430 Col
[all...]

Completed in 55 milliseconds