Home
last modified time | relevance | path

Searched refs:incnny (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlstate.h111 #define incnny(L) ((L)->nCcalls += 0x10000) macro
H A Dlstate.c374 incnny(L); /* main thread is always non yieldable */ in lua_newstate()
H A Dldo.c1009 incnny(L); /* cannot yield during parsing */ in luaD_protectedparser()