/dports/lang/snobol4/snobol4-2.2.2/test/ |
H A D | setexit3.sno | 1 * test SETEXIT return value 3 OUTPUT = SETEXIT('FOO') 4 OUTPUT = SETEXIT('BAR') 5 OUTPUT = SETEXIT('') 6 OUTPUT = SETEXIT('')
|
H A D | setexit7.ref | 1 S4 Not in a SETEXIT handler (35)
|
H A D | setexit2.sno | 1 * test SETEXIT trap on END
|
H A D | setexit7.sno | 4 * CNTERR 35 "Not in a SETEXIT handler"
|
H A D | v311.sil | 7 * [PLB100] SETEXIT returns old value 13 * [PLB98] SETEXIT cleanup; prohibit re-entry, implement trap at END 16 * [PLB97] implement SETEXIT/CONTINUE/SCONTINUE/ABORT 5562 * SETEXIT(LBL) 5564 SETXIT PROC , SETEXIT(LBL) 5576 * SETEXIT handler 5578 XITHND PROC , SETEXIT handling procedure 7560 * Saved state for SETEXIT handler [PLB97] 7876 DESCR SETXFN,FNC,0 SETEXIT(LBL) [PLB97] 8150 SETXSP STRING 'SETEXIT' [PLB97] [all …]
|
/dports/lang/snobol4/snobol4-2.2.2/snolib/ |
H A D | spitbol.sno | 67 * DEFINE("SETEXIT()") 68 *SETEXIT :(RETURN)
|
H A D | sdb.sno | 344 SETEXIT() :(SDB.DISPLAY) 347 * called as function from SETEXIT handler 447 SETEXIT(.SDB.SETEXIT_HANDLER) 457 * SETEXIT handler (branched to, not called!!!) 461 * reenable SETEXIT handler 463 SETEXIT('SDB.SETEXIT_HANDLER') 737 SETEXIT() :(END) 923 SETEXIT() 1128 * ERRLIMIT must be positive for SETEXIT 1130 SETEXIT('SDB.SETEXIT_HANDLER')
|
/dports/lang/snobol4/snobol4-2.2.2/doc/ |
H A D | snobol4key.1.pea | 101 Set to one when an otherwise fatal error has been trapped via SETEXIT 109 trap via SETEXIT; decremented on each error. 165 useful in B<TRACE()> and B<SETEXIT()> handlers. 171 useful in B<TRACE()> and B<SETEXIT()> handlers. 177 useful in B<TRACE()> and B<SETEXIT()> handlers.
|
H A D | snobol4error.1.pea | 11 by SETEXIT by setting both B<&ERRLIMIT> and B<&FATALLIMIT>, 94 ``Not in a SETEXIT handler'' I<(fatal-)>.
|
H A D | snobol4func.1.pea | 451 =item B<SETEXIT(>I<label>B<)> 452 Interpreter: The argument to B<SETEXIT()> is the name of a label to 455 decremented when the error trap occurs. A B<SETEXIT()> call with a 458 result returned by B<SETEXIT()> is the previous intercept setting 460 to save and restore the B<SETEXIT()> conditions in a recursive 486 The error intercept routine must reissue the B<SETEXIT()> in order to
|
H A D | sdb.1.pea | 111 =bull Calling B<SETEXIT()>
|
H A D | snobol4ext.1.pea | 66 B<SETEXIT()>,
|
/dports/mail/usendmail/mail/usendmail-0.1.6/src/ |
H A D | uogetopt.c | 115 #define SETEXIT() do { env->flag_err=1; } while(0) macro 116 #define SETEXITVOID() do { SETEXIT(); return; } while(0) 117 #define SETEXITRET(x) do { SETEXIT(); return x; } while(0)
|
/dports/lang/snobol4/snobol4-2.2.2/ |
H A D | CHANGES | 134 ^C (SIGINT) catchable w/ &ERRLIMIT/SETEXIT() as "User Interrupt" 147 Allow new SETEXIT() trap w/o [S]CONTINUE 176 Added SPITBOL SETEXIT() function
|
H A D | data_init.h2 | 1723 S_A(res.setxsp) = (int_t) "SETEXIT"; 1724 S_L(res.setxsp) = STRLEN("SETEXIT"); 2141 S_A(res.msg35) = (int_t) "Not in a SETEXIT handler"; 2142 S_L(res.msg35) = STRLEN("Not in a SETEXIT handler");
|
H A D | History | 2678 init.c: if SETEXIT handler set, set UINTCL on SIGINT (^C) 2683 snolib/sdb.sno: cleanup, use SETEXIT() 3049 v311.sil: [PLB100] SETEXIT returns old value 3050 doc/snobol4.1: Document ATAN, LN, SETEXIT. 3161 v311.sil [PLB98] SETEXIT cleanup; prohibit re-entry, trap at END 3162 test/diag1.{ref,sno}: update for SETEXIT 3163 test/diag2.ref: update for SETEXIT 3170 v311.sil: [PLB97] implement SETEXIT/CONTINUE/SCONTINUE/ABORT 3171 globals, procs: add labels for SETEXIT 3173 test/setexit.{sno,ref}: SETEXIT test [all …]
|
H A D | v311.sil | 134 * [PLB100] SETEXIT returns old value 140 * [PLB98] SETEXIT cleanup; prohibit re-entry, implement trap at END 143 * [PLB97] implement SETEXIT/CONTINUE/SCONTINUE/ABORT 5780 * SETEXIT(LBL) 5782 SETXIT PROC , SETEXIT(LBL) 5794 * SETEXIT handler 5796 XITHND PROC , SETEXIT handling procedure 11149 * Saved state for SETEXIT handler [PLB97] 11528 DESCR SETXFN,FNC,0 SETEXIT(LBL) [PLB97] 11881 SETXSP STRING 'SETEXIT' [PLB97] [all …]
|
H A D | TODO.soon | 112 branch to (F)RETURN in SETEXIT handler should clear XOCBSC????
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/ |
H A D | tinlib.cpp | 161 SENDOBJECT, SENDPROCESS, SENDTAG, SETACTOR, SETBLOCK, SETBRIGHTNESS, SETEXIT, SETINVLIMIT, enumerator 201 SCANICON, SCROLL, SETACTOR, SETBLOCK, SETEXIT, SETINVLIMIT, 5200 case SETEXIT: in CallLibraryRoutine()
|
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/ |
H A D | tinlib.cpp | 145 SENDOBJECT, SENDPROCESS, SENDTAG, SETACTOR, SETBLOCK, SETBRIGHTNESS, SETEXIT, SETINVLIMIT, enumerator 185 SCANICON, SCROLL, SETACTOR, SETBLOCK, SETEXIT, SETINVLIMIT, 5623 case SETEXIT: in CallLibraryRoutine()
|