Searched defs:Etabn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c72 #define ETABS (Inpos % Etabn)
141 static int Etabn = 0; variable
339 Etabn = (int)strtol(&argv[optnum]
345 if (Etabn <= 0)
346 Etabn = DEFTAB;
575 if (Etabn == 0) /* respect explicit tab specification */
576 Etabn = DEFTAB;
1124 if (Etabn != 0 && wc == Etabc) {

Completed in 53 milliseconds