Home
last modified time | relevance | path

Searched refs:endpbb (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/usr.bin/m4/
H A Dmisc.c65 unsigned char *endpbb; /* end of push-back buffer */ variable
90 if (bp >= endpbb) in pushback()
106 while (endpbb - bp <= (long)n) in pbstr()
173 endpbb = buf + bufsize; in initspaces()
212 endpbb = buf+bufsize; in enlarge_bufspace()
H A Dextern.h127 if (bp >= endpbb) \
142 extern unsigned char *endpbb;