Searched refs:mactop (Results 1 – 1 of 1) sorted by relevance
130 int mactop,fretop; variable327 if (mactop>inctop[ifno]) {/* retrieve hunk of pushed-back macro text */328 op=instack[--mactop]; np=pbuf;329 do {while (*np++= *op++);} while (op<endbuf[mactop]); pend=np-1;331 if (fretop<MAXFRE) bufstack[fretop++]=instack[mactop];542 if (mactop>=MAXFRE) {545 while (mactop>inctop[ifno]) {p=refill(p); p=inp=pend; dump();}553 instack[mactop]=np; op=pend-BUFSIZ; if (op<p) op=p;555 endbuf[mactop++]=np; /* mark end of saved text */631 inctop[ifno]=mactop;