Home
last modified time | relevance | path

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

/original-bsd/old/pcc/mip/
H A Dxdefs.c67 int retstat; variable
H A Dpass1.h165 extern int retstat;
H A Dcgram.y86 if( reached ) retstat |= NRETVAL;
478 ={ retstat |= NRETVAL;
497 retstat |= RETVAL;
H A Dmfile1194 extern int retstat;
H A Dpftn.c407 retstat = 0; in ftnend()
/original-bsd/usr.bin/uucp/uuxqt/
H A Duuxqt.c97 char retstat[30]; local
362 sprintf(retstat, "signal %d, exit %d", ret & 0377,
371 notify(user, Rmtname, cmd, retstat);
379 notify(user, Rmtname, cmd, retstat);
381 sprintf(buf, "%s (%s) from %s!%s", buf, retstat, Rmtname, user);
/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()