Home
last modified time | relevance | path

Searched refs:TestUnc (Results 1 – 2 of 2) sorted by relevance

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dregion.h143 int (* TestUnc)( AstRegion *, int * ); member
H A Dregion.c981 static int TestUnc( AstRegion *, int * );
3866 static int TestUnc( AstRegion *this, int *status ) { in TestUnc() function
4393 vtab->TestUnc = TestUnc; in astInitRegionVtab_()
12886 return (**astMEMBER(this,Region,TestUnc))( this, status ); in astTestUnc_()