Home
last modified time | relevance | path

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

/original-bsd/old/pcc/mip/
H A Dpftn.c363 p->offset = strucoff++;
506 psave( strucoff ); in bstruct()
507 strucoff = 0; in bstruct()
602 if( sz > strucoff ) strucoff = sz; /* for use with unions */ in dclstruct()
607 SETOFF( strucoff, al ); in dclstruct()
624 dimtab[ szindex ] = strucoff; in dclstruct()
1356 SETOFF( strucoff, al );
1361 if( strucoff%al + w > sz ) SETOFF( strucoff, al );
1363 if( (offsz-strucoff) < w )
1374 p->offset = strucoff;
[all …]
H A Dxdefs.c37 strucoff; /* the next structure offset position */ variable
H A Dpass1.h135 extern int autooff, argoff, strucoff;
H A Dmfile1168 extern int autooff, argoff, strucoff;
H A Dcgram.y186 ={ strucoff = $3; moedef( $1 ); }