OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaL_optlong
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
lauxlib.h
120
#define
luaL_optlong
(L,n,d) ((long)luaL_optinteger(L, (n), (d)))
/external/lua/src/
lauxlib.h
255
#define
luaL_optlong
(L,n,d) ((long)luaL_optinteger(L, (n), (d)))
Completed in 140 milliseconds