Searched refs:luaL_addstring (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lauxlib.c | 427 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring() function 767 luaL_addstring(&b, r); /* push replacement in place of pattern */ in luaL_gsub() 770 luaL_addstring(&b, s); /* push last suffix */ in luaL_gsub()
|
| H A D | lauxlib.h | 150 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s); variable
|
| H A D | lstrlib.c | 877 luaL_addstring(b, buff); in addquoted()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lauxlib.c | 537 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring() function 999 luaL_addstring(&b, r); /* push replacement in place of pattern */ in luaL_gsub() 1002 luaL_addstring(&b, s); /* push last suffix */ in luaL_gsub()
|
| H A D | lauxlib.h | 166 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s); variable
|
| H A D | lstrlib.c | 921 luaL_addstring(b, buff); in addquoted()
|