Searched refs:isintwups (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlfunc.h24 #define isintwups(L) (L->twups != L) macro
H A Dlfunc.c79 if (!isintwups(L)) { /* thread not in list of threads with upvalues? */
94 lua_assert(isintwups(L) || L->openupval == NULL);
H A Dlgc.c638 th->openupval == NULL || isintwups(th));
647 if (!isintwups(th) && th->openupval != NULL) {

Completed in 88 milliseconds