Searched refs:Inpos (Results 1 – 1 of 1) sorted by relevance
72 #define ETABS (Inpos % Etabn)156 static int Inpos; variable650 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 …]