Searched refs:luaL_buffinit (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | loadlib.c | 310 luaL_buffinit(L, &b); in setpath() 471 luaL_buffinit(L, &b); in pusherrornotfound() 490 luaL_buffinit(L, &buff); in searchpath() 628 luaL_buffinit(L, &msg); in findloader()
|
| H A D | liolib.c | 516 luaL_buffinit(L, &b); in read_line() 537 luaL_buffinit(L, &b); in read_all() 551 luaL_buffinit(L, &b); in read_chars()
|
| H A D | lauxlib.c | 137 luaL_buffinit(L, &b); in luaL_traceback() 620 LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) { in luaL_buffinit() function 629 luaL_buffinit(L, B); in luaL_buffinitsize() 981 luaL_buffinit(L, &b); in luaL_gsub()
|
| H A D | lutf8lib.c | 168 luaL_buffinit(L, &b); in utfchar()
|
| H A D | lstrlib.c | 225 luaL_buffinit(L, &state->B); in writer() 954 luaL_buffinit(L, &b); in str_gsub() 1236 luaL_buffinit(L, &b); 1572 luaL_buffinit(L, &b);
|
| H A D | lauxlib.h | 190 LUALIB_API void (luaL_buffinit) (lua_State *L, luaL_Buffer *B); variable
|
| H A D | loslib.c | 327 luaL_buffinit(L, &b); in os_date()
|
| H A D | ltablib.c | 162 luaL_buffinit(L, &b); in tconcat()
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 456 LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) { in luaL_buffinit() function 465 luaL_buffinit(L, B); in luaL_buffinitsize() 763 luaL_buffinit(L, &b); in luaL_gsub()
|
| H A D | lstrlib.c | 189 luaL_buffinit(L,&b); in str_dump() 759 luaL_buffinit(L, &b); in str_gsub() 910 luaL_buffinit(L, &b); in str_format()
|
| H A D | ltablib.c | 100 luaL_buffinit(L, &b); in tconcat()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 146 LUALIB_API void (luaL_buffinit) (lua_State *L, luaL_Buffer *B); variable
|