Searched refs:luaL_optstring (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lbaselib.c | 320 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 D | loslib.c | 143 const char *cmd = luaL_optstring(L, 1, NULL); in os_execute() 387 const char *l = luaL_optstring(L, 1, NULL); in os_setlocale()
|
A D | loadlib.c | 511 luaL_optstring(L, 3, "."), in ll_searchpath() 512 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
|
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()
|
A D | lauxlib.h | 140 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
|
A D | ldblib.c | 153 const char *options = luaL_optstring(L, arg+2, "flnSrtu"); in db_getinfo()
|
A D | lauxlib.c | 362 const char *name = (def) ? luaL_optstring(L, arg, def) : in luaL_checkoption()
|
Completed in 13 milliseconds