Home
last modified time | relevance | path

Searched refs:OUT_PH (Results 1 – 8 of 8) sorted by relevance

/dports/cad/alliance/alliance/src/mbk/src/
H A Dalc_driv_p.c273 if(!(f = mbkfopen(pfig->NAME, OUT_PH, WRITE_TEXT)))
274 alc_printerr2(EOPEN, filepath(pfig->NAME, OUT_PH));
278 filepath(pfig->NAME, OUT_PH));
368 alc_printerr2(ECLOSE, filepath(pfig->NAME, OUT_PH));
H A Ddrive_vti_p.c136 if ((ptfile = mbkfopen(filename, OUT_PH, WRITE_TEXT)) == (FILE *)NULL) {
140 filename, OUT_PH);
143 (void)printf("--- mbk --- writing file %s.%s\n", filename, OUT_PH);
192 (void)fprintf(stderr, "writing the file %s.%s\n", filename, OUT_PH);
410 filename, OUT_PH);
H A Dmbk_ph_util.c379 if (!strcmp(OUT_PH, "cp")) in savephfig()
381 else if (!strcmp(OUT_PH, "ap")) in savephfig()
383 else if (!strcmp(OUT_PH, "mg")) in savephfig()
387 (void)fprintf(stderr, "Unknown physical output format %s\n", OUT_PH); in savephfig()
H A Dmbk_util.c70 char OUT_PH[5] = "ap"; /* output physical format */ variable
394 (void)strcpy(OUT_PH, "cp"); in mbkenv()
396 (void)strcpy(OUT_PH, "ap"); in mbkenv()
398 (void)strcpy(OUT_PH, "mg"); in mbkenv()
H A Dmut.h191 extern char OUT_PH[]; /* physical output format */
/dports/cad/alliance/alliance/src/x2y/src/
H A Dx2y.c132 MbkOut = 2; strcpy( OUT_PH, OutputFormat );
/dports/cad/alliance/alliance/src/nero/src/
H A DMMBK.cpp461 << " MBK_OUT_PH := " << OUT_PH << "\n" in operator <<()
/dports/cad/alliance/alliance/src/sea/src/
H A Dutil_MBK.c234 mprintf2 (" MBK_OUT_PH := %s\n", OUT_PH ); in printMBKEnv()