Home
last modified time | relevance | path

Searched refs:FOREFF (Results 1 – 8 of 8) sorted by relevance

/original-bsd/old/pcc/ccom.tahoe/
H A Dtable.c98 INIT, FOREFF,
104 INIT, FOREFF,
110 INIT, FOREFF,
119 GOTO, FOREFF,
126 GOTO, FOREFF,
132 GOTO, FOREFF,
150 STASG, FOREFF,
337 INCR, FOREFF,
343 DECR, FOREFF,
489 ASSIGN, FOREFF,
[all …]
/original-bsd/old/pcc/ccom.vax/
H A Dtable.c67 INIT, FOREFF,
73 INIT, FOREFF,
79 INIT, FOREFF,
88 GOTO, FOREFF,
95 GOTO, FOREFF,
101 GOTO, FOREFF,
113 STASG, FOREFF,
309 INCR, FOREFF,
315 DECR, FOREFF,
345 ASSIGN, FOREFF,
[all …]
H A DINFO14 FOREFF Can be used for just side effects. Used for things
/original-bsd/old/pcc/mip/
H A Dreader.c288 codgen( p, FOREFF ); /* do what is left */
289 for( i = 0; i<deli; ++i ) codgen( deltrees[i], FOREFF ); /* do the rest */
489 if( tshape(p, cook &(~(FOREFF|FORREW|INTEMP))) )return;
561 codgen( p1, FOREFF );
655 if( cook == FOREFF ){
657 order( p->in.left, FOREFF );
685 if( cook & FOREFF ){ /* result not needed so inc or dec and be done with it */
753 if( cook & FOREFF ){
1005 codgen( p->in.left, FOREFF );
H A Dpass2.h11 #define FOREFF 01 /* compute for effects only */ macro
H A Dmfile221 # define FOREFF 01 /* compute for effects only */
53 # define SANY 01 /* same as FOREFF */
H A Dmatch.c408 if( cookie & FOREFF ) while( *++cp != '\n' ) ; /* VOID */
H A Dallo.c414 if( rw == RNULL || (cookie&FOREFF) ){ /* totally clobber, leaving nothing */