Searched defs:EXIT (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/INIT/
H A Dregress.sh103 [+EXIT \b\astatus\a?The command exit status is expected to match
249 EXIT=0
979 EXIT='*'
982 EXIT=0
985 EXIT='*'
995 function EXIT # status function
997 EXIT=$1
1127 if [[ ! $failed && $STATUS != $EXIT ]]
1128 then failed="exit code $EXIT expected -- got $STATUS"
1422 trap 'code=$?; CLEANUP $code' EXIT
[all...]
H A Dratz.c4460 #define EXIT(n) return(sear_exec((char*)0,(char**)0,(char*)0,(n))) macro
4680 #define EXIT(n) return(n) macro
4886 EXIT(0);
4893 EXIT(1);
4900 EXIT(1);
4906 EXIT(1);
4911 EXIT(1);
4916 EXIT(1);
4918 EXIT(0);
4975 EXIT(
[all...]
/ast/src/lib/libexpr/
H A DOexparse.h51 #define EXIT 276 macro
H A DOexparse.c92 #define EXIT 276 macro
625 "ELSE","EXIT","FOR","FUNCTION","ITERATE","ID","IF","LABEL","MEMBER","NAME",
703 "expr : EXIT '(' expr ')'",
1667 exval.expr = exnewnode(expr.program, EXIT, 1, INTEGER, exvsp[-1].expr, NiL);

Completed in 38 milliseconds