OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rule_useful_p
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
gram.c
55
rule_useful_p
(rule *r)
function
68
return !
rule_useful_p
(r);
80
return !r->useful &&
rule_useful_p
(r);
233
grammar_rules_partial_print (out, _("Grammar"),
rule_useful_p
);
gram.h
208
bool
rule_useful_p
(rule *r);
Completed in 30 milliseconds