/external/syslinux/com32/lua/src/ |
D | lbaselib.c | 263 const char *fname = luaL_optstring(L, 1, NULL); in luaB_loadfile() 264 const char *mode = luaL_optstring(L, 2, NULL); in luaB_loadfile() 313 const char *mode = luaL_optstring(L, 3, "bt"); in luaB_load() 316 const char *chunkname = luaL_optstring(L, 2, s); in luaB_load() 320 const char *chunkname = luaL_optstring(L, 2, "=(load)"); in luaB_load() 337 const char *fname = luaL_optstring(L, 1, NULL); in luaB_dofile() 348 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!")); in luaB_assert()
|
D | cmenu.c | 9 init_menusystem (luaL_optstring (L, 1, NULL)); in l_init() 38 luaL_optstring (L, 4, NULL), luaL_optint (L, 5, 0)); in l_add_item()
|
D | loslib.c | 84 const char *cmd = luaL_optstring(L, 1, NULL); in os_execute() 201 const char *s = luaL_optstring(L, 1, "%c"); in os_date() 287 const char *l = luaL_optstring(L, 1, NULL); in os_setlocale()
|
D | syslinux.c | 183 const char *cmdline = luaL_optstring(L, 2, ""); in sl_boot_linux() 369 const char *cmdline = luaL_optstring(L, 3, ""); in sl_boot_it()
|
D | loadlib.c | 424 luaL_optstring(L, 3, "."), in ll_searchpath() 425 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
|
D | liolib.c | 228 const char *mode = luaL_optstring(L, 2, "r"); in io_open() 248 const char *mode = luaL_optstring(L, 2, "r"); in io_popen()
|
D | lauxlib.h | 116 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
|
D | ldblib.c | 116 const char *options = luaL_optstring(L, arg+2, "flnStu"); in db_getinfo()
|
D | lauxlib.c | 322 const char *name = (def) ? luaL_optstring(L, narg, def) : in luaL_checkoption()
|
/external/skia/third_party/lua/src/ |
D | lbaselib.c | 263 const char *fname = luaL_optstring(L, 1, NULL); in luaB_loadfile() 264 const char *mode = luaL_optstring(L, 2, NULL); in luaB_loadfile() 313 const char *mode = luaL_optstring(L, 3, "bt"); in luaB_load() 316 const char *chunkname = luaL_optstring(L, 2, s); in luaB_load() 320 const char *chunkname = luaL_optstring(L, 2, "=(load)"); in luaB_load() 337 const char *fname = luaL_optstring(L, 1, NULL); in luaB_dofile() 348 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!")); in luaB_assert()
|
D | loslib.c | 81 const char *cmd = luaL_optstring(L, 1, NULL); in os_execute() 196 const char *s = luaL_optstring(L, 1, "%c"); in os_date() 280 const char *l = luaL_optstring(L, 1, NULL); in os_setlocale()
|
D | loadlib.c | 375 luaL_optstring(L, 3, "."), in ll_searchpath() 376 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
|
D | liolib.c | 227 const char *mode = luaL_optstring(L, 2, "r"); in io_open() 247 const char *mode = luaL_optstring(L, 2, "r"); in io_popen()
|
D | lauxlib.h | 116 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
|
D | ldblib.c | 116 const char *options = luaL_optstring(L, arg+2, "flnStu"); in db_getinfo()
|
D | lauxlib.c | 322 const char *name = (def) ? luaL_optstring(L, narg, def) : in luaL_checkoption()
|