Home
last modified time | relevance | path

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

/external/lua/src/
Dlauxlib.c467 typedef struct UBox { struct
470 } UBox; argument
476 UBox *box = (UBox *)lua_touserdata(L, idx); in resizebox()
502 UBox *box = (UBox *)lua_newuserdatauv(L, sizeof(UBox), 0); in newbox()