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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldblib.c 72 lua_pushstring(L, v);
170 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */
179 lua_pushstring(L, name); /* push name */
200 lua_pushstring(L, lua_setlocal(L1, &ar, luaL_checkint(L, arg+2)));
211 lua_pushstring(L, name);
266 lua_pushstring(L, hooknames[(int)ar->event]);
311 lua_pushstring(L, "k");
338 lua_pushstring(L, unmakemask(mask, buff));
loadlib.c 136 if (lib == NULL) lua_pushstring(L, dlerror());
143 if (f == NULL) lua_pushstring(L, dlerror());
188 lua_pushstring(L, buffer);
316 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init");
400 lua_pushstring(L, filename); /* will be 2nd argument to module */
463 lua_pushstring(L, filename); /* will be 2nd argument to module */
494 lua_pushstring(L, name);
518 lua_pushstring(L, name); /* pass name as argument to module loader */
574 lua_pushstring(L, modname);
643 lua_pushstring(L, def); /* use default *
    [all...]
loslib.c 111 lua_pushstring(L, buff);
117 lua_pushstring(L, getenv(luaL_checkstring(L, 1))); /* if NULL push nil */
282 lua_pushstring(L, setlocale(cat[op], l));
lua.c 200 lua_pushstring(L, argv[i]);
203 lua_pushstring(L, argv[i]);
227 lua_pushstring(L, name);
275 lua_pushstring(L, b);
lauxlib.c 218 lua_pushstring(L, strerror(en));
257 lua_pushstring(L, what);
702 lua_pushstring(L, event);
745 lua_pushstring(L, (lua_toboolean(L, idx) ? "true" : "false"));
889 lua_pushstring(L, modname); /* argument to open function */
lbaselib.c 191 lua_pushstring(L, luaL_typename(L, 1));
373 lua_pushstring(L, "stack overflow");
lua.h 210 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s);
lapi.c 513 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { function
  /external/chromium_org/third_party/skia/tools/lua/
lua_pictures.cpp 59 lua_pushstring(L, pictureFile);
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 133 lua_pushstring(L, value);
172 lua_pushstring(fL, str);
179 lua_pushstring(fL, s.c_str());
184 lua_pushstring(fL, str.c_str());
369 lua_pushstring(L, key);
379 lua_pushstring(L, key);
760 lua_pushstring(L, gAlignRec[i].fLabel);
    [all...]

Completed in 34 milliseconds