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

/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c98 int adjbuf(char **pbuf, int *psiz, int minlen, int quantum, char **pbptr, argument
104 * pbptr: address of movable pointer into buffer, or 0 if none
113 int boff = pbptr ? *pbptr - *pbuf : 0;
126 if (pbptr)
127 *pbptr = tbuf + boff;

Completed in 102 milliseconds