Home
last modified time | relevance | path

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

/NextBSD/usr.bin/pr/
HDpr.c100 static int offst; /* number of page offset spaces */ variable
197 off = num + offst; in onecol()
209 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in onecol()
214 ohbuf = hbuf + offst; in onecol()
215 nbuf = obuf + offst; in onecol()
219 if (offst) { in onecol()
220 (void)memset(obuf, (int)' ', offst); in onecol()
221 (void)memset(hbuf, (int)' ', offst); in onecol()
332 int mxlen = pgwd + offst + 1; in vertcol()
360 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in vertcol()
[all …]