Home
last modified time | relevance | path

Searched refs:oldexit (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcflow.c67 n = (((arg= *argv)?(int)strtol(arg, (char**)0, 10):shp->oldexit)); in b_return()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c670 jmp_buf oldexit; in srcunit() local
699 getexit(oldexit); in srcunit()
754 resexit(oldexit); in srcunit()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h181 int oldexit; \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c203 int oldexit,trapnote; in job_chldtrap() local
215 oldexit = shp->savexit; in job_chldtrap()
223 shp->savexit = oldexit; in job_chldtrap()
H A Dfault.c617 shp->oldexit = savxit; in sh_done()
H A Dsubshell.c639 shp->oldexit = shp->exitval; in sh_subshell()
H A Dxec.c1019 shp->oldexit=shp->exitval; in sh_exec()