Home
last modified time | relevance | path

Searched defs:is_digit (Results 1 – 4 of 4) sorted by relevance

/csrg-svn/sys/tahoe/stand/vdformat/
H A Dcmd.h26 #define is_digit(c) (((c) >= '0') && ((c) <= '9')) macro
/csrg-svn/games/rogue/
H A Dmessage.c326 is_digit(ch) in is_digit() function
/csrg-svn/games/larn/
H A Ddata.c560 char is_digit[]= /* isdigit[character] = TRUE || FALSE */ variable
/csrg-svn/lib/libc/stdio/
H A Dvfprintf.c100 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro