Searched defs:CHsub (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ | ||
| H A D | regex2.h | 95 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */ 97 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) macro |
Completed in 3 milliseconds