Searched refs:GetAlignSystem (Results 1 – 9 of 9) sorted by relevance
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | fluxframe.c | 226 static AstSystemType GetAlignSystem( AstFrame *, int * ); 1407 static AstSystemType GetAlignSystem( AstFrame *this_frame, int *status ) { in GetAlignSystem() function 1833 parent_getalignsystem = frame->GetAlignSystem; in astInitFluxFrameVtab_() 1834 frame->GetAlignSystem = GetAlignSystem; in astInitFluxFrameVtab_()
|
H A D | timeframe.c | 342 static AstSystemType GetAlignSystem( AstFrame *, int * ); 2308 static AstSystemType GetAlignSystem( AstFrame *this_frame, int *status ) { in GetAlignSystem() function 2887 parent_getalignsystem = frame->GetAlignSystem; in astInitTimeFrameVtab_() 2888 frame->GetAlignSystem = GetAlignSystem; in astInitTimeFrameVtab_()
|
H A D | specframe.c | 335 static AstSystemType GetAlignSystem( AstFrame *, int * ); 1902 static AstSystemType GetAlignSystem( AstFrame *this_frame, int *status ) { in GetAlignSystem() function 2437 parent_getalignsystem = frame->GetAlignSystem; in astInitSpecFrameVtab_() 2438 frame->GetAlignSystem = GetAlignSystem; in astInitSpecFrameVtab_()
|
H A D | cmpframe.c | 688 static AstSystemType GetAlignSystem( AstFrame *, int * ); 2950 static AstSystemType GetAlignSystem( AstFrame *this_frame, int *status ) { in GetAlignSystem() function 4557 parent_getalignsystem = frame->GetAlignSystem; in astInitCmpFrameVtab_() 4558 frame->GetAlignSystem = GetAlignSystem; in astInitCmpFrameVtab_()
|
H A D | skyframe.c | 941 static AstSystemType GetAlignSystem( AstFrame *, int * ); 4154 static AstSystemType GetAlignSystem( AstFrame *this_frame, int *status ) { in GetAlignSystem() function 4793 parent_getalignsystem = frame->GetAlignSystem; in astInitSkyFrameVtab_() 4794 frame->GetAlignSystem = GetAlignSystem; in astInitSkyFrameVtab_()
|
H A D | frame.h | 781 AstSystemType (* GetAlignSystem)( AstFrame *, int * ); member
|
H A D | frame.c | 866 static AstSystemType GetAlignSystem( AstFrame *, int * ); 5906 vtab->GetAlignSystem = GetAlignSystem; in astInitFrameVtab_() 13648 system = set ? GetAlignSystem( this, status ) : astGetAlignSystem( this ); in Dump()
|
H A D | frameset.c | 1033 static AstSystemType GetAlignSystem( AstFrame *, int * ); 5892 frame->GetAlignSystem = GetAlignSystem; in astInitFrameSetVtab_()
|
H A D | region.c | 1089 static AstSystemType GetAlignSystem( AstFrame *, int * ); 4609 frame->GetAlignSystem = GetAlignSystem; in astInitRegionVtab_()
|