OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttisnil
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h
134
#define
ttisnil
(o) checktag((o), LUA_TNIL)
macro
170
#define l_isfalse(o) (
ttisnil
(o) || (ttisboolean(o) && bvalue(o) == 0))
/external/syslinux/com32/lua/src/
lobject.h
134
#define
ttisnil
(o) checktag((o), LUA_TNIL)
macro
170
#define l_isfalse(o) (
ttisnil
(o) || (ttisboolean(o) && bvalue(o) == 0))
Completed in 108 milliseconds