Home
last modified time | relevance | path

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

123

/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dpp.pas217 oldexit : pointer;
220 exitproc:=oldexit;
257 oldexit:=exitproc;
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dpp.pas217 oldexit : pointer;
220 exitproc:=oldexit;
257 oldexit:=exitproc;
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dpp.pas217 oldexit : pointer;
220 exitproc:=oldexit;
257 oldexit:=exitproc;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/tests/python/
H A Dtest_parse_events.py34 self.oldexit = os._exit
38 os._exit = self.oldexit
H A Dtest_parse_scalars.py34 self.oldexit = os._exit
38 os._exit = self.oldexit
H A Dtest_histogramtools_strict.py25 self.oldexit = os._exit
29 os._exit = self.oldexit
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/tests/python/
H A Dtest_parse_events.py37 self.oldexit = os._exit
41 os._exit = self.oldexit
H A Dtest_parse_scalars.py37 self.oldexit = os._exit
41 os._exit = self.oldexit
H A Dtest_histogramtools_strict.py28 self.oldexit = os._exit
32 os._exit = self.oldexit
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/tests/python/
H A Dtest_parse_events.py37 self.oldexit = os._exit
41 os._exit = self.oldexit
H A Dtest_parse_scalars.py37 self.oldexit = os._exit
41 os._exit = self.oldexit
H A Dtest_histogramtools_strict.py28 self.oldexit = os._exit
32 os._exit = self.oldexit
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/tests/python/
H A Dtest_parse_events.py37 self.oldexit = os._exit
41 os._exit = self.oldexit
H A Dtest_parse_scalars.py37 self.oldexit = os._exit
41 os._exit = self.oldexit
H A Dtest_histogramtools_strict.py28 self.oldexit = os._exit
32 os._exit = self.oldexit
/dports/sysutils/usermin/usermin-1.830/proc/
H A Dold-proc-lib.pl165 do { local $oldexit = $?;
167 $? = $oldexit if ($? < 0);
H A Dproc-lib.pl245 do { local $oldexit = $?;
247 $? = $oldexit if ($? < 0);
/dports/science/gramps/gramps-5.1.4/gramps/test/
H A Dtest_util.py185 oldexit = sys.exit
202 sys.exit = oldexit
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dexit.c70 int exit_val = *argv ? strtol(*argv, NULL, 10) : shp->oldexit; in b_exit()
H A Dreturn.c72 int n = *argv ? (int)strtol(*argv, NULL, 10) : shp->oldexit; in b_return()
/dports/sysutils/webmin/webmin-1.981/proc/
H A Dproc-lib.pl245 do { local $oldexit = $?;
247 $? = $oldexit if ($? < 0);
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dcflow.c67 n = (((arg= *argv)?(int)strtol(arg, (char**)0, 10):shp->oldexit)); in b_return()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dcflow.c66 n = (((arg= *argv)?(int)strtol(arg, (char**)0, 10):shp->oldexit)); in b_return()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dcflow.c67 n = (((arg= *argv)?(int)strtol(arg, (char**)0, 10):shp->oldexit)); in b_return()
/dports/shells/v7sh/v7sh-1.0_1/
H A Dxec.c41 INT oldexit, type; local
45 oldexit=exitval; exitval=0;
103 exitsh(a1?stoi(a1):oldexit);

123