OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaV_tonumber_
(Results
1 - 2
of
2
) sorted by null
/external/lua/src/
lvm.h
41
(ttisfloat(o) ? (*(n) = fltvalue(o), 1) :
luaV_tonumber_
(o,n))
99
LUAI_FUNC int
luaV_tonumber_
(const TValue *obj, lua_Number *n);
lvm.c
72
int
luaV_tonumber_
(const TValue *obj, lua_Number *n) {
[
all
...]
Completed in 116 milliseconds