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

/freebsd-11-stable/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);
287 int stateno; local
301 stateno = to_state[i];
302 sp = shift_table[stateno];
320 edge[nedges++] = map_goto(stateno, symbol);
364 Value_t stateno; local
386 stateno = state1;
391 sp = shift_table[stateno];
396 stateno = sp->shift[j];
397 if (accessing_symbol[stateno]
446 add_lookback_edge(int stateno, int ruleno, int gotono) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c158395 YYACTIONTYPE stateno; /* The state-number, or reduce action in SHIFTREDUCE */ member in struct:yyStackEntry
159491 int stateno, iLookAhead, i; local
159578 yy_find_reduce_action( YYACTIONTYPE stateno, YYCODETYPE iLookAhead ) argument
212957 fts5YYACTIONTYPE stateno; /* The state-number, or reduce action in SHIFTREDUCE */ member in struct:fts5yyStackEntry
213328 int stateno, iLookAhead, i; local
213415 fts5yy_find_reduce_action( fts5YYACTIONTYPE stateno, fts5YYCODETYPE iLookAhead ) argument
[all...]
/freebsd-11-stable/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 760 milliseconds