HomeSort by: relevance | last modified time | path
    Searched defs:offst (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/pr/
pr.c 97 static int offst; /* number of page offset spaces */ variable in typeref:typename:int
194 off = num + offst;
204 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL)
207 ohbuf = hbuf + offst;
208 nbuf = obuf + offst;
212 if (offst) {
213 (void)memset(obuf, (int)' ', offst);
214 (void)memset(hbuf, (int)' ', offst);
337 int mxlen = pgwd + offst + 1;
364 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL
    [all...]
pr.c 97 static int offst; /* number of page offset spaces */ variable in typeref:typename:int
194 off = num + offst;
204 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL)
207 ohbuf = hbuf + offst;
208 nbuf = obuf + offst;
212 if (offst) {
213 (void)memset(obuf, (int)' ', offst);
214 (void)memset(hbuf, (int)' ', offst);
337 int mxlen = pgwd + offst + 1;
364 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL
    [all...]
pr.c 97 static int offst; /* number of page offset spaces */ variable in typeref:typename:int
194 off = num + offst;
204 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL)
207 ohbuf = hbuf + offst;
208 nbuf = obuf + offst;
212 if (offst) {
213 (void)memset(obuf, (int)' ', offst);
214 (void)memset(hbuf, (int)' ', offst);
337 int mxlen = pgwd + offst + 1;
364 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL
    [all...]

Completed in 34 milliseconds