Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlbaselib.c320 const char *fname = luaL_optstring(L, 1, NULL); in luaB_loadfile()
321 const char *mode = luaL_optstring(L, 2, NULL); in luaB_loadfile()
370 const char *mode = luaL_optstring(L, 3, "bt"); in luaB_load()
373 const char *chunkname = luaL_optstring(L, 2, s); in luaB_load()
377 const char *chunkname = luaL_optstring(L, 2, "=(load)"); in luaB_load()
395 const char *fname = luaL_optstring(L, 1, NULL); in luaB_dofile()
A Dloslib.c143 const char *cmd = luaL_optstring(L, 1, NULL); in os_execute()
387 const char *l = luaL_optstring(L, 1, NULL); in os_setlocale()
A Dloadlib.c511 luaL_optstring(L, 3, "."), in ll_searchpath()
512 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
A Dliolib.c271 const char *mode = luaL_optstring(L, 2, "r"); in io_open()
292 const char *mode = luaL_optstring(L, 2, "r"); in io_popen()
A Dlauxlib.h140 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
A Dldblib.c153 const char *options = luaL_optstring(L, arg+2, "flnSrtu"); in db_getinfo()
A Dlauxlib.c362 const char *name = (def) ? luaL_optstring(L, arg, def) : in luaL_checkoption()

Completed in 13 milliseconds