Searched refs:luaL_optlstring (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lauxlib.h | 45 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int arg, variable 130 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
|
| H A D | ltablib.c | 176 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
|
| H A D | lauxlib.c | 391 LUALIB_API const char *luaL_optlstring (lua_State *L, int arg, in luaL_optlstring() function
|
| H A D | lstrlib.c | 126 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep()
|