HomeSort by relevance Sort by last modified time
    Searched refs:cvt2num (Results 1 - 2 of 2) sorted by null

  /external/lua/src/
lvm.h 24 #define cvt2num(o) ttisstring(o) macro
26 #define cvt2num(o) 0 /* no conversion from strings to numbers */ macro
lvm.c 78 else if (cvt2num(obj) && /* string convertible to number? */
111 else if (cvt2num(obj) &&
    [all...]

Completed in 229 milliseconds