Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/m4/
Dmisc.c59 unsigned char *bufbase; /* the base for current ilevel */ variable
168 bufbase = buf; in initspaces()
207 bufbase = (bufbase-buf)+newbuf; in enlarge_bufspace()
Dmain.c236 bbase[0] = bufbase; in main()
260 bufbase = bp = buf; /* use the entire buffer */ in main()
426 bufbase = bbase[ilevel]; in macro()
Dextern.h161 extern unsigned char *bufbase; /* buffer base for this ilevel */
Dmdef.h178 #define gpbc() (bp > bufbase) ? *--bp : obtain_char(infile+ilevel)
Deval.c709 bbase[ilevel] = bufbase = bp; in doincl()