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, ");
2578 * Check whether the associated regexp is determinist,
2637 * Check whether the associated regexp is determinist,
2654 if (ctxt->determinist != -1)
2655 return(ctxt->determinist);
2779 ctxt->determinist = ret;
3190 exec->determinist = 1;
3443 exec->determinist = 0;
3514 exec->determinist = 1;
4092 exec->determinist = 0;
4567 exec->determinist = 0;
5510 * Check if the regular expression is determinist
5521 if (comp->determinist != -1)
5522 return(comp->determinist);
5536 am->determinist = -1;
5542 comp->determinist = ret;
6304 * Checks if an automata is determinist.
7432 * TODO: assumption here that we are determinist