• Home
  • Raw
  • Download

Lines Matching refs:ppd_file_t

91 static int	check_constraints(ppd_file_t *ppd, int errors, int verbose,
93 static int check_case(ppd_file_t *ppd, int errors, int verbose);
94 static int check_defaults(ppd_file_t *ppd, int errors, int verbose,
96 static int check_duplex(ppd_file_t *ppd, int errors, int verbose,
98 static int check_filters(ppd_file_t *ppd, const char *root, int errors,
100 static int check_profiles(ppd_file_t *ppd, const char *root, int errors,
102 static int check_sizes(ppd_file_t *ppd, int errors, int verbose, int warn);
103 static int check_translations(ppd_file_t *ppd, int errors, int verbose,
105 static void show_conflicts(ppd_file_t *ppd, const char *prefix);
106 static int test_raster(ppd_file_t *ppd, int verbose);
138 ppd_file_t *ppd; /* PPD file record */ in main()
1738 check_constraints(ppd_file_t *ppd, /* I - PPD file */ in check_constraints()
2052 check_case(ppd_file_t *ppd, /* I - PPD file */ in check_case()
2161 check_defaults(ppd_file_t *ppd, /* I - PPD file */ in check_defaults()
2244 check_duplex(ppd_file_t *ppd, /* I - PPD file */ in check_duplex()
2314 check_filters(ppd_file_t *ppd, /* I - PPD file */ in check_filters()
2967 check_profiles(ppd_file_t *ppd, /* I - PPD file */ in check_profiles()
3112 check_sizes(ppd_file_t *ppd, /* I - PPD file */ in check_sizes()
3409 check_translations(ppd_file_t *ppd, /* I - PPD file */ in check_translations()
3700 show_conflicts(ppd_file_t *ppd, /* I - PPD to check */ in show_conflicts()
3801 test_raster(ppd_file_t *ppd, /* I - PPD file */ in test_raster()