Searched refs:luaL_optstring (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlbaselib.c263 const char *fname = luaL_optstring(L, 1, NULL);
264 const char *mode = luaL_optstring(L, 2, NULL);
313 const char *mode = luaL_optstring(L, 3, "bt");
316 const char *chunkname = luaL_optstring(L, 2, s);
320 const char *chunkname = luaL_optstring(L, 2, "=(load)");
337 const char *fname = luaL_optstring(L, 1, NULL);
348 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!"));
H A Dloslib.c81 const char *cmd = luaL_optstring(L, 1, NULL);
196 const char *s = luaL_optstring(L, 1, "%c");
280 const char *l = luaL_optstring(L, 1, NULL);
H A Dlauxlib.h116 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
H A Dliolib.c227 const char *mode = luaL_optstring(L, 2, "r");
247 const char *mode = luaL_optstring(L, 2, "r");
H A Dloadlib.c375 luaL_optstring(L, 3, "."),
376 luaL_optstring(L, 4, LUA_DIRSEP));
H A Dldblib.c116 const char *options = luaL_optstring(L, arg+2, "flnStu");
H A Dlauxlib.c322 const char *name = (def) ? luaL_optstring(L, narg, def) :

Completed in 493 milliseconds