Searched refs:luaL_optlstring (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lauxlib.h | 37 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int numArg, variable 105 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
|
| H A D | ltablib.c | 97 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
|
| H A D | lauxlib.c | 325 LUALIB_API const char *luaL_optlstring (lua_State *L, int narg, in luaL_optlstring() function
|
| H A D | lstrlib.c | 141 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lauxlib.h | 49 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int arg, variable 125 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
|
| H A D | loslib.c | 285 const char *s = luaL_optlstring(L, 1, "%c", &slen); in os_date()
|
| H A D | ltablib.c | 173 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
|
| H A D | lauxlib.c | 397 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()
|