OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvt2str
(Results
1 - 4
of
4
) sorted by null
/external/lua/src/
lvm.h
17
#define
cvt2str
(o) ttisnumber(o)
macro
19
#define
cvt2str
(o) 0 /* no conversion from numbers to strings */
macro
lapi.c
285
return (ttisstring(o) ||
cvt2str
(o));
376
if (!
cvt2str
(o)) { /* not convertible? */
lvm.c
455
(ttisstring(o) || (
cvt2str
(o) && (luaO_tostring(L, o), 1)))
479
if (!(ttisstring(top-2) ||
cvt2str
(top-2)) || !tostring(L, top-1))
[
all
...]
ldebug.c
592
if (ttisstring(p1) ||
cvt2str
(p1)) p1 = p2;
Completed in 250 milliseconds