Searched refs:MATCHCLASS (Results 1 – 5 of 5) sorted by relevance
107 { '=', MATCHCLASS }, { '~', MATCHNCLASS },
284 case MATCHCLASS:398 case MATCHCLASS:4725 if ((str[0] & 0377) == MATCHCLASS)
1152 case MATCHCLASS:1287 if ((rp[0] & 0377) == MATCHCLASS)
848 if (c == MATCHCLASS || c == MATCHNCLASS)
1196 #define MATCHCLASS ((unsigned char)0223) /* match one token in a class */ macro