Home
last modified time | relevance | path

Searched refs:GCI_JUMP (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/gci/
H A Dgci_call.c59 GCI_JUMP( GCI_JUMP_GETVAR( safetyRope ), 1 ); \ in GCI_JUMPVAR()
64 GCI_JUMP( GCI_JUMP_GETVAR( safetyRope ), 1 ); \ in GCI_JUMPVAR()
77 GCI_JUMP( GCI_JUMP_GETVAR( safetyRope ), 1 ); in GCI_JUMPVAR()
H A Dembedded.h132 #define GCI_JUMP(jumpentry,status) longjmp( jumpentry, status ) macro