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

/netbsd-current/external/bsd/byacc/dist/
H A Dgraph.c9 static void graph_state(int stateno);
56 graph_state(int stateno) argument
61 larno = (unsigned)lookaheads[stateno];
62 fprintf(graph_file, "\n\tq%d [label=\"%d:\\l", stateno, stateno);
H A Dmkpar.c22 static action *add_reductions(int stateno, action *actions);
23 static action *get_shifts(int stateno);
24 static action *parse_actions(int stateno);
25 static int sole_reduction(int stateno);
69 parse_actions(int stateno) argument
73 actions = get_shifts(stateno);
74 actions = add_reductions(stateno, actions);
79 get_shifts(int stateno) argument
86 sp = shift_table[stateno];
114 add_reductions(int stateno, actio argument
351 sole_reduction(int stateno) argument
[all...]
H A Dverbose.c12 static void print_actions(int stateno);
15 static void print_gotos(int stateno);
252 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];
273 print_gotos(stateno);
349 print_gotos(int stateno) argument
356 sp = shift_table[stateno];
[all...]
H A Dlalr.c18 static void add_lookback_edge(int stateno, int ruleno, int gotono);
302 int stateno = to_state[i]; local
304 sp = shift_table[stateno];
322 edge[nedges++] = map_goto(stateno, symbol);
364 Value_t stateno; local
385 stateno = state1;
390 sp = shift_table[stateno];
395 stateno = sp->shift[j];
396 if (accessing_symbol[stateno] == symbol2)
400 states[length++] = stateno;
445 add_lookback_edge(int stateno, int ruleno, int gotono) argument
[all...]
/netbsd-current/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-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c172387 YYACTIONTYPE stateno; /* The state-number, or reduce action in SHIFTREDUCE */ member in struct:yyStackEntry
173491 int stateno, iLookAhead, i; local
173578 yy_find_reduce_action( YYACTIONTYPE stateno, YYCODETYPE iLookAhead ) argument
231381 fts5YYACTIONTYPE stateno; /* The state-number, or reduce action in SHIFTREDUCE */ member in struct:fts5yyStackEntry
231752 int stateno, iLookAhead, i; local
231839 fts5yy_find_reduce_action( fts5YYACTIONTYPE stateno, fts5YYCODETYPE iLookAhead ) argument
[all...]

Completed in 555 milliseconds