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

/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dgraph.c9 static void graph_state(int stateno);
56 graph_state(int stateno) argument
63 larno = (unsigned)lookaheads[stateno];
64 fprintf(graph_file, "\n\tq%d [label=\"%d:\\l", stateno, stateno);
H A Dmkpar.c10 static action *add_reductions(int stateno, action *actions);
11 static action *get_shifts(int stateno);
12 static action *parse_actions(int stateno);
13 static int sole_reduction(int stateno);
57 parse_actions(int stateno) argument
61 actions = get_shifts(stateno);
62 actions = add_reductions(stateno, actions);
67 get_shifts(int stateno) argument
76 sp = shift_table[stateno];
101 add_reductions(int stateno, actio argument
327 sole_reduction(int stateno) argument
[all...]
H A Dverbose.c11 static void print_actions(int stateno);
14 static void print_gotos(int stateno);
235 print_actions(int stateno) argument
241 if (stateno == final_state)
244 p = parser[stateno];
248 print_reductions(p, defred[stateno]);
251 sp = shift_table[stateno];
256 print_gotos(stateno);
321 print_gotos(int stateno) argument
329 sp = shift_table[stateno];
[all...]
H A Dlalr.c18 static void add_lookback_edge(int stateno, int ruleno, int gotono);
286 int stateno; local
300 stateno = to_state[i];
301 sp = shift_table[stateno];
319 edge[nedges++] = map_goto(stateno, symbol);
363 Value_t stateno; local
385 stateno = state1;
390 sp = shift_table[stateno];
395 stateno = sp->shift[j];
396 if (accessing_symbol[stateno]
445 add_lookback_edge(int stateno, int ruleno, int gotono) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dmisc.c335 if(lp->stateno == l)
341 lp->stateno = l;
H A Dinit.c209 lp->stateno = 0;
H A Ddefs.h197 ftnint stateno;
196 ftnint stateno; member in struct:labelblock
H A Dproc.c80 if(lp->stateno!=0 && lp->labdefined==NO)
82 convic(lp->stateno) );
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c108442 YYACTIONTYPE stateno; /* The state-number */ member in struct:yyStackEntry
109129 int stateno = pParser->yystack[pParser->yyidx].stateno; local
109189 yy_find_reduce_action( int stateno, YYCODETYPE iLookAhead ) argument
[all...]

Completed in 398 milliseconds