suse man page for addphref

Query: addphref

OS: suse

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ADDPHREF(3)						      MBK PHYSICAL FUNCTIONS						       ADDPHREF(3)

NAME
addphref - create a physical reference
ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr
SYNOPSYS
#include "mph.h" phref_list *addphref(ptfig, type, name, x, y) phfig_list *ptfig; char *type; char *name; long x, y;
PARAMETERS
ptfig Pointer to the figure in which the reference should be added type Reference type name Reference name x, y Coordinates of the center of the reference.
DESCRIPTION
addphref creates a new reference whose center is at the given coordinates, and adds it to the list of references pointed to by ptfig->PHREF. The new reference is added in front of the list, and becomes itself the list head. The parameters type, name, x and y fill respectivly the FIGNAME, NAME, XREF and YREF fields of the phref structure. The types may have any value, but only two type are now recognized by tools based upon mbk : "ref_con" for multi-access connectors "ref_ref" for cell programming For details on the structure, see phref(3).
RETURN VALUE
addphref returns a pointer to the newly created reference.
EXAMPLE
#include "mph.h" phref_list *ref_dup(pfd, pfs) /* duplicate refs */ phfig_list *pfd, *pfs; { phref_list *pr; for (pr = pfs->phref; pr != NULL; pr = pr->NEXT) addphref(pfd, pr->FIGNAME, pr->NAME, pr->XREF, pr->YREF); return pfd->PHREF; }
SEE ALSO
mbk(1), phfig(3), phref(3), getphref(3), delphref(3).
BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.
ASIM
/LIP6 October 1, 1997 ADDPHREF(3)
Related Man Pages
addphref(3) - debian
addphref(3) - suse
addphref(3) - x11r4
addphref(3) - v7
addphref(3) - linux
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Getting command output to putty window title.
Update kernel Linux without reboot?!
Tar Command
Docker learning Phase-I