Searched refs:luaL_addgsub (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | loadlib.c | 475 luaL_addgsub(&b, path, LUA_PATH_SEP, "'\n\tno file '"); in pusherrornotfound() 494 luaL_addgsub(&buff, path, LUA_PATH_MARK, name); in searchpath()
|
A D | lauxlib.h | 105 LUALIB_API void luaL_addgsub (luaL_Buffer *b, const char *s,
|
A D | lauxlib.c | 987 LUALIB_API void luaL_addgsub (luaL_Buffer *b, const char *s, in luaL_addgsub() function 1004 luaL_addgsub(&b, s, p, r); in luaL_gsub()
|
Completed in 9 milliseconds