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

/freebsd-10.1-release/contrib/byacc/
H A Dlr0.c6 static Value_t get_state(int symbol);
31 static Value_t *shift_symbol;
33 static Value_t *redset;
34 static Value_t *shiftset;
36 static Value_t **kernel_base;
37 static Value_t **kernel_end;
38 static Value_t *kernel_items;
43 Value_t *itemp;
44 Value_t *item_end;
49 Value_t *symbol_coun
[all...]
H A Dlalr.c8 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_map;
38 Value_t *from_stat
[all...]
H A Dmkpar.c36 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;
79 Value_t
[all...]
H A Doutput.c16 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 *po
[all...]
H A Dgraph.c54 Value_t *isp;
56 Value_t *sp;
57 Value_t *sp1;
H A Dclosure.c5 Value_t *itemset;
6 Value_t *itemsetend;
23 Value_t *sp;
62 Value_t *rp;
109 closure(Value_t *nucleus, int n)
114 Value_t *csp;
119 Value_t *csend;
122 Value_t itemno;
187 Value_t *isp;
H A Dmain.c80 Value_t nitems;
81 Value_t nrules;
82 Value_t nsyms;
83 Value_t ntokens;
84 Value_t nvars;
86 Value_t start_symbol;
89 Value_t *symbol_value;
90 Value_t *symbol_prec;
97 Value_t *symbol_pval;
106 Value_t *rite
[all...]
H A Dverbose.c16 static Value_t *null_rules;
26 null_rules = TMALLOC(Value_t, nrules);
68 Value_t *p;
178 Value_t *sp;
179 Value_t *sp1;
211 Value_t i, j, k, nnulls;
233 for (k = (Value_t) (nnulls - 1); k > j; --k)
351 Value_t *to_state2;
H A Dreader.c42 static Value_t prec;
987 static Value_t
991 Value_t n;
995 n = (Value_t) (10 * n + (c - '0'));
1085 Value_t value;
1409 rprec = TMALLOC(Value_t, maxrules);
1440 rprec = TREALLOC(Value_t, rprec, maxrules);
1622 Value_t *offsets = NULL, maxoffset;
1635 offsets = TMALLOC(Value_t, maxoffset + 1);
1640 offsets[++j] = (Value_t) (
[all...]

Completed in 178 milliseconds