Searched refs:MATCHCLASS (Results 1 – 5 of 5) sorted by relevance
109 { '=', MATCHCLASS }, { '~', MATCHNCLASS },
235 case MATCHCLASS:349 case MATCHCLASS:4031 if ((str[0] & 0377) == MATCHCLASS)
1144 case MATCHCLASS:1279 if ((rp[0] & 0377) == MATCHCLASS)
848 if (c == MATCHCLASS || c == MATCHNCLASS)
1056 #define MATCHCLASS ((unsigned char)0223) /* match one token in a class */ macro