Searched refs:luaL_optstring (Results 1 – 7 of 7) sorted by relevance
/external/lua/src/ |
D | lbaselib.c | 288 const char *fname = luaL_optstring(L, 1, NULL); in luaB_loadfile() 289 const char *mode = luaL_optstring(L, 2, NULL); in luaB_loadfile() 338 const char *mode = luaL_optstring(L, 3, "bt"); in luaB_load() 341 const char *chunkname = luaL_optstring(L, 2, s); in luaB_load() 345 const char *chunkname = luaL_optstring(L, 2, "=(load)"); in luaB_load() 363 const char *fname = luaL_optstring(L, 1, NULL); in luaB_dofile()
|
D | loslib.c | 142 const char *cmd = luaL_optstring(L, 1, NULL); in os_execute() 366 const char *l = luaL_optstring(L, 1, NULL); in os_setlocale()
|
D | loadlib.c | 461 luaL_optstring(L, 3, "."), in ll_searchpath() 462 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
|
D | liolib.c | 258 const char *mode = luaL_optstring(L, 2, "r"); in io_open() 278 const char *mode = luaL_optstring(L, 2, "r"); in io_popen()
|
D | lauxlib.h | 125 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
|
D | ldblib.c | 149 const char *options = luaL_optstring(L, arg+2, "flnStu"); in db_getinfo()
|
D | lauxlib.c | 350 const char *name = (def) ? luaL_optstring(L, arg, def) : in luaL_checkoption()
|