Home
last modified time | relevance | path

Searched refs:jump_script_exit (Results 1 – 6 of 6) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dwrappers.h327 #define jump_script_exit __regina_jump_script_exit macro
H A Dlexsrc.l2863 jump_script_exit( TSD, TSD->systeminfo->result );
H A Derror.c812 jump_script_exit( TSD, et->errornum ); in exiterror()
H A Dinterprt.c1470 jump_script_exit( TSD, result ); in interpret()
2760 void jump_script_exit( tsd_t *TSD, streng *result ) in jump_script_exit() function
H A Dextern.h355 void jump_script_exit( tsd_t *TSD, streng *result );
H A Dlexsrc.c6723 jump_script_exit( TSD, TSD->systeminfo->result ); in fetch_protected()