OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LUA_TSHRSTR
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h
56
#define
LUA_TSHRSTR
(LUA_TSTRING | (0 << 4)) /* short strings */
138
#define ttisshrstring(o) checktag((o), ctb(
LUA_TSHRSTR
))
/external/syslinux/com32/lua/src/
lobject.h
56
#define
LUA_TSHRSTR
(LUA_TSTRING | (0 << 4)) /* short strings */
138
#define ttisshrstring(o) checktag((o), ctb(
LUA_TSHRSTR
))
Completed in 242 milliseconds