Searched refs:exstat (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/bin/ksh/
H A Dtrap.c241 exstat = 128 + i;
246 exstat = 128 + i;
258 oexstat = exstat;
263 exstat = oexstat;
H A Dmain.c300 exstat = 127; /* POSIX */
454 return exstat & 0xff; /* see below */
459 if (intr_ok && (exstat - 128) != SIGTERM)
604 exstat = execute(t, 0);
613 return exstat;
696 int sig = exstat - 128;
710 exit(exstat);
H A Dio.c30 exstat = 1;
65 exstat = 1;
H A Dc_sh.c443 * In this case, shell() will not set/change exstat (because
464 exstat = subst_exstat;
548 exstat = 1;
551 exstat = n;
H A Dexec.c145 exstat = rv = 1;
427 exstat = rv;
663 exstat = execute(tp->val.t, flags & XERROK);
683 rv = exstat;
744 exstat = rv;
H A Dsh.h186 EXTERN int exstat; /* exit status */ variable
H A Dvar.c219 vp->val.i = exstat;
/netbsd-current/sys/arch/newsmips/apbus/
H A Dspifireg.h64 volatile uint32_t exstat; /* RW: Extended status */ member in struct:spifi_reg
194 /* exstat */
H A Dspifi.c512 reg->exstat = reg->exstat & ~EXS_UBF;

Completed in 296 milliseconds