Lines Matching refs:ritem
55 item_end = ritem + nitems; in allocate_itemsets()
56 for (itemp = ritem; itemp < item_end; itemp++) in allocate_itemsets()
265 Value_t symbol = ritem[j]; in new_itemsets()
343 while (ritem[j] >= 0) in show_cores()
345 printf("%s :", symbol_name[rlhs[-ritem[j]]]); in show_cores()
346 j = rrhs[-ritem[j]]; in show_cores()
348 printf(" %s", symbol_name[ritem[j++]]); in show_cores()
350 while (ritem[j] >= 0) in show_cores()
351 printf(" %s", symbol_name[ritem[j++]]); in show_cores()
366 printf("ritem[%d] = %d\n", i, ritem[i]); in show_ritems()
445 int item = ritem[*isp]; in save_reductions()
558 while ((j = ritem[i]) >= 0) in set_nullable()