Query: delphvia
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DELPHVIA(3) MBK PHYSICAL FUNCTIONS DELPHVIA(3)NAMEdelphvia - delete a physical viaORIGINThis 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.frSYNOPSYS#include "mph.h" int delphvia(ptfig, ptvia) phfig_list *ptfig; phvia_list *ptvia;PARAMETERSptfig Pointer to the figure in which the via should be deleted ptvia Pointer to the via to be deleted.DESCRIPTIONdelphvia delete the via pointed to by ptvia in the figure pointed to by ptfig. The list consistency is maintainded, and the space freed.RETURN VALUEdelphvia returns 1 if the via has been deleted, 0 if no such via exists in the list.EXAMPLE#include "mph.h" char *was_existing(ptfig, ptvia) phfig_list *ptfig; phvia_list *ptvia; { /* if only one exists, it's this one */ return delphvia(ptfig, ptvia) ? "you just killed it!" : "wasn't here anyway"; }SEE ALSOmbk(1), phfig(3), phvia(3), addphvia(3).BUG REPORTThis 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 DELPHVIA(3)
Related Man Pages |
---|
delphvia(3) - x11r4 |
delphvia(3) - opendarwin |
delphvia(3) - sunos |
delphvia(3) - posix |
delphvia(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
Best performance UNIX just for HOST Virtualization? |
How to increment version inside a file? |
Tar Command |
Shopt -s histappend |
[TIP] Processing YAML files with yq |