Searched refs:luaL_optstring (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlbaselib.c288 const char *fname = luaL_optstring(L, 1, NULL);
289 const char *mode = luaL_optstring(L, 2, NULL);
338 const char *mode = luaL_optstring(L, 3, "bt");
341 const char *chunkname = luaL_optstring(L, 2, s);
345 const char *chunkname = luaL_optstring(L, 2, "=(load)");
363 const char *fname = luaL_optstring(L, 1, NULL);
H A Dloslib.c142 const char *cmd = luaL_optstring(L, 1, NULL);
366 const char *l = luaL_optstring(L, 1, NULL);
H A Dliolib.c258 const char *mode = luaL_optstring(L, 2, "r");
278 const char *mode = luaL_optstring(L, 2, "r");
H A Dloadlib.c461 luaL_optstring(L, 3, "."),
462 luaL_optstring(L, 4, LUA_DIRSEP));
H A Dlauxlib.h125 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
H A Dldblib.c149 const char *options = luaL_optstring(L, arg+2, "flnStu");
H A Dlauxlib.c350 const char *name = (def) ? luaL_optstring(L, arg, def) :
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.h105 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
H A Dlbaselib.c235 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!"));
H A Dlauxlib.c283 const char *name = (def) ? luaL_optstring(L, narg, def) :

Completed in 179 milliseconds