Home
last modified time | relevance | path

Searched refs:luaL_optstring (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlbaselib.c346 const char *fname = luaL_optstring(L, 1, NULL); in luaB_loadfile()
347 const char *mode = luaL_optstring(L, 2, NULL); in luaB_loadfile()
397 const char *mode = luaL_optstring(L, 3, "bt"); in luaB_load()
400 const char *chunkname = luaL_optstring(L, 2, s); in luaB_load()
404 const char *chunkname = luaL_optstring(L, 2, "=(load)"); in luaB_load()
423 const char *fname = luaL_optstring(L, 1, NULL); in luaB_dofile()
H A Dloslib.c145 const char *cmd = luaL_optstring(L, 1, NULL); in os_execute()
387 const char *l = luaL_optstring(L, 1, NULL); in os_setlocale()
H A Dloadlib.c513 luaL_optstring(L, 3, "."), in ll_searchpath()
514 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
H A Dliolib.c273 const char *mode = luaL_optstring(L, 2, "r"); in io_open()
294 const char *mode = luaL_optstring(L, 2, "r"); in io_popen()
H A Dlauxlib.h153 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
H A Dldblib.c157 const char *options = luaL_optstring(L, arg+2, "flnSrtu"); in db_getinfo()
H A Dlauxlib.c372 const char *name = (def) ? luaL_optstring(L, arg, def) : in luaL_checkoption()