OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:midrule
(Results
1 - 4
of
4
) sorted by null
/external/bison/src/
symlist.h
56
/* If this symbol is the generated lhs for a
midrule
but this is the rule in
57
whose rhs it appears,
MIDRULE
= a pointer to that
midrule
. */
58
struct symbol_list *
midrule
;
member in struct:symbol_list
60
/* If this symbol is the generated lhs for a
midrule
and this is that
61
midrule
, MIDRULE_PARENT_RULE = a pointer to the rule in whose rhs it
reader.c
269
if ((s->
midrule
&& s->
midrule
->action_props.is_value_used)
376
/* Make a DUMMY nonterminal, whose location is that of the
midrule
377
action. Create the
MIDRULE
. */
local
380
symbol_list *
midrule
= symbol_list_sym_new (dummy, dummy_location);
390
midrule
->location = dummy_location;
391
code_props_rule_action_init (&
midrule
->action_props,
394
midrule
, 0);
398
previous_rule_end->next =
midrule
;
400
grammar =
midrule
;
[
all
...]
symlist.c
41
res->
midrule
= NULL;
/external/bison/tests/
testsuite
[
all
...]
Completed in 64 milliseconds