Searched refs:lua_tounsigned (Results 1 – 4 of 4) sorted by relevance
321 #define lua_tounsigned(L,i) lua_tounsignedx(L,i,NULL) macro
419 #define lua_tounsigned(L,i) lua_tounsignedx(L,(i),NULL) macro
345 ** manipulating other integer types (lua_pushunsigned, lua_tounsigned,
785 lua_tounsigned(L, -1) != (lua_Unsigned)-0x1234) in luaL_checkversion_()