Searched refs:stateno (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DLalr.pm22 GOTOS => { nterm => stateno }
24 CONFLICTS=>{ SOLVED => { stateno => [ ruleno, token, solved ] },
26 DETAIL => { stateno => { TOTAL => [ nbsr, nbrr ] }
114 for my $stateno (0..$#$states) {
117 $text.="State $stateno:\n\n";
121 or $$a[1] <=> $$b[1] } @{$$states[$stateno]{'CORE'}}) {
134 for (keys(%{$$states[$stateno]{ACTIONS}})) {
135 my($term,$action)=($_,$$states[$stateno]{ACTIONS}{$_});
184 exists($$self{CONFLICTS}{FORCED}{DETAIL}{$stateno})
185 and push(@reduces,@{$$self{CONFLICTS}{FORCED}{DETAIL}{$stateno}{LIS
[all...]
H A DDriver.pm253 my($actions,$act,$stateno);
255 $stateno=$$stack[-1][0];
256 $actions=$$states[$stateno];
260 #DBG> and print STDERR "In state $stateno:\n";
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DParser.pm751 my ($state, $stateno, $status, $action, $lookup, $coderet, @codevars);
780 $stateno = $stack->[-1]->[0];
781 $state = $states->[$stateno];
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlregexp.c561 int stateno, atomno, targetno, prev; local
565 stateno = stateRemap[i];
566 if (stateno == -1)
570 transitions[stateno * (nbatoms + 1)] = state->type;
594 prev = transitions[stateno * (nbatoms + 1) + atomno + 1];
618 transitions[stateno * (nbatoms + 1) + atomno + 1] =
621 transdata[stateno * nbatoms + atomno] =
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlregexp.c557 int stateno, atomno, targetno, prev; local
561 stateno = stateRemap[i];
562 if (stateno == -1)
566 transitions[stateno * (nbatoms + 1)] = state->type;
590 prev = transitions[stateno * (nbatoms + 1) + atomno + 1];
614 transitions[stateno * (nbatoms + 1) + atomno + 1] =
617 transdata[stateno * nbatoms + atomno] =
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c106385 YYACTIONTYPE stateno; /* The state-number */ member in struct:yyStackEntry
107072 int stateno = pParser->yystack[pParser->yyidx].stateno; local
107132 yy_find_reduce_action( int stateno, YYCODETYPE iLookAhead ) argument
[all...]

Completed in 390 milliseconds