Home
last modified time | relevance | path

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

/freebsd/usr.bin/m4/
H A Dmisc.c61 unsigned char *bufbase; /* the base for current ilevel */ variable
170 bufbase = buf; in initspaces()
209 bufbase = (bufbase-buf)+newbuf; in enlarge_bufspace()
H A Dmain.c262 bbase[0] = bufbase; in main()
286 bufbase = bp = buf; /* use the entire buffer */ in main()
453 bufbase = bbase[ilevel]; in macro()
H A Dextern.h164 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.c737 bbase[ilevel] = bufbase = bp; in doincl()