Searched refs:luaL_optstring (Results 1 – 7 of 7) sorted by relevance
/minix3/external/mit/lua/dist/src/ |
H A D | lbaselib.c | 309 const char *fname = luaL_optstring(L, 1, NULL); in luaB_loadfile() 310 const char *mode = luaL_optstring(L, 2, NULL); in luaB_loadfile() 360 const char *mode = luaL_optstring(L, 3, "bt"); in luaB_load() 363 const char *chunkname = luaL_optstring(L, 2, s); in luaB_load() 367 const char *chunkname = luaL_optstring(L, 2, "=(load)"); in luaB_load() 386 const char *fname = luaL_optstring(L, 1, NULL); in luaB_dofile()
|
H A D | loslib.c | 128 const char *cmd = luaL_optstring(L, 1, NULL); in os_execute() 242 const char *s = luaL_optstring(L, 1, "%c"); in os_date() 329 const char *l = luaL_optstring(L, 1, NULL); in os_setlocale()
|
H A D | loadlib.c | 424 luaL_optstring(L, 3, "."), in ll_searchpath() 425 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
|
H A D | liolib.c | 248 const char *mode = luaL_optstring(L, 2, "r"); in io_open() 268 const char *mode = luaL_optstring(L, 2, "r"); in io_popen()
|
H A D | lauxlib.h | 130 #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, "flnStu"); in db_getinfo()
|
H A D | lauxlib.c | 349 const char *name = (def) ? luaL_optstring(L, arg, def) : in luaL_checkoption()
|