Home
last modified time | relevance | path

Searched refs:max_annotationsp (Results 1 – 1 of 1) sorted by relevance

/external/bison/src/
Dielr.c485 AnnotationIndex *max_annotationsp, in ielr_compute_annotation_lists() argument
516 *max_annotationsp = 0; in ielr_compute_annotation_lists()
519 if (annotation_counts[i] > *max_annotationsp) in ielr_compute_annotation_lists()
520 *max_annotationsp = annotation_counts[i]; in ielr_compute_annotation_lists()
535 *max_annotationsp); in ielr_compute_annotation_lists()