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

/freebsd-12-stable/contrib/lua/src/
H A Dlauxlib.c455 typedef struct UBox { struct
458 } UBox; typedef in typeref:struct:UBox
464 UBox *box = (UBox *)lua_touserdata(L, idx);
483 UBox *box = (UBox *)lua_newuserdata(L, sizeof(UBox));

Completed in 51 milliseconds