Home
last modified time | relevance | path

Searched defs:isdigit (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/ape/lib/ap/gen/
H A Disalnum.c17 int isdigit(int c){ return (_ctype+1)[c]&_ISdigit; } in isdigit() function
/plan9/sys/include/ape/
H A Dctype.h42 #define isdigit(c) (_ctype[(unsigned char)(c)]&_ISdigit) macro
/plan9/sys/include/
H A Dctype.h18 #define isdigit(c) (_ctype[(unsigned char)(c)]&_N) macro
/plan9/sys/src/cmd/cb/
H A Dcbtype.h16 #define isdigit(c) ((_cbtype_+1)[c]&_N) macro
/plan9/sys/src/cmd/
H A Dlook.c11 #define isdigit(r) (L'0' <= (r) && (r) <= L'9') macro
/plan9/sys/src/cmd/plot/
H A Dplot.c208 int isdigit(int c) in isdigit() function
/plan9/sys/src/cmd/graph/
H A Dgraph.c266 isdigit(char c){ in isdigit() function