Home
last modified time | relevance | path

Searched defs:lua_pushliteral (Results 1 – 3 of 3) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dlua.h273 #define lua_pushliteral(L, s) \ macro
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlua.h340 #define lua_pushliteral(L, s) \ macro
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlua.h361 #define lua_pushliteral(L, s) lua_pushstring(L, "" s) macro