Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Daxis.h520 #define astAxisIn(this,lo,hi,val,closed) \ macro
H A Dframe.c1591 result = ax ? astAxisIn( ax, lo, hi, val, closed ) : 0; in AxIn()