luaL_optstring    101 lib/lua/lauxlib.c   const char *name = (def) ? luaL_optstring(L, narg, def) :
luaL_optstring    313 lib/lua/lbaselib.c   const char *chunkname = luaL_optstring(L, 2, s);
luaL_optstring    319 lib/lua/lbaselib.c   const char *fname = luaL_optstring(L, 1, NULL);
luaL_optstring    350 lib/lua/lbaselib.c   const char *cname = luaL_optstring(L, 2, "=(load)");
luaL_optstring    359 lib/lua/lbaselib.c   const char *fname = luaL_optstring(L, 1, NULL);
luaL_optstring    370 lib/lua/lbaselib.c     return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!"));
luaL_optstring    103 lib/lua/ldblib.c   const char *options = luaL_optstring(L, arg+2, "flnSu");
luaL_optstring    164 lib/lua/liolib.c   const char *mode = luaL_optstring(L, 2, "r");
luaL_optstring    178 lib/lua/liolib.c   const char *mode = luaL_optstring(L, 2, "r");
luaL_optstring     44 lib/lua/loslib.c   lua_pushinteger(L, system(luaL_optstring(L, 1, NULL)));
luaL_optstring    136 lib/lua/loslib.c   const char *s = luaL_optstring(L, 1, "%c");
luaL_optstring    233 lib/lua/loslib.c   const char *l = luaL_optstring(L, 1, NULL);
luaL_optstring   1259 modules/luascript.c     libfselect->file_select(LANG_STR_FILE_BROWSER, luaL_optstring( L, 1, "A" ), "A", return_string_selected);
luaL_optstring   1268 modules/luascript.c     int rv = libtextbox->textbox_init((int)luaL_optstring( L, 1, "Text box" ),   //title
luaL_optstring   1269 modules/luascript.c         (int)luaL_optstring( L, 2, "Enter text" ), //message
luaL_optstring   1270 modules/luascript.c         luaL_optstring( L, 3, ""  ),               //default string
luaL_optstring   1878 modules/luascript.c   raw_prepare_develop(luaL_optstring( L, 1, NULL ), 0);
luaL_optstring   2309 modules/luascript.c     lua_pushboolean(L, reboot(luaL_optstring( L, 1, NULL )));
luaL_optstring   2413 modules/luascript.c     lua_pushboolean(L, save_config_file(luaL_checknumber(L, 1), luaL_optstring(L, 2, NULL)));
luaL_optstring   2418 modules/luascript.c     lua_pushboolean(L, load_config_file(luaL_checknumber(L, 1), luaL_optstring(L, 2, NULL)));
luaL_optstring   2564 modules/luascript.c     const char *heapname = luaL_optstring( L, 1, "combined" );