Home
last modified time | relevance | path

Searched refs:NOLAB (Results 1 – 6 of 6) sorted by relevance

/original-bsd/old/pcc/mip/
H A Dxdefs.c66 int retlab = NOLAB;
H A Dmanifest.h12 #define NOLAB (-1) /* no label with constant */ macro
H A Dcgram.y426 ={ if( $1 != NOLAB ){
465 ={ if( brklab == NOLAB ) uerror( "illegal break");
472 ={ if( contlab == NOLAB ) uerror( "illegal continue");
548 else $$ = NOLAB;
H A Dmanifest157 # define NOLAB (-1)
H A Dpftn.c403 if( retlab != NOLAB && nerrors == 0 ){ /* inside a real function */ in ftnend()
410 brklab = contlab = retlab = NOLAB; in ftnend()
H A Dtrees.c344 p->tn.rval = NOLAB;