BIT_ALNUM 1629 src/regex-emacs.c case RECC_ALNUM: return BIT_ALNUM; BIT_ALNUM 3620 src/regex-emacs.c (class_bits & BIT_ALNUM && ISALNUM (c)) ||