Home
last modified time | relevance | path

Searched refs:curdim (Results 1 – 7 of 7) sorted by relevance

/original-bsd/old/pcc/mip/
H A Dxdefs.c29 curdim; /* current offset into the dimension table */ variable
H A Dpass1.h131 extern int curdim;
H A Dscan.c172 curdim = 16;
435 dimtab[curdim] = i; /* in case of later sizeof ... */ in lxstr()
H A Dmfile1164 extern int curdim;
H A Dpftn.c302 p->sizoff = curdim;
551 szindex = curdim; in dclstruct()
573 dimtab[ szindex+1 ] = curdim; in dclstruct()
1514 idp->fn.cdim = curdim;
H A Dcgram.y856 if( curdim >= DIMTABSZ-1 ){ in dstash()
859 dimtab[ curdim++ ] = n; in dstash()
H A Dtrees.c345 p->fn.cdim = curdim;