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

/ast/src/cmd/builtin/
H A Dpr.c115 int numwidth; member in struct:_pr_
156 pp->numwidth = 0;
161 pp->numwidth = pp->width = pp->offset = 0;
384 if(pp->numwidth)
385 sfprintf(pp->outfile,"%*d%c",pp->numwidth,++pp->lineno,pp->nchar);
434 if(pp->numwidth)
435 sfprintf(pp->outfile,"%*d%c",pp->numwidth,++pp->lineno,pp->nchar);
730 pp->numwidth = NWIDTH;
752 pp->numwidth = l;
827 n -= pp->numwidth;
[all...]

Completed in 11 milliseconds