Home
last modified time | relevance | path

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

/freebsd/usr.bin/m4/
H A Dmisc.c64 unsigned char *endpbb; /* end of push-back buffer */ variable
89 if (bp >= endpbb) in pushback()
105 while (endpbb - bp <= (long)n) in pbstr()
169 endpbb = buf + bufsize; in initspaces()
208 endpbb = buf+bufsize; in enlarge_bufspace()
H A Dextern.h124 if (bp >= endpbb) \
139 extern unsigned char *endpbb;