Lines Matching refs:szp
143 size_t *szp, /* size of input buffer */ \
495 roff_res(struct roff *r, char **bufp, size_t *szp, int ln, int pos) in roff_res() argument
601 nsz = *szp + strlen(res) + 1; in roff_res()
611 *szp = nsz; in roff_res()
629 roff_parsetext(char **bufp, size_t *szp, int pos, int *offs) in roff_parsetext() argument
673 *szp = isz + 1; in roff_parsetext()
685 size_t *szp, int pos, int *offs) in roff_parseln() argument
696 e = roff_res(r, bufp, szp, ln, pos); in roff_parseln()
716 (r, t, bufp, szp, ln, pos, pos, offs); in roff_parseln()
726 return(roff_parsetext(bufp, szp, pos, offs)); in roff_parseln()
739 (r, t, bufp, szp, in roff_parseln()
754 (r, t, bufp, szp, in roff_parseln()
1043 return((*roffs[t].proc)(r, t, bufp, szp, in roff_block_sub()
1081 return((*roffs[t].proc)(r, t, bufp, szp, in roff_cond_sub()
1100 *szp -= 2; in roff_cond_sub()
1104 roff_ccond(r, ROFF_ccond, bufp, szp, in roff_cond_sub()
1127 roff_ccond(r, ROFF_ccond, bufp, szp, in roff_cond_text()
1745 *szp = 0; in roff_userdef()
1755 *szp = strlen(n1) - 3 + strlen(arg[i]) + 1; in roff_userdef()
1756 n2 = mandoc_malloc(*szp); in roff_userdef()
1759 strlcat(n2, arg[i], *szp); in roff_userdef()
1760 strlcat(n2, cp + 3, *szp); in roff_userdef()
1773 if (0 == *szp) in roff_userdef()
1774 *szp = strlen(*bufp) + 1; in roff_userdef()
1776 return(*szp > 1 && '\n' == (*bufp)[(int)*szp - 2] ? in roff_userdef()