Home
last modified time | relevance | path

Searched refs:luaL_optlstring (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lua/src/
Dlauxlib.h38 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))
Dltablib.c97 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
Dlauxlib.c364 LUALIB_API const char *luaL_optlstring (lua_State *L, int narg, in luaL_optlstring() function
Dlstrlib.c112 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep()