Searched defs:lua_pushliteral (Results 1 – 2 of 2) sorted by relevance
339 #define lua_pushliteral(L, s) \ macro
393 #define lua_pushliteral(L, s) lua_pushstring(L, "" s) macro