Searched refs:astAppendPoints_ (Results 1 – 3 of 3) sorted by relevance
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | pointset.h | 601 AstPointSet *astAppendPoints_( AstPointSet *, AstPointSet *, int * ); 676 astINVOKE(O,astAppendPoints_(astCheckPointSet(this),astCheckPointSet(that),STATUS_PTR))
|
H A D | pointset.c | 3190 AstPointSet *astAppendPoints_( AstPointSet *this, AstPointSet *that, int *status ) { in astAppendPoints_() function
|
H A D | ast.h | 771 AstPointSet *astAppendPoints_( AstPointSet *, AstPointSet *, int * ); 785 #define astAppendPoints(this,that) astINVOKE(O,astAppendPoints_(astCheckPointSet(this),astCheckPoin…
|