Searched refs:luaL_optstring (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lbaselib.c | 341 const char *fname = luaL_optstring(L, 1, NULL); in luaB_loadfile() 342 const char *mode = luaL_optstring(L, 2, NULL); in luaB_loadfile() 391 const char *mode = luaL_optstring(L, 3, "bt"); in luaB_load() 394 const char *chunkname = luaL_optstring(L, 2, s); in luaB_load() 398 const char *chunkname = luaL_optstring(L, 2, "=(load)"); in luaB_load() 416 const char *fname = luaL_optstring(L, 1, NULL); in luaB_dofile()
|
H A D | loslib.c | 143 const char *cmd = luaL_optstring(L, 1, NULL); in os_execute() 385 const char *l = luaL_optstring(L, 1, NULL); in os_setlocale()
|
H A D | loadlib.c | 511 luaL_optstring(L, 3, "."), in ll_searchpath() 512 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
|
H A D | liolib.c | 271 const char *mode = luaL_optstring(L, 2, "r"); in io_open() 292 const char *mode = luaL_optstring(L, 2, "r"); in io_popen()
|
H A D | lauxlib.h | 140 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
|
H A D | ldblib.c | 153 const char *options = luaL_optstring(L, arg+2, "flnSrtu"); in db_getinfo()
|
H A D | lauxlib.c | 362 const char *name = (def) ? luaL_optstring(L, arg, def) : in luaL_checkoption()
|
H A D | ltests.c | 1260 b.paniccode = luaL_optstring(L, 2, ""); in checkpanic()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lbaselib.c | 229 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!")); in luaB_assert()
|
H A D | lauxlib.c | 282 const char *name = (def) ? luaL_optstring(L, narg, def) : in luaL_checkoption()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 104 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
|