Searched refs:IN_ASCII_CHAR_CLASS (Results 1 – 3 of 3) sorted by relevance
809 case IN_ASCII_CHAR_CLASS: /* [.....] */ in test_string()819 if ((int)*regexp == (int)IN_ASCII_CHAR_CLASS) { in test_string()1229 case IN_ASCII_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()1241 if ((int)*regexp == (int)(IN_ASCII_CHAR_CLASS|ZERO_OR_MORE)) { in test_string()1260 case IN_ASCII_CHAR_CLASS|ONE_OR_MORE: /* [.....]+ */ in test_string()1272 if ((int)*regexp == (int)(IN_ASCII_CHAR_CLASS|ONE_OR_MORE)) { in test_string()1297 case IN_ASCII_CHAR_CLASS | COUNT: /* [.....]{max_count,min_count} */ in test_string()1313 if ((int)*regexp == (int)(IN_ASCII_CHAR_CLASS|COUNT)) { in test_string()
54 #define IN_ASCII_CHAR_CLASS 80 macro
398 IN_ASCII_CHAR_CLASS; in regcmp()