OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nested_id_element
(Results
1 - 1
of
1
) sorted by null
/external/checkpolicy/
policy_parse.y
786
nested_id_list :
nested_id_element
| nested_id_list
nested_id_element
788
nested_id_element
: identifier | '-' { if (insert_id("-", 0)) return -1; } identifier | nested_id_set
label
Completed in 121 milliseconds