Home
last modified time | relevance | path

Searched refs:nilvalue (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlstate.h258 TValue nilvalue; /* a nil value */ member
336 #define completestate(g) ttisnil(&g->nilvalue)
A Dlstate.c240 setnilvalue(&g->nilvalue); /* now state is complete */ in f_luaopen()
394 setivalue(&g->nilvalue, 0); /* to signal that state is not yet built */ in lua_newstate()
A Dltm.c83 return (mt ? luaH_getshortstr(mt, G(L)->tmname[event]) : &G(L)->nilvalue); in luaT_gettmbyobj()
A Dlapi.c46 #define isvalid(L, o) (!ttisnil(o) || o != &G(L)->nilvalue)
61 if (o >= L->top) return &G(L)->nilvalue; in index2value()
74 return &G(L)->nilvalue; /* it has no upvalues */ in index2value()
78 : &G(L)->nilvalue; in index2value()
A Dlfunc.c148 errobj = &G(L)->nilvalue; /* error object is nil */ in prepcallclosemth()

Completed in 10 milliseconds