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

/freebsd-current/contrib/lua/src/
H A Dlbaselib.c341 const char *fname = luaL_optstring(L, 1, NULL);
342 const char *mode = luaL_optstring(L, 2, NULL);
391 const char *mode = luaL_optstring(L, 3, "bt");
394 const char *chunkname = luaL_optstring(L, 2, s);
398 const char *chunkname = luaL_optstring(L, 2, "=(load)");
416 const char *fname = luaL_optstring(L, 1, NULL);
H A Dloslib.c143 const char *cmd = luaL_optstring(L, 1, NULL);
385 const char *l = luaL_optstring(L, 1, NULL);
H A Dliolib.c271 const char *mode = luaL_optstring(L, 2, "r");
292 const char *mode = luaL_optstring(L, 2, "r");
H A Dloadlib.c511 luaL_optstring(L, 3, "."),
512 luaL_optstring(L, 4, LUA_DIRSEP));
H A Dlauxlib.h140 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
H A Dldblib.c153 const char *options = luaL_optstring(L, arg+2, "flnSrtu");
H A Dlauxlib.c362 const char *name = (def) ? luaL_optstring(L, arg, def) :
H A Dltests.c1260 b.paniccode = luaL_optstring(L, 2, "");
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c228 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!"));
H A Dlauxlib.c281 const char *name = (def) ? luaL_optstring(L, narg, def) :
/freebsd-current/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h103 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro

Completed in 209 milliseconds