Searched refs:ERRLEV (Results 1 – 5 of 5) sorted by relevance
/dports/news/suck/suck-4.3.4/sample/ |
H A D | get.news.inn | 98 ERRLEV=$? 99 if [ ${ERRLEV} -eq 0 ]; then 102 elif [ ${ERRLEV} -eq 1 ]; then 104 elif [ ${ERRLEV} -eq 2 ]; then 106 elif [ ${ERRLEV} -eq 3 ]; then 108 elif [ ${ERRLEV} -eq -1 ]; then
|
/dports/news/suck-cnews/suck-4.3.4/sample/ |
H A D | get.news.inn | 98 ERRLEV=$? 99 if [ ${ERRLEV} -eq 0 ]; then 102 elif [ ${ERRLEV} -eq 1 ]; then 104 elif [ ${ERRLEV} -eq 2 ]; then 106 elif [ ${ERRLEV} -eq 3 ]; then 108 elif [ ${ERRLEV} -eq -1 ]; then
|
/dports/math/math77/MATH77/ |
H A D | dci.f | 44 INTEGER ERRLEV local 45 PARAMETER (ERRLEV=0) 81 CALL DERM1('DCI',1,ERRLEV,'Argument not positive','X',X,'.')
|
H A D | sci.f | 44 INTEGER ERRLEV local 45 PARAMETER (ERRLEV=0) 81 CALL SERM1('SCI',1,ERRLEV,'Argument not positive','X',X,'.')
|
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/ |
H A D | _defs_game.lua | 1774 local ERRLEV = 5 1837 error("Module name must not contain directory separators", ERRLEV-1) 1848 error("Loop while loading modules", ERRLEV-1) 1859 errorf(ERRLEV-1, "Couldn't open file \"%s\"", modfn) 1868 errorf(ERRLEV-1, "Couldn't load \"%s\": %s", modname, errmsg) 1879 errorf(ERRLEV-1, "Failed running \"%s\": %s\n%s", modname,
|