Searched refs:luaL_optlstring (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lauxlib.h | 57 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int arg, variable 140 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
|
A D | loslib.c | 306 const char *s = luaL_optlstring(L, 1, "%c", &slen); in os_date()
|
A D | ltablib.c | 159 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
|
A D | lauxlib.c | 409 LUALIB_API const char *luaL_optlstring (lua_State *L, int arg, in luaL_optlstring() function
|
A D | lstrlib.c | 154 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep()
|
Completed in 12 milliseconds