Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/cscope-fast/
H A Dcgrep.c88 Literal, Dot, Charclass, EOP, enumerator
480 if (e->type != Charclass) { in eptr()
542 case Charclass: return ((BOOL)(CCL_CHK((uchar_t *)e->r, a))); in match()
593 case Charclass: in first_lit()
777 case Charclass: in epr()
957 case '[': toktype = Charclass; break; in lex()
1060 case Charclass: in d3()
1068 e = newexpr(Charclass, '[', (Expr *)NULL, (Expr *)NULL); in d3()
1112 (toktype == Backslash) || (toktype == Charclass)) { in d1()