Searched refs:MATCHCLASS (Results 1 – 5 of 5) sorted by relevance
106 { '=', MATCHCLASS }, { '~', MATCHNCLASS },
297 case MATCHCLASS:411 case MATCHCLASS:4992 if ((str[0] & 0377) == MATCHCLASS)
1185 case MATCHCLASS:1320 if ((rp[0] & 0377) == MATCHCLASS)
915 if (c == MATCHCLASS || c == MATCHNCLASS)
1305 #define MATCHCLASS ((unsigned char)0223) /* match one token in a class */ macro