Home
last modified time | relevance | path

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

/src/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()
171 endpbb = buf + bufsize; in initspaces()
210 endpbb = buf+bufsize; in enlarge_bufspace()
H A Dextern.h125 if (bp >= endpbb) \
140 extern unsigned char *endpbb;