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

/macosx-10.10.1/cups-408/cups/cups/
H A Dppd.h326 int num_consts; /* Number of UI/Non-UI constraints */ member in struct:ppd_file_s
H A Dtestppd.c1055 for (i = ppd->num_consts, c = ppd->consts; i > 0; i --, c ++)
1058 if (ppd->num_consts == 0)
H A Dppd.c171 if (ppd->num_consts > 0)
1653 if (ppd->num_consts == 0)
1656 constraint = realloc(ppd->consts, (size_t)(ppd->num_consts + 2) * sizeof(ppd_const_t));
1666 constraint += ppd->num_consts;
1667 ppd->num_consts ++;
H A Dconflicts.c745 for (i = ppd->num_consts, oldconst = ppd->consts; i > 0; i --, oldconst ++)
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-import.cxx225 for (i = ppd->num_consts, constraint = ppd->consts;
/macosx-10.10.1/swig-12/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.10.1/cups-408/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 206 milliseconds