Home
last modified time | relevance | path

Searched defs:LUAI_THROW (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.c62 #define LUAI_THROW(L,c) throw(c) macro
70 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) macro
77 #define LUAI_THROW(L,c) longjmp((c)->b, 1) macro
H A Dluaconf.h851 #define LUAI_THROW(L,c) longjmp(&((c)->b)) macro