HomeSort by relevance Sort by last modified time
    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