Home
last modified time | relevance | path

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

/original-bsd/old/pcc/mip/
H A Dpass1.h228 #define RETVAL 1 macro
H A Dmfile1214 # define RETVAL 1
H A Dcgram.y497 retstat |= RETVAL;
/original-bsd/old/pcc/ccom.tahoe/
H A Dcode.c31 if( retstat & RETVAL ){ /* the function rets a val somewhere */ in branch()
/original-bsd/old/pcc/lint/lpass1/
H A Dlint.c549 if( retstat & RETVAL && !(Cflag && cfp->sclass==STATIC) ) in efcode()
555 if( retstat == RETVAL+NRETVAL ) in efcode()