Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/etc/
Dtexi2pod.pl33 @instack = ();
228 push @instack, $inf;
298 $inf = pop @instack;
/mirbsd/src/libexec/cpp/
Dcpp.c131 char *instack[MAXFRE],*bufstack[MAXFRE],*endbuf[MAXFRE]; variable
328 op=instack[--mactop]; np=pbuf;
331 if (fretop<MAXFRE) bufstack[fretop++]=instack[mactop];
553 instack[mactop]=np; op=pend-BUFSIZ; if (op<p) op=p;