Searched refs:num_choices (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dxmlppd.c203 num_choices = 0; local
415 num_choices = 0;
456 (void) sprintf(buf, "%d", num_choices);
457 stp_mxmlElementSetAttr(option, "num_choices", buf);
481 num_choices++;
495 (void) sprintf(buf, "%d", num_choices);
496 stp_mxmlElementSetAttr(option, "num_choices", buf);
H A Dprint-ps.c290 int num_choices; local
380 num_choices = atoi(stp_mxmlElementGetAttr(option, "num_choices"));
386 description->category, num_choices, defchoice);
389 for (i=0; i < num_choices; i++)

Completed in 95 milliseconds