Home
last modified time | relevance | path

Searched refs:graphExtension (Results 1 – 5 of 5) sorted by relevance

/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/edge-addition-planarity-suite-Version_3.0.0.5/c/
H A DgraphExtensions.private.h25 struct graphExtension *next;
26 } graphExtension; typedef
28 typedef graphExtension * graphExtensionP;
H A DgraphExtensions.c225 if ((newExtension = (graphExtensionP) malloc(sizeof(graphExtension))) == NULL) in gp_AddExtension()
240 newExtension->next = (struct graphExtension *) theGraph->extensions; in gp_AddExtension()
393 prev->next = (struct graphExtension *) next; in gp_RemoveExtension()
483 if ((newNext = (graphExtensionP) malloc(sizeof(graphExtension))) == NULL) in gp_CopyExtensions()
497 newLast->next = (struct graphExtension *) newNext; in gp_CopyExtensions()
/dports/math/planarity/edge-addition-planarity-suite-Version_3.0.1.1/c/
H A DgraphExtensions.private.h25 struct graphExtension *next;
26 } graphExtension; typedef
28 typedef graphExtension * graphExtensionP;
H A DgraphExtensions.c225 if ((newExtension = (graphExtensionP) malloc(sizeof(graphExtension))) == NULL) in gp_AddExtension()
240 newExtension->next = (struct graphExtension *) theGraph->extensions; in gp_AddExtension()
393 prev->next = (struct graphExtension *) next; in gp_RemoveExtension()
483 if ((newNext = (graphExtensionP) malloc(sizeof(graphExtension))) == NULL) in gp_CopyExtensions()
497 newLast->next = (struct graphExtension *) newNext; in gp_CopyExtensions()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/graphics/
H A Dajgraph.c396 static AjPStr graphExtension = NULL; variable
972 ajStrAssignC(&graphExtension, ext); in GraphSetName()
973 if(ajStrGetCharFirst(graphExtension) == '.') in GraphSetName()
974 ajStrCutStart(&graphExtension, 1); in GraphSetName()
3402 ajStrDel(&graphExtension); in ajGraphicsExit()
8412 ajFmtPrintS(&tmpStr, "%S.%d.%S", graphBasename, j, graphExtension); in ajGraphicsGetOutfiles()