HomeSort by relevance Sort by last modified time
    Searched refs:luaL_optstring (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 263 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!"));
loslib.c 81 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);
lauxlib.h 116 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
liolib.c 227 const char *mode = luaL_optstring(L, 2, "r");
247 const char *mode = luaL_optstring(L, 2, "r");
loadlib.c 375 luaL_optstring(L, 3, "."),
376 luaL_optstring(L, 4, LUA_DIRSEP));
ldblib.c 116 const char *options = luaL_optstring(L, arg+2, "flnStu");
lauxlib.c 322 const char *name = (def) ? luaL_optstring(L, narg, def) :

Completed in 51 milliseconds