GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SAVEPHFIG(3) MBK PHYSICAL UTILITY FUNCTIONS SAVEPHFIG(3)

savephfig - save a physical figure on disk

See the file man1/alc_origin.1.

#include "mpu.h"
void savephfig(ptfig)
phfig_list ∗ptfig;

Pointer to the phfig to write on disk

savephfig writes on disk the contents of the figure pointer to by ptfig. All the figure lists are ran through, and the appropriate objects written, independently of the figure mode.
The savephfig function in fact performs a call to a driver, chosen by the MBK_OUT_PH(1) environment variable. The directory in which the file is to be written is the one set by MBK_WORK_LIB(1). See MBK_OUT_PH(1), MBK_WORK_LIB(1) and mbkenv(3) for details.

"∗∗∗ mbk error ∗∗∗ not supported physical output format 'xxx'"

The environment variable MBK_OUT_PH is not set to a legal physical format.
"∗∗∗ mbk error ∗∗∗ savephfig : could not open file figname.ext"
Either the directory or the file are write protected, so it's not possible to open figname.ext, where ext is the file format extension, for writing.

#include "mpu.h"
void save_na2_y()
{
	savephfig(getphfig("na2_y"));
}

mbk(1), mbkenv(3), phfig(3), addphfig(3), getphfig(3), delphfig(3), loadphfig(3), flattenphfig(3), rflattenphfig(3), MBK_OUT_PH(1), MBK_WORK_LIB(1).

See the file man1/alc_bug_report.1.

October 1, 1997 ASIM/LIP6

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.