Home
last modified time | relevance | path

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

/dports/graphics/grads/grads-1.9b4/src/
H A Dgscrpt.c33 struct gscmn *pcmn; in gsfile() local
119 rc = gsrunf(pcmn->frecd, pcmn); in gsfile()
169 if (pcmn->fprefix) free(pcmn->fprefix); in gsfree()
170 if (pcmn->ppath) free(pcmn->ppath); in gsfree()
171 free (pcmn); in gsfree()
203 if (pcmn->ffdef==NULL) pcmn->ffdef = pfdf; in gsgsfrd()
914 pcmn->rres = gsexpr(recd->epos, pcmn); in gsruns()
2558 if (pcmn->iob==NULL) pcmn->iob = iob; in gsfrd()
2680 if (pcmn->iob==NULL) pcmn->iob = iob; in gsfwt()
2776 if (iob==pcmn->iob) pcmn->iob = iob->forw; in gsfcl()
[all …]
H A Dgstmp.c26 struct gscmn *pcmn; in main() local
29 pcmn = (struct gscmn *)malloc(sizeof(struct gscmn)); in main()
32 pcmn->fname = string; in main()
33 printf ("qqq p0 %s\n",pcmn->fname); in main()
34 ifile = gsonam(pcmn, pfdf); in main()
37 printf ("prefix = -->%s<--\n",pcmn->fprefix); in main()
55 FILE *gsonam (struct gscmn *pcmn, struct gsfdef *pfdf) { in gsonam() argument
69 uname = gsstad(pcmn->fname,"\0"); in gsonam()
163 pcmn->fprefix = xname; in gsonam()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdtc.c263 const char *const *pcmn = in attach_cmap_resource() local
273 if (!pcmn) in attach_cmap_resource()
279 for (; *pcmn != 0; ++pcmn) in attach_cmap_resource()
280 if (pcmap->CMapName.size == strlen(*pcmn) && in attach_cmap_resource()
281 !memcmp(*pcmn, pcmap->CMapName.data, pcmap->CMapName.size)) in attach_cmap_resource()
283 if (*pcmn == 0) { in attach_cmap_resource()
292 if (*pcmn == 0 && !is_identity) { /* not standard */ in attach_cmap_resource()
346 if (!*pcmn) in attach_cmap_resource()
352 sprintf(pdfont->u.type0.Encoding_name, "/%s", *pcmn); in attach_cmap_resource()
353 pdfont->u.type0.CMapName.data = (const byte *)*pcmn; in attach_cmap_resource()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdtc.c263 const char *const *pcmn = in attach_cmap_resource() local
273 if (!pcmn) in attach_cmap_resource()
279 for (; *pcmn != 0; ++pcmn) in attach_cmap_resource()
280 if (pcmap->CMapName.size == strlen(*pcmn) && in attach_cmap_resource()
281 !memcmp(*pcmn, pcmap->CMapName.data, pcmap->CMapName.size)) in attach_cmap_resource()
283 if (*pcmn == 0) { in attach_cmap_resource()
292 if (*pcmn == 0 && !is_identity) { /* not standard */ in attach_cmap_resource()
346 if (!*pcmn) in attach_cmap_resource()
352 sprintf(pdfont->u.type0.Encoding_name, "/%s", *pcmn); in attach_cmap_resource()
353 pdfont->u.type0.CMapName.data = (const byte *)*pcmn; in attach_cmap_resource()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdtc.c247 const char *const *pcmn = in attach_cmap_resource() local
257 if (!pcmn) in attach_cmap_resource()
263 for (; *pcmn != 0; ++pcmn) in attach_cmap_resource()
264 if (pcmap->CMapName.size == strlen(*pcmn) && in attach_cmap_resource()
265 !memcmp(*pcmn, pcmap->CMapName.data, pcmap->CMapName.size)) in attach_cmap_resource()
267 if (*pcmn == 0) { in attach_cmap_resource()
276 if (*pcmn == 0 && !is_identity) { /* not standard */ in attach_cmap_resource()
330 if (!*pcmn) in attach_cmap_resource()
336 sprintf(pdfont->u.type0.Encoding_name, "/%s", *pcmn); in attach_cmap_resource()
337 pdfont->u.type0.CMapName.data = (const byte *)*pcmn; in attach_cmap_resource()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdtc.c247 const char *const *pcmn = in attach_cmap_resource() local
257 if (!pcmn) in attach_cmap_resource()
263 for (; *pcmn != 0; ++pcmn) in attach_cmap_resource()
264 if (pcmap->CMapName.size == strlen(*pcmn) && in attach_cmap_resource()
265 !memcmp(*pcmn, pcmap->CMapName.data, pcmap->CMapName.size)) in attach_cmap_resource()
267 if (*pcmn == 0) { in attach_cmap_resource()
276 if (*pcmn == 0 && !is_identity) { /* not standard */ in attach_cmap_resource()
330 if (!*pcmn) in attach_cmap_resource()
336 sprintf(pdfont->u.type0.Encoding_name, "/%s", *pcmn); in attach_cmap_resource()
337 pdfont->u.type0.CMapName.data = (const byte *)*pcmn; in attach_cmap_resource()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdtc.c269 const char *const *pcmn = in attach_cmap_resource() local
279 if (!pcmn) in attach_cmap_resource()
285 for (; *pcmn != 0; ++pcmn) in attach_cmap_resource()
286 if (pcmap->CMapName.size == strlen(*pcmn) && in attach_cmap_resource()
287 !memcmp(*pcmn, pcmap->CMapName.data, pcmap->CMapName.size)) in attach_cmap_resource()
293 if (*pcmn == 0 || pdev->PDFA != 0) { in attach_cmap_resource()
305 if ((*pcmn == 0 || pdev->PDFA != 0) && !is_identity) { /* not standard */ in attach_cmap_resource()
359 if (!*pcmn) in attach_cmap_resource()
365 gs_sprintf(pdfont->u.type0.Encoding_name, "/%s", *pcmn); in attach_cmap_resource()
366 pdfont->u.type0.CMapName.data = (const byte *)*pcmn; in attach_cmap_resource()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdtc.c269 const char *const *pcmn = in attach_cmap_resource() local
279 if (!pcmn) in attach_cmap_resource()
285 for (; *pcmn != 0; ++pcmn) in attach_cmap_resource()
286 if (pcmap->CMapName.size == strlen(*pcmn) && in attach_cmap_resource()
287 !memcmp(*pcmn, pcmap->CMapName.data, pcmap->CMapName.size)) in attach_cmap_resource()
293 if (*pcmn == 0 || pdev->PDFA != 0) { in attach_cmap_resource()
305 if ((*pcmn == 0 || pdev->PDFA != 0) && !is_identity) { /* not standard */ in attach_cmap_resource()
359 if (!*pcmn) in attach_cmap_resource()
365 gs_sprintf(pdfont->u.type0.Encoding_name, "/%s", *pcmn); in attach_cmap_resource()
366 pdfont->u.type0.CMapName.data = (const byte *)*pcmn; in attach_cmap_resource()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfs.c534 const char *const *pcmn = standard_cmap_names; in process_cmap_text() local
564 for (; *pcmn != 0; ++pcmn) in process_cmap_text()
565 if (!bytes_compare((const byte *)*pcmn, strlen(*pcmn), in process_cmap_text()
568 if (*pcmn == 0) { /* not standard */ in process_cmap_text()
633 strcat(ppf->cmapname, *pcmn); in process_cmap_text()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfs.c534 const char *const *pcmn = standard_cmap_names; in process_cmap_text() local
564 for (; *pcmn != 0; ++pcmn) in process_cmap_text()
565 if (!bytes_compare((const byte *)*pcmn, strlen(*pcmn), in process_cmap_text()
568 if (*pcmn == 0) { /* not standard */ in process_cmap_text()
633 strcat(ppf->cmapname, *pcmn); in process_cmap_text()