Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h274 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
H A Dlapi.c576 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function