HomeSort by: relevance | last modified time | path
    Searched refs:luaL_buffinit (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mit/lua/dist/src/
loadlib.c 314 luaL_buffinit(L, &b);
475 luaL_buffinit(L, &b);
494 luaL_buffinit(L, &buff);
633 luaL_buffinit(L, &msg);
liolib.c 524 luaL_buffinit(L, &b);
545 luaL_buffinit(L, &b);
559 luaL_buffinit(L, &b);
lauxlib.c 143 luaL_buffinit(L, &b);
642 LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
652 luaL_buffinit(L, B);
1028 luaL_buffinit(L, &b);
lutf8lib.c 176 luaL_buffinit(L, &b);
lauxlib.h 230 LUALIB_API void (luaL_buffinit) (lua_State *L, luaL_Buffer *B);
loslib.c 327 luaL_buffinit(L, &b);
lstrlib.c 217 ** top of the stack when 'lua_dump' is called. ('luaL_buffinit' might
230 luaL_buffinit(L, &state->B);
965 luaL_buffinit(L, &b);
1295 luaL_buffinit(L, &b);
1635 luaL_buffinit(L, &b);
ltablib.c 167 luaL_buffinit(L, &b);

Completed in 22 milliseconds