Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dcmpframe.c712 static int GetNaxes( AstFrame *, int * );
3973 static int GetNaxes( AstFrame *this_frame, int *status ) { in GetNaxes() function
4600 frame->GetNaxes = GetNaxes; in astInitCmpFrameVtab_()
9813 (size_t) GetNaxes( (AstFrame *) in, status ) ); in MAKE_SET()
9929 naxes = GetNaxes( (AstFrame *) this, status ); in Dump()
10489 naxes = GetNaxes( (AstFrame *) new, status ); in astLoadCmpFrame_()
H A Dframeset.c896 static int GetNaxes( AstFrame *, int * );
4988 static int GetNaxes( AstFrame *this_frame, int *status ) { in GetNaxes() function
5212 return GetNaxes( (AstFrame *) this_mapping, status ); in GetNout()
5807 frame->GetNaxes = GetNaxes; in astInitFrameSetVtab_()
H A Dframe.c908 static int GetNaxes( AstFrame *, int * );
5380 static int GetNaxes( AstFrame *this, int *status ) { in GetNaxes() function
5825 vtab->GetNaxes = GetNaxes; in astInitFrameVtab_()
14684 return (**astMEMBER(this,Frame,GetNaxes))( this, status ); in astGetNaxes_()
H A Dregion.c929 static int GetNaxes( AstFrame *, int * );
4026 static int GetNaxes( AstFrame *this_frame, int *status ) { in GetNaxes() function
4510 frame->GetNaxes = GetNaxes; in astInitRegionVtab_()
H A Dframe.h691 int (* GetNaxes)( AstFrame *, int * ); member