Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dframeset.c4946 if( astIsUnitFrame( fr ) ){ in GetMapping()
6071 result = astIsUnitFrame( fr ); in IsUnitFrame()
9738 if( !astIsUnitFrame( frame ) ) { in Span()
9776 if( frame && !astIsUnitFrame( frame ) ) nextra = 2; in Span()
H A Dframe.h1242 #define astIsUnitFrame(this) \ macro
H A Dcmpframe.c4694 return astIsUnitFrame( this->frame1 ) && astIsUnitFrame( this->frame2 ); in IsUnitFrame()