OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttisnil
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mit/lua/dist/src/
ltm.h
66
#define notm(tm)
ttisnil
(tm)
lobject.h
197
#define
ttisnil
(v) checktype((v), LUA_TNIL)
macro
213
#define isnonstrictnil(v) (
ttisnil
(v) && !ttisstrictnil(v))
221
#define isempty(v)
ttisnil
(v)
251
#define l_isfalse(o) (ttisfalse(o) ||
ttisnil
(o))
lstate.h
343
#define completestate(g)
ttisnil
(&g->nilvalue)
lfunc.c
131
if (
ttisnil
(tm)) { /* no metamethod? */
ltable.c
344
if (
ttisnil
(key)) return 0; /* first iteration */
680
if (l_unlikely(
ttisnil
(key)))
694
if (
ttisnil
(value))
llex.c
146
if (!
ttisnil
(o)) /* string already present? */
lapi.c
49
** '!
ttisnil
(o)' implies 'o != &G(L)->nilvalue', so it is not needed.
52
#define isvalid(L, o) (!
ttisnil
(o) || o != &G(L)->nilvalue)
949
if (
ttisnil
(s2v(L->top.p - 1)))
ldo.c
421
if (l_unlikely(
ttisnil
(tm)))
lvm.c
1944
if (!
ttisnil
(s2v(ra + 4))) { /* continue loop? */
Completed in 25 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026