Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dcmpframe.c762 static void ClearEpoch( AstFrame *, int * );
1608 static void ClearEpoch( AstFrame *this_frame, int *status ) { in ClearEpoch() function
4512 parent_clearepoch = frame->ClearEpoch; in astInitCmpFrameVtab_()
4513 frame->ClearEpoch = ClearEpoch; in astInitCmpFrameVtab_()
H A Dframe.h788 void (* ClearEpoch)( AstFrame *, int * ); member
H A Dframeset.c1008 static void ClearEpoch( AstFrame *, int * );
5885 frame->ClearEpoch = ClearEpoch; in astInitFrameSetVtab_()
H A Dregion.c1066 static void ClearEpoch( AstFrame *, int * );
4587 frame->ClearEpoch = ClearEpoch; in astInitRegionVtab_()
H A Dframe.c873 static void ClearEpoch( AstFrame *, int * );
5920 vtab->ClearEpoch = ClearEpoch; in astInitFrameVtab_()