Searched refs:autooff (Results 1 – 9 of 9) sorted by relevance
/original-bsd/old/pcc/mip/ |
H A D | xdefs.c | 35 int autooff, /* the next unused automatic offset */ variable
|
H A D | pass1.h | 135 extern int autooff, argoff, strucoff;
|
H A D | cgram.y | 394 autooff = *--psavbc; 404 autooff = *--psavbc; 414 *psavbc++ = autooff;
|
H A D | mfile1 | 168 extern int autooff, argoff, strucoff;
|
H A D | pftn.c | 332 (void) oalloc( p, &autooff ); 419 autooff = AUTOINIT; in ftnend()
|
/original-bsd/old/pcc/ccom.vax/ |
H A D | code.c | 242 SETOFF( autooff, SZINT ); in bccode() 244 p2bbeg( autooff, regvar ); in bccode()
|
H A D | local.c | 204 autooff = AUTOINIT; in cendarg()
|
/original-bsd/old/pcc/ccom.tahoe/ |
H A D | code.c | 252 SETOFF( autooff, SZINT ); in bccode() 254 p2bbeg( autooff, regvar ); in bccode()
|
H A D | local.c | 198 autooff = AUTOINIT; in cendarg()
|