Searched refs:num_consts (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/cups/
H A Dppd.h326 int num_consts; /* Number of UI/Non-UI constraints */ member in struct:ppd_file_s
H A Dtestppd.c1057 for (i = ppd->num_consts, c = ppd->consts; i > 0; i --, c ++)
1060 if (ppd->num_consts == 0)
H A Dppd.c213 if (ppd->num_consts > 0)
1697 if (ppd->num_consts == 0)
1701 (ppd->num_consts + 2) * sizeof(ppd_const_t));
1711 constraint += ppd->num_consts;
1712 ppd->num_consts ++;
H A Dconflicts.c759 for (i = ppd->num_consts, oldconst = ppd->consts; i > 0; i --, oldconst ++)
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-import.cxx225 for (i = ppd->num_consts, constraint = ppd->consts;
/macosx-10.9.5/swig-10/Source/Modules/
H A Dperl5.cxx112 static int num_consts = 0; /* Number of constants */ variable
504 if (num_consts > 0) {
1022 num_consts++;
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcupstestppd.c1618 _cupsLangPrintf(stdout, " num_consts = %d",
1619 ppd->num_consts);
1620 for (j = 0; j < ppd->num_consts; j ++)
1979 for (i = ppd->num_consts, c = ppd->consts; i > 0; i --, c ++)
3673 for (i = ppd->num_consts, c = ppd->consts; i > 0; i --, c ++)

Completed in 252 milliseconds