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

/macosx-10.10.1/awk-20/src/
H A Drun.c96 int adjbuf(char **pbuf, int *psiz, int minlen, int quantum, char **pbptr, argument
102 * pbptr: address of movable pointer into buffer, or 0 if none
111 int boff = pbptr ? *pbptr - *pbuf : 0;
124 if (pbptr)
125 *pbptr = tbuf + boff;

Completed in 176 milliseconds