OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pgwd
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/pr/
pr.c
104
static int
pgwd
; /* page width with multiple col output */
variable in typeref:typename:int
337
int mxlen =
pgwd
+ offst + 1;
673
if ((buf = malloc((unsigned)(
pgwd
+offst+1)*sizeof(char))) == NULL)
867
colwd = (
pgwd
- clcnt - nmwd)/clcnt;
868
pgwd
= ((colwd + 1) * clcnt) - nmwd - 2;
870
colwd = (
pgwd
+ 1 - clcnt)/clcnt;
871
pgwd
= ((colwd + 1) * clcnt) - 1;
884
if ((buf = malloc((unsigned)(
pgwd
+offst+1)*sizeof(char))) == NULL)
1795
((
pgwd
= atoi(eoptarg)) < 1)){
1832
pgwd
= SPGWD
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025