Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlauxlib.h56 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int arg, variable
139 #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); in os_date()
H A Dltablib.c159 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
H A Dlauxlib.c409 LUALIB_API const char *luaL_optlstring (lua_State *L, int arg, in luaL_optlstring() function
H A Dlstrlib.c154 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep()