Searched refs:pbptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/one-true-awk/
H A Drun.c100 int adjbuf(char **pbuf, int *psiz, int minlen, int quantum, char **pbptr, argument
106 * pbptr: address of movable pointer into buffer, or 0 if none
115 int boff = pbptr ? *pbptr - *pbuf : 0;
128 if (pbptr)
129 *pbptr = tbuf + boff;

Completed in 102 milliseconds