Searched defs:isnum (Results 1 – 8 of 8) sorted by relevance
421 int isnum; in luaL_checknumber() local443 int isnum; in luaL_checkinteger() local851 int isnum; in luaL_len() local
252 int isnum; in getfield() local
358 int isnum = tonumber(o, &n); in lua_tonumberx() local368 int isnum = tointeger(o, &res); in lua_tointegerx() local
61 def isnum(s): function
16 def isnum(x): function
17 def isnum(x): function
220 #define isnum(n) ((n)->tval & NUM) macro
215 def isnum(cls, nextchar): member in _timelex