Home
last modified time | relevance | path

Searched refs:boxidx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlauxlib.c550 static char *prepbuffsize (luaL_Buffer *B, size_t sz, int boxidx) { in prepbuffsize() argument
551 checkbufferlevel(B, boxidx); in prepbuffsize()
560 newbuff = (char *)resizebox(L, boxidx, newsize); /* resize it */ in prepbuffsize()
562 lua_remove(L, boxidx); /* remove placeholder */ in prepbuffsize()
564 lua_insert(L, boxidx); /* move box to its intended position */ in prepbuffsize()
565 lua_toclose(L, boxidx); in prepbuffsize()
566 newbuff = (char *)resizebox(L, boxidx, newsize); in prepbuffsize()