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, ");
2532 * Check whether the associated regexp is determinist,
2582 * Check whether the associated regexp is determinist,
2598 if (ctxt->determinist != -1)
2599 return(ctxt->determinist);
2663 /* not determinist ! */
2711 ctxt->determinist = ret;
3122 exec->determinist = 1;
3374 exec->determinist = 0;
3443 exec->determinist = 1;
4021 exec->determinist = 0;
4496 exec->determinist = 0;
5488 * Check if the regular expression is determinist
5499 if (comp->determinist != -1)
5500 return(comp->determinist);
5514 am->determinist = -1;
6265 * Checks if an automata is determinist.
7391 * TODO: assumption here that we are determinist