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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcorolib.c 23 lua_pushliteral(L, "too many arguments to resume");
27 lua_pushliteral(L, "cannot resume dead coroutine");
36 lua_pushliteral(L, "too many results to resume");
107 if (L == co) lua_pushliteral(L, "running");
111 lua_pushliteral(L, "suspended");
116 lua_pushliteral(L, "normal"); /* it is running */
118 lua_pushliteral(L, "dead");
120 lua_pushliteral(L, "suspended"); /* initial state */
124 lua_pushliteral(L, "dead");
lauxlib.c 55 lua_pushliteral(L, ".");
87 lua_pushliteral(L, "main chunk");
94 lua_pushliteral(L, "?");
123 lua_pushliteral(L, "stack traceback:");
126 lua_pushliteral(L, "\n\t..."); /* add a '...' */
134 lua_pushliteral(L, " in ");
137 lua_pushliteral(L, "\n\t(...tail calls...)");
192 lua_pushliteral(L, ""); /* else, no information available... */
637 lua_pushliteral(L, "=stdin");
748 lua_pushliteral(L, "nil")
    [all...]
liolib.c 136 lua_pushliteral(L, "closed file");
138 lua_pushliteral(L, "file");
146 lua_pushliteral(L, "file (closed)");
638 lua_pushliteral(L, "cannot close standard file");
loadlib.c 236 lua_pushliteral(L, DLMSG);
243 lua_pushliteral(L, DLMSG);
710 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n"
lua.c 166 lua_pushliteral(L, "(no error message)");
293 lua_pushliteral(L, "\n"); /* add a new line... */
lstrlib.c 62 else lua_pushliteral(L, "");
113 if (n <= 0) lua_pushliteral(L, "");
1001 lua_pushliteral(L, ""); /* dummy string */
lbaselib.c 454 lua_pushliteral(L, LUA_VERSION);
ldblib.c 331 lua_pushliteral(L, "external hook");
lua.h 340 #define lua_pushliteral(L, s) \ macro

Completed in 56 milliseconds