• Home
  • Raw
  • Download

Lines Matching refs:find_attr

161 ppdcDriver::find_attr(const char *k,	// I - Keyword string  in find_attr()  function in ppdcDriver
426 a = find_attr("LanguageVersion", NULL); in write_ppd_file()
430 a = find_attr("LanguageEncoding", NULL); in write_ppd_file()
452 if ((a = find_attr("ModelName", NULL)) != NULL) in write_ppd_file()
464 if ((a = find_attr("ShortNickName", NULL)) != NULL) in write_ppd_file()
476 if ((a = find_attr("NickName", NULL)) != NULL) in write_ppd_file()
503 if ((a = find_attr("LanguageLevel", NULL)) != NULL) in write_ppd_file()
510 if ((a = find_attr("DefaultColorSpace", NULL)) != NULL) in write_ppd_file()
516 if ((a = find_attr("FileSystem", NULL)) != NULL) in write_ppd_file()
523 if ((a = find_attr("LandscapeOrientation", NULL)) != NULL) in write_ppd_file()
528 if ((a = find_attr("TTRasterizer", NULL)) != NULL) in write_ppd_file()
602 if ((a = find_attr("cupsVersion", NULL)) != NULL) in write_ppd_file()
808 if ((a = find_attr("?PageSize", NULL)) != NULL) in write_ppd_file()
845 if ((a = find_attr("?PageRegion", NULL)) != NULL) in write_ppd_file()
876 if ((a = find_attr("?ImageableArea", NULL)) != NULL) in write_ppd_file()
903 if ((a = find_attr("?PaperDimension", NULL)) != NULL) in write_ppd_file()
942 if ((a = find_attr("ParamCustomPageSize", "Width")) != NULL) in write_ppd_file()
956 if ((a = find_attr("ParamCustomPageSize", "Height")) != NULL) in write_ppd_file()
970 if ((a = find_attr("ParamCustomPageSize", "WidthOffset")) != NULL) in write_ppd_file()
976 if ((a = find_attr("ParamCustomPageSize", "HeightOffset")) != NULL) in write_ppd_file()
982 if ((a = find_attr("ParamCustomPageSize", "Orientation")) != NULL) in write_ppd_file()
1099 if ((a = find_attr(query, NULL)) != NULL) in write_ppd_file()
1114 if ((a = find_attr(custom, "True")) != NULL) in write_ppd_file()
1170 if ((a = find_attr("ModelName", NULL)) != NULL) in write_ppd_file()
1185 if ((a = find_attr("ShortNickName", NULL)) != NULL) in write_ppd_file()
1200 if ((a = find_attr("NickName", NULL)) != NULL) in write_ppd_file()