Searched refs:luaL_optlstring (Results 1 – 4 of 4) sorted by relevance
| /device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
| D | lauxlib.h | 38 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int numArg, variable 116 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| D | ltablib.c | 97 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
|
| D | lauxlib.c | 364 LUALIB_API const char *luaL_optlstring (lua_State *L, int narg, in luaL_optlstring() function
|
| D | lstrlib.c | 112 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep()
|