Lines Matching refs:offst

100 static int	offst;		/* number of page offset spaces */
198 off = num + offst;
210 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
216 ohbuf = hbuf + offst;
217 nbuf = obuf + offst;
221 if (offst) {
222 (void)memset(obuf, (int)' ', offst);
223 (void)memset(hbuf, (int)' ', offst);
340 int mxlen = pgwd + offst + 1;
369 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
373 ohbuf = hbuf + offst;
374 if (offst)
375 (void)memset(hbuf, (int)' ', offst);
417 indy[j] = lindy[j] + offst;
418 if (offst) {
420 (void)memset(ptbf, (int)' ', offst);
421 ptbf += offst;
549 if (offst &&
550 otln(buf,offst,&ips,&ops,1))
617 if ((j = lstdat[i] - ptbf) <= offst)
677 if ((buf = malloc((unsigned)(pgwd+offst+1)*sizeof(char))) == NULL) {
685 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
690 ohbuf = hbuf + offst;
691 if (offst) {
692 (void)memset(buf, (int)' ', offst);
693 (void)memset(hbuf, (int)' ', offst);
718 ptbf = buf + offst;
762 if ((j = lstdat - buf) <= offst)
841 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
845 ohbuf = hbuf + offst;
891 if ((buf = malloc((unsigned)(pgwd+offst+1)*sizeof(char))) == NULL) {
895 if (offst) {
896 (void)memset(buf, (int)' ', offst);
897 (void)memset(hbuf, (int)' ', offst);
915 ptbf = buf + offst;
976 if ((j = lstdat - buf) <= offst)
1474 if (offst && otln(buf, offst, &ips, &ops, -1))
1476 (void)printf(HDFMT,buf+offst, fname, pagcnt);
1729 if (!isdigit((unsigned char)*eoptarg) || ((offst = atoi(eoptarg))< 1)){