Home | History | Annotate | Download | only in libxml2

Lines Matching full:determinist

267     int determinist;
280 int determinist;
312 int determinist; /* did we find an indeterministic behaviour */
446 ret->determinist = ctxt->determinist;
448 if (ret->determinist == -1) {
452 if ((ret->determinist != 0) &&
591 * states then it means the automata is not determinist and
597 ret->determinist = 0;
626 ret->determinist = 1;
698 ret->determinist = -1;
1127 fprintf(output, "last not determinist, ");
1129 fprintf(output, "not determinist, ");
2583 * Check whether the associated regexp is determinist,
2642 * Check whether the associated regexp is determinist,
2659 if (ctxt->determinist != -1)
2660 return(ctxt->determinist);
2784 ctxt->determinist = ret;
3197 exec->determinist = 1;
3450 exec->determinist = 0;
3521 exec->determinist = 1;
4099 exec->determinist = 0;
4574 exec->determinist = 0;
5518 * Check if the regular expression is determinist
5529 if (comp->determinist != -1)
5530 return(comp->determinist);
5544 am->determinist = -1;
5550 comp->determinist = ret;
6310 * Checks if an automata is determinist.
7438 * TODO: assumption here that we are determinist