| /freebsd-13.1/contrib/lua/src/ |
| H A D | lauxlib.h | 22 typedef struct luaL_Buffer luaL_Buffer; typedef 104 LUALIB_API void luaL_addgsub (luaL_Buffer *b, const char *s, 166 struct luaL_Buffer { struct 190 LUALIB_API void (luaL_buffinit) (lua_State *L, luaL_Buffer *B); argument 191 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); 192 LUALIB_API void (luaL_addlstring) (luaL_Buffer *B, const char *s, size_t l); 193 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s); 194 LUALIB_API void (luaL_addvalue) (luaL_Buffer *B); 195 LUALIB_API void (luaL_pushresult) (luaL_Buffer *B); 196 LUALIB_API void (luaL_pushresultsize) (luaL_Buffer *B, size_t sz); [all …]
|
| H A D | lauxlib.c | 133 luaL_Buffer b; in luaL_traceback() 522 static size_t newbuffsize (luaL_Buffer *B, size_t sz) { in newbuffsize() 537 static char *prepbuffsize (luaL_Buffer *B, size_t sz, int boxidx) { in prepbuffsize() 565 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() 579 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring() 584 LUALIB_API void luaL_pushresult (luaL_Buffer *B) { in luaL_pushresult() 594 LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) { in luaL_pushresultsize() 609 LUALIB_API void luaL_addvalue (luaL_Buffer *B) { in luaL_addvalue() 620 LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) { in luaL_buffinit() 965 LUALIB_API void luaL_addgsub (luaL_Buffer *b, const char *s, in luaL_addgsub() [all …]
|
| H A D | lstrlib.c | 114 luaL_Buffer b; in str_reverse() 127 luaL_Buffer b; in str_lower() 140 luaL_Buffer b; in str_upper() 160 luaL_Buffer b; in str_rep() 197 luaL_Buffer b; in str_char() 217 luaL_Buffer B; 950 luaL_Buffer b; in str_gsub() 1155 static void addliteral (lua_State *L, luaL_Buffer *b, int arg) { 1235 luaL_Buffer b; 1531 static void packint (luaL_Buffer *b, lua_Unsigned n, [all …]
|
| H A D | loadlib.c | 309 luaL_Buffer b; in setpath() 470 luaL_Buffer b; in pusherrornotfound() 483 luaL_Buffer buff; in searchpath() 624 luaL_Buffer msg; /* to build error message */ in findloader()
|
| H A D | ltablib.c | 146 static void addfield (lua_State *L, luaL_Buffer *b, lua_Integer i) { in addfield() 156 luaL_Buffer b; in tconcat()
|
| H A D | liolib.c | 514 luaL_Buffer b; in read_line() 536 luaL_Buffer b; in read_all() 550 luaL_Buffer b; in read_chars()
|
| H A D | lutf8lib.c | 167 luaL_Buffer b; in utfchar()
|
| H A D | loslib.c | 325 luaL_Buffer b; in os_date()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 131 typedef struct luaL_Buffer { struct 137 } luaL_Buffer; argument 146 LUALIB_API void (luaL_buffinit) (lua_State *L, luaL_Buffer *B); 147 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); 148 LUALIB_API void (luaL_addlstring) (luaL_Buffer *B, const char *s, size_t l); 149 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s); 150 LUALIB_API void (luaL_addvalue) (luaL_Buffer *B); 151 LUALIB_API void (luaL_pushresult) (luaL_Buffer *B); 152 LUALIB_API void (luaL_pushresultsize) (luaL_Buffer *B, size_t sz); 153 LUALIB_API char *(luaL_buffinitsize) (lua_State *L, luaL_Buffer *B, size_t sz);
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 79 luaL_Buffer b; in str_reverse() 92 luaL_Buffer b; in str_lower() 105 luaL_Buffer b; in str_upper() 128 luaL_Buffer b; in str_rep() 165 luaL_Buffer b; in str_char() 180 luaL_addlstring((luaL_Buffer*) B, (const char *)b, size); in writer() 186 luaL_Buffer b; in str_dump() 689 static void add_s (MatchState *ms, luaL_Buffer *b, const char *s, in add_s() 755 luaL_Buffer b; in str_gsub() 844 static void addquoted (lua_State *L, luaL_Buffer *b, int arg) { in addquoted() [all …]
|
| H A D | lauxlib.c | 397 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() 419 LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) { in luaL_addlstring() 426 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring() 431 LUALIB_API void luaL_pushresult (luaL_Buffer *B) { in luaL_pushresult() 439 LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) { in luaL_pushresultsize() 445 LUALIB_API void luaL_addvalue (luaL_Buffer *B) { in luaL_addvalue() 456 LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) { in luaL_buffinit() 464 LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) { in luaL_buffinitsize() 762 luaL_Buffer b; in luaL_gsub()
|
| H A D | ltablib.c | 83 static void addfield (lua_State *L, luaL_Buffer *b, int i) { in addfield() 93 luaL_Buffer b; in tconcat()
|