Home | History | Annotate | Download | only in libxml2

Lines Matching refs:determinist

261     int determinist;
273 int determinist;
304 int determinist; /* did we find an indeterministic behaviour */
436 ret->determinist = ctxt->determinist;
437 if (ret->determinist == -1) {
441 if ((ret->determinist != 0) &&
580 * states then it means the automata is not determinist and
586 ret->determinist = 0;
615 ret->determinist = 1;
687 ret->determinist = -1;
1116 fprintf(output, "last not determinist, ");
1118 fprintf(output, "not determinist, ");
2553 * Check whether the associated regexp is determinist,
2603 * Check whether the associated regexp is determinist,
2619 if (ctxt->determinist != -1)
2620 return(ctxt->determinist);
2684 /* not determinist ! */
2732 ctxt->determinist = ret;
3143 exec->determinist = 1;
3396 exec->determinist = 0;
3465 exec->determinist = 1;
4043 exec->determinist = 0;
4518 exec->determinist = 0;
5446 * Check if the regular expression is determinist
5457 if (comp->determinist != -1)
5458 return(comp->determinist);
5472 am->determinist = -1;
6223 * Checks if an automata is determinist.
7349 * TODO: assumption here that we are determinist