Lines Matching refs:determinist
263 int determinist;
276 int determinist;
308 int determinist; /* did we find an indeterministic behaviour */
442 ret->determinist = ctxt->determinist;
444 if (ret->determinist == -1) {
448 if ((ret->determinist != 0) &&
587 * states then it means the automata is not determinist and
593 ret->determinist = 0;
622 ret->determinist = 1;
694 ret->determinist = -1;
1123 fprintf(output, "last not determinist, ");
1125 fprintf(output, "not determinist, ");
2574 * Check whether the associated regexp is determinist,
2629 * Check whether the associated regexp is determinist,
2646 if (ctxt->determinist != -1)
2647 return(ctxt->determinist);
2771 ctxt->determinist = ret;
3182 exec->determinist = 1;
3435 exec->determinist = 0;
3504 exec->determinist = 1;
4082 exec->determinist = 0;
4557 exec->determinist = 0;
5496 * Check if the regular expression is determinist
5507 if (comp->determinist != -1)
5508 return(comp->determinist);
5522 am->determinist = -1;
5528 comp->determinist = ret;
6290 * Checks if an automata is determinist.
7418 * TODO: assumption here that we are determinist