Home
last modified time | relevance | path

Searched refs:astGetNobject_ (Results 1 – 3 of 3) sorted by relevance

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dobject.h1533 int astGetNobject_( const AstObject *, int * );
1707 #define astGetNobject(this) astINVOKE(V,astGetNobject_(astCheckObject(this),STATUS_PTR))
H A Dobject.h.in449 * astINVOKE(V,astGetNobject_(astCheckObject(this)))
450 * Defines a macro to invoke the astGetNobject_ function which
1533 int astGetNobject_( const AstObject *, int * );
1707 #define astGetNobject(this) astINVOKE(V,astGetNobject_(astCheckObject(this),STATUS_PTR))
H A Dobject.c2234 int astGetNobject_( const AstObject *this, int *status ) { in astGetNobject_() function