Home
last modified time | relevance | path

Searched refs:have_pdf (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/pinpoint/pinpoint-0.1.4/
H A Dconfigure.ac30 [no], [have_pdf="no (disabled)"],
32 have_pdf="yes",
35 have_pdf="yes",
36 have_pdf="no")],
38 AC_MSG_RESULT([$have_pdf])
39 AS_IF([test "x$have_pdf" = "xyes"], [
42 AM_CONDITIONAL([HAVE_PDF], [test "x$have_pdf" = "xyes"])
132 echo " PDF : $have_pdf"
H A Dconfigure3950 have_pdf="no (disabled)" ;; #(
3958 have_pdf="yes"
3969 have_pdf="yes"
3971 have_pdf="no"
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_pdf" >&5
3977 $as_echo "$have_pdf" >&6; }
3978 if test "x$have_pdf" = "xyes"; then :
3985 if test "x$have_pdf" = "xyes"; then
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/escl/
H A Descl_newjob.c171 int have_pdf = scanner->caps[scanner->source].have_pdf; in escl_newjob() local
173 if ((scanner->source == PLATEN && have_pdf == -1) || in escl_newjob()
190 strdup(scanner->caps[scanner->source].DocumentFormats[have_pdf]); in escl_newjob()
H A Descl_capabilities.c194 …SANE_Bool have_jpeg = SANE_FALSE, have_png = SANE_FALSE, have_tiff = SANE_FALSE, have_pdf = SANE_F… in find_valor_of_array_variables() local
199 scanner->caps[type].have_pdf = -1; in find_valor_of_array_variables()
224 have_pdf = SANE_TRUE; in find_valor_of_array_variables()
225 scanner->caps[type].have_pdf = i; in find_valor_of_array_variables()
229 if (have_pdf) in find_valor_of_array_variables()
H A Descl.h141 int have_pdf; member
/dports/math/gretl/gretl-2021d/gui/
H A Dgraph_page.c652 int len0, have_pdf; in gpage_switch_compiler() local
668 have_pdf = (strcmp(test, "pdf") == 0); in gpage_switch_compiler()
670 if (term == GP_TERM_PDF && !have_pdf) { in gpage_switch_compiler()
676 } else if (term != GP_TERM_PDF && have_pdf) { in gpage_switch_compiler()
H A Dfncall.c555 int have_pdf = 0; in fncall_help() local
562 have_pdf = function_package_has_PDF_doc(cinfo->pkg, &pdfname); in fncall_help()
564 if (have_pdf && !show_ghlp) { in fncall_help()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Ddest.c3249 int have_pdf = 0; /* Have PDF? */ local
3256 have_pdf = 1;
3264 if (!have_pdf)
/dports/print/cups/cups-2.3.3op2/cups/
H A Ddest.c3093 int have_pdf = 0, /* Have PDF? */ in cups_dnssd_query_cb() local
3100 have_pdf = 1; in cups_dnssd_query_cb()
3114 if (!have_pdf && !have_raster) in cups_dnssd_query_cb()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiView.cpp4301 bool const have_pdf = pdfname.exists(); in dispatch() local
4302 if (!have_dvi && !have_pdf) { in dispatch()
4308 if (!have_dvi || (have_pdf && in dispatch()