Searched refs:Value_t (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | lalr.c | 8 Value_t value; 12 static Value_t map_goto(int state, int symbol); 13 static Value_t **transpose(Value_t **R, int n); 18 static void digraph(Value_t **relation); 30 Value_t *lookaheads; 31 Value_t *LAruleno; 33 Value_t *accessing_symbol; 37 Value_t *goto_base; 38 Value_t *goto_map; 39 Value_t *from_state; [all …]
|
H A D | lr0.c | 6 static Value_t get_state(int symbol); 19 Value_t nstates; 31 static Value_t *shift_symbol; 33 static Value_t *rules; 35 static Value_t *redset; 36 static Value_t *shiftset; 38 static Value_t **kernel_base; 39 static Value_t **kernel_end; 40 static Value_t *kernel_items; 45 Value_t *itemp; in allocate_itemsets() [all …]
|
H A D | defs.h | 209 typedef YYINT Value_t; typedef 226 Value_t value; 228 Value_t prec; 240 Value_t number; 241 Value_t accessing_symbol; 242 Value_t nitems; 243 Value_t items[1]; 252 Value_t number; 253 Value_t nshifts; 254 Value_t shift[1]; [all …]
|
H A D | mkpar.c | 36 Value_t *SRconflicts; 37 Value_t *RRconflicts; 38 Value_t *defred; 39 Value_t *rules_used; 40 Value_t nunused; 41 Value_t final_state; 43 static Value_t SRcount; 44 static Value_t RRcount; 78 Value_t *to_state2; in get_shifts() 84 Value_t i; in get_shifts() [all …]
|
H A D | output.c | 16 static Value_t **froms; 17 static Value_t **tos; 19 static Value_t *conflicts = NULL; 20 static Value_t nconflicts = 0; 22 static Value_t *tally; 23 static Value_t *width; 24 static Value_t *state_count; 25 static Value_t *order; 26 static Value_t *base; 27 static Value_t *pos; [all …]
|
H A D | closure.c | 5 Value_t *itemset; 6 Value_t *itemsetend; 33 Value_t *sp = derives[i]; in set_EFF() 59 Value_t *rp; in set_first_derives() 107 closure(Value_t *nucleus, int n) in closure() 111 Value_t *csp; in closure() 116 Value_t *csend; in closure() 118 Value_t itemno; in closure() 185 Value_t *isp; in print_closure()
|
H A D | main.c | 81 Value_t nitems; 82 Value_t nrules; 83 Value_t nsyms; 84 Value_t ntokens; 85 Value_t nvars; 87 Value_t start_symbol; 90 Value_t *symbol_value; 91 Value_t *symbol_prec; 99 Value_t *symbol_pval; 109 Value_t *ritem; [all …]
|
H A D | verbose.c | 16 static Value_t *null_rules; 26 null_rules = TMALLOC(Value_t, nrules); in verbose() 69 Value_t *p; in log_unused() 182 Value_t *sp = ritem + statep->items[i]; in print_core() 183 Value_t *sp1 = sp; in print_core() 208 Value_t i, j, k, nnulls; in print_nulls() 230 for (k = (Value_t)(nnulls - 1); k > j; --k) in print_nulls() 348 Value_t *to_state2; in print_gotos()
|
H A D | graph.c | 54 Value_t *isp; in graph_state() 55 Value_t *sp; in graph_state() 62 Value_t *sp1; in graph_state()
|
H A D | reader.c | 81 static Value_t prec; 1645 static Value_t 1663 return (Value_t)(n); in get_number() 1751 Value_t value; in declare_tokens() 2170 rprec = TMALLOC(Value_t, maxrules); in initialize_grammar() 2201 rprec = TREALLOC(Value_t, rprec, maxrules); in expand_rules() 2383 Value_t *offsets = NULL, maxoffset; in compile_arg() 2398 offsets = TCMALLOC(Value_t, maxoffset + 1); in compile_arg() 2403 offsets[++j] = (Value_t)(i - nitems + 1); in compile_arg() 2488 Value_t *offsets = NULL, maxoffset = 0; in can_elide_arg() [all …]
|
H A D | CHANGES | 4280 * main.c: use Value_t rather than short 4292 * lr0.c, graph.c: use Value_t rather than short 4294 * closure.c: use Value_t rather than short 4539 use the declared types Assoc_t and Value_t in some places where compiler only
|