Home
last modified time | relevance | path

Searched defs:lua_pushstring (Results 1 – 2 of 2) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlua.h261 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable
H A Dlapi.c494 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function