Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/pr/
H A Dpr.c72 #define ETABS (Inpos % Etabn)
156 static int Inpos; variable
650 Inpos = 0; in print()
885 for (Inpos = 0; ; ) { in nexbuf()
892 if (Inpos < Colw - 1) { in nexbuf()
897 Inpos++; in nexbuf()
911 Inpos++; in nexbuf()
913 Inpos += wcwidth(wc); in nexbuf()
916 if (Inpos <= Colw || wc == '\n') { in nexbuf()
925 if (Inpos == 0) in nexbuf()
[all …]