Home
last modified time | relevance | path

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

/freebsd-11-stable/gnu/usr.bin/grep/
HDdfa.h54 #define NOTCHAR (1 << CHARBITS) macro
62 #define CHARCLASS_INTS ((NOTCHAR + INTBITS - 1) / INTBITS)
81 EMPTY = NOTCHAR, /* EMPTY is a terminal symbol that matches
HDdfa.c187 else if (t < NOTCHAR) in prtok()
981 for (c2 = 0; c2 < NOTCHAR; ++c2) in lex()
1026 for (c2 = 0; c2 < NOTCHAR; ++c2) in lex()
1061 for (c = 0; c < NOTCHAR; ++c) { in lex()
1130 else if (t < NOTCHAR) in addtok()
1207 if ((tok >= 0 && tok < NOTCHAR) || tok >= CSET || tok == BACKREF in atom()
1226 while (cur_mb_index > 1 && tok >= 0 && tok < NOTCHAR) in atom()
1562 if (d->tokens[s->elems[i].index] >= NOTCHAR in epsclosure()
1848 if (d->tokens[i] < NOTCHAR || d->tokens[i] == BACKREF in dfaanalyze()
1934 position_set grps[NOTCHAR]; /* As many as will ever be needed. */ in dfastate()
[all …]