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

/freebsd-10.1-release/contrib/byacc/
H A Dgraph.c5 static void graph_state(int stateno);
52 graph_state(int stateno) argument
59 larno = (unsigned)lookaheads[stateno];
60 fprintf(graph_file, "\n\tq%d [label=\"%d:\\l", stateno, stateno);
H A Dmkpar.c17 static action *add_reductions(int stateno, action *actions);
18 static action *get_shifts(int stateno);
19 static action *parse_actions(int stateno);
20 static int sole_reduction(int stateno);
64 parse_actions(int stateno) argument
68 actions = get_shifts(stateno);
69 actions = add_reductions(stateno, actions);
74 get_shifts(int stateno) argument
83 sp = shift_table[stateno];
108 add_reductions(int stateno, actio argument
342 sole_reduction(int stateno) argument
[all...]
H A Dverbose.c7 static void print_actions(int stateno);
10 static void print_gotos(int stateno);
251 print_actions(int stateno) argument
257 if (stateno == final_state)
260 p = parser[stateno];
264 print_reductions(p, defred[stateno]);
267 sp = shift_table[stateno];
272 print_gotos(stateno);
347 print_gotos(int stateno) argument
355 sp = shift_table[stateno];
[all...]
H A Dlalr.c14 static void add_lookback_edge(int stateno, int ruleno, int gotono);
282 int stateno; local
296 stateno = to_state[i];
297 sp = shift_table[stateno];
315 edge[nedges++] = map_goto(stateno, symbol);
359 Value_t stateno; local
381 stateno = state1;
386 sp = shift_table[stateno];
391 stateno = sp->shift[j];
392 if (accessing_symbol[stateno]
441 add_lookback_edge(int stateno, int ruleno, int gotono) argument
[all...]
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c110979 YYACTIONTYPE stateno; /* The state-number */ member in struct:yyStackEntry
111670 int stateno = pParser->yystack[pParser->yyidx].stateno; local
111730 yy_find_reduce_action( int stateno, YYCODETYPE iLookAhead ) argument
[all...]
/freebsd-10.1-release/crypto/heimdal/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 476 milliseconds