Searched refs:luaL_optlstring (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlauxlib.h61 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int arg,
153 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
H A Dloslib.c306 const char *s = luaL_optlstring(L, 1, "%c", &slen);
H A Dltablib.c164 const char *sep = luaL_optlstring(L, 2, "", &lsep);
H A Dlauxlib.c419 LUALIB_API const char *luaL_optlstring (lua_State *L, int arg, function
H A Dlstrlib.c158 const char *sep = luaL_optlstring(L, 3, "", &lsep);

Completed in 93 milliseconds