Home
last modified time | relevance | path

Searched defs:isnum (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/cobalt/stand/boot/
H A Ddevopen.c69 #define isnum(c) (((c) >= '0') && ((c) <= '9')) in devparse() macro
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Ddevopen.c69 #define isnum(c) (((c) >= '0') && ((c) <= '9')) in devparse() macro
/netbsd-src/sys/arch/i386/stand/dosboot/
H A Dmain.c119 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() macro
/netbsd-src/sys/arch/i386/stand/boot/
H A Dboot2.c219 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() macro
/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.c431 int isnum; in luaL_checknumber() local
454 int isnum; in luaL_checkinteger() local
893 int isnum; in luaL_len() local
H A Dloslib.c254 int isnum; in getfield() local
H A Dlapi.c389 int isnum = tonumber(o, &n); in lua_tonumberx() local
400 int isnum = tointeger(o, &res); in lua_tointegerx() local
/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dboot.c122 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() macro
/netbsd-src/sys/arch/landisk/stand/boot/
H A Dboot2.c145 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() macro
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dboot.c184 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() macro
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcfparse.y2990 int isnum; local
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbiosdisk.c1494 #define isnum(c) ((c) >= '0' && (c) <= '9') in biosdisk_find_raid() macro