Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c252 static BOOL first_lit(Positionset *fpos, Expr *e);
457 if (!first_lit(&r->firstpos, r->root->l)) { in eginit()
562 (void) first_lit(fpos, e); in follow()
570 if (e == p->r || !first_lit(fpos, p->r)) in follow()
583 first_lit(Positionset *fpos, Expr *e) in first_lit() function
596 (void) first_lit(fpos, e->l); in first_lit()
599 return (first_lit(fpos, e->l)); in first_lit()
601 return ((BOOL)(first_lit(fpos, e->l) || first_lit(fpos, e->r))); in first_lit()
603 k = first_lit(fpos, e->r); in first_lit()
604 return ((BOOL)(first_lit(fpos, e->l) && k)); in first_lit()