ISPUNCT 1604 src/regex-emacs.c case RECC_PUNCT: return ISPUNCT (ch) != 0; ISPUNCT 3629 src/regex-emacs.c (class_bits & BIT_PUNCT && ISPUNCT (c)) ||