OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_item
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
ielr.c
618
size_t
t_item
;
local
620
for (
t_item
= 0;
t_item
< t->nitems; ++
t_item
)
628
aver (t->items[
t_item
] != 0);
629
if (t->items[
t_item
] > 1
630
&& !bitset_empty_p (lookahead_filter[
t_item
]))
632
if (item_number_is_rule_number (ritem[t->items[
t_item
] - 2]))
635
for (rule_item = t->items[
t_item
];
642
lookaheads[
t_item
]);
[
all
...]
/prebuilts/misc/linux-x86/bison/
bison
Completed in 1582 milliseconds