Searched refs:hexdigits (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c201 static char hexdigits[] = "0123456789ABCDEF"; local
215 } else if ((index(legal, *sp) != 0) || (index(hexdigits, *sp) != 0)) {
246 static char hexdigits[] = "0123456789ABCDEF"; local
258 for (k=0; k < 16; ++k) if (*sp == hexdigits[k]) break;
262 for (k=0; k < 16; ++k) if (*sp == hexdigits[k]) break;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c201 static char hexdigits[] = "0123456789ABCDEF"; local
215 } else if ((index(legal, *sp) != 0) || (index(hexdigits, *sp) != 0)) {
246 static char hexdigits[] = "0123456789ABCDEF"; local
258 for (k=0; k < 16; ++k) if (*sp == hexdigits[k]) break;
262 for (k=0; k < 16; ++k) if (*sp == hexdigits[k]) break;

Completed in 38 milliseconds