Lines Matching defs:subreport
423 struct uclogic_params_pen_subreport *subreport;
440 /* Try to match a subreport */
441 for (subreport = params->pen.subreport_list;
442 subreport < subreport_list_end; subreport++) {
443 if (subreport->value != 0 &&
444 subreport->value == data[1]) {
448 /* If a subreport matched */
449 if (subreport < subreport_list_end) {
450 /* Change to subreport ID, and restart */
451 report_id = data[0] = subreport->id;