Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c70 #define ETABS (Inpos % Etabn)
154 static int Inpos; variable
648 Inpos = 0; in print()
883 for (Inpos = 0; ; ) { in nexbuf()
890 if (Inpos < Colw - 1) { in nexbuf()
895 Inpos++; in nexbuf()
909 Inpos++; in nexbuf()
911 Inpos += wcwidth(wc); in nexbuf()
914 if (Inpos <= Colw || wc == '\n') { in nexbuf()
923 if (Inpos == 0) in nexbuf()
[all …]