OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:midrule
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
symlist.h
37
struct symbol_list *
midrule
;
member in struct:symbol_list
reader.c
227
|| (s->
midrule
&& s->
midrule
->used));
312
/* Make a DUMMY nonterminal, whose location is that of the
midrule
313
action. Create the
MIDRULE
. */
local
316
symbol_list *
midrule
= symbol_list_new (dummy, dummy_location);
323
midrule
->location = dummy_location;
324
midrule
->action = current_rule->action;
325
midrule
->action_location = dummy_location;
329
midrule
->used = current_rule->used;
333
previous_rule_end->next =
midrule
;
[
all
...]
Completed in 112 milliseconds