Searched refs:NOTCHAR (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h34 #define NOTCHAR (1 << CHARBITS) macro
42 #define CHARCLASS_INTS ((NOTCHAR + INTBITS - 1) / INTBITS)
61 EMPTY = NOTCHAR, /* EMPTY is a terminal symbol that matches
290 if tokens[i] < NOTCHAR
H A Ddfa.c160 else if (t < NOTCHAR)
954 for (c2 = 0; c2 < NOTCHAR; ++c2)
999 for (c2 = 0; c2 < NOTCHAR; ++c2)
1037 for (c = 0; c < NOTCHAR; ++c) {
1108 else if (t < NOTCHAR)
1185 if ((tok >= 0 && tok < NOTCHAR) || tok >= CSET || tok == BACKREF
1204 while (cur_mb_index > 1 && tok >= 0 && tok < NOTCHAR)
1542 if (d->tokens[s->elems[i].index] >= NOTCHAR
1828 if (d->tokens[i] < NOTCHAR || d->tokens[i] == BACKREF
1914 position_set grps[NOTCHAR]; /* A
[all...]

Completed in 27 milliseconds