Home
last modified time | relevance | path

Searched refs:lua_pushliteral (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlcorolib.c35 lua_pushliteral(L, "too many arguments to resume"); in auxresume()
43 lua_pushliteral(L, "too many results to resume"); in auxresume()
A Dliolib.c170 lua_pushliteral(L, "closed file"); in io_type()
172 lua_pushliteral(L, "file"); in io_type()
180 lua_pushliteral(L, "file (closed)"); in f_tostring()
514 lua_pushliteral(L, ""); in test_eof()
801 lua_pushliteral(L, "cannot close standard file"); in io_noclose()
A Dloadlib.c247 lua_pushliteral(L, DLMSG); in lsys_load()
254 lua_pushliteral(L, DLMSG); in lsys_sym()
618 lua_pushliteral(L, ":preload:"); in searcher_preload()
747 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n" in luaopen_package()
A Dlauxlib.c64 lua_pushliteral(L, "."); /* place '.' between the two names */ in findfield()
108 lua_pushliteral(L, "main chunk"); in pushfuncname()
112 lua_pushliteral(L, "?"); in pushfuncname()
479 lua_pushliteral(L, "not enough memory"); in resizebox()
783 lua_pushliteral(L, "=stdin"); in luaL_loadfilex()
904 lua_pushliteral(L, "nil"); in luaL_tolstring()
A Dlbaselib.c410 lua_pushliteral(L, "assertion failed!"); /* default message */ in luaB_assert()
524 lua_pushliteral(L, LUA_VERSION); in luaopen_base()
A Dldblib.c381 lua_pushliteral(L, "k"); in db_sethook()
406 lua_pushliteral(L, "external hook"); in db_gethook()
A Dlua.c531 lua_pushliteral(L, "\n"); /* add newline... */ in multiline()
A Dlstrlib.c107 else lua_pushliteral(L, ""); in str_sub()
156 lua_pushliteral(L, ""); in str_rep()
1799 lua_pushliteral(L, ""); /* dummy string */ in createmetatable()
A Dlua.h382 #define lua_pushliteral(L, s) lua_pushstring(L, "" s) macro

Completed in 21 milliseconds