Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.h120 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, variable
H A Dlauxlib.c1025 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, in luaL_gsub() function