OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttisinteger
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/lua/dist/src/
lobject.h
334
#define
ttisinteger
(o) checktag((o), LUA_VNUMINT)
macro
338
(
ttisinteger
(o) ? cast_num(ivalue(o)) : fltvalue(o)))
343
#define ivalue(o) check_exp(
ttisinteger
(o), val_(o).i)
360
{ TValue *io=(obj); lua_assert(
ttisinteger
(io)); val_(io).i=(x); }
Completed in 18 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026