Home
last modified time | relevance | path

Searched refs:bufbase (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/m4/
H A Dmisc.c59 unsigned char *bufbase; /* the base for current ilevel */ variable
168 bufbase = buf; in initspaces()
207 bufbase = (bufbase-buf)+newbuf; in enlarge_bufspace()
H A Dmain.c243 bbase[0] = bufbase; in main()
267 bufbase = bp = buf; /* use the entire buffer */ in main()
434 bufbase = bbase[ilevel]; in macro()
H A Dextern.h163 extern unsigned char *bufbase; /* buffer base for this ilevel */
H A Dmdef.h175 #define gpbc() (bp > bufbase) ? *--bp : obtain_char(infile+ilevel)
H A Deval.c733 bbase[ilevel] = bufbase = bp; in doincl()