Searched defs:isnum (Results 1 – 12 of 12) sorted by relevance
69 #define isnum(c) (((c) >= '0') && ((c) <= '9')) in devparse() macro
119 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() macro
219 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() macro
431 int isnum; in luaL_checknumber() local454 int isnum; in luaL_checkinteger() local893 int isnum; in luaL_len() local
254 int isnum; in getfield() local
389 int isnum = tonumber(o, &n); in lua_tonumberx() local400 int isnum = tointeger(o, &res); in lua_tointegerx() local
122 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() macro
145 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() macro
184 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() macro
2990 int isnum; local
1494 #define isnum(c) ((c) >= '0' && (c) <= '9') in biosdisk_find_raid() macro