Home
last modified time | relevance | path

Searched refs:astI2P_ (Results 1 – 4 of 4) sorted by relevance

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dobject.h1458 AstObject *astI2P_( int, int * );
1599 #define astI2P(integer) ((void *)astI2P_(integer,STATUS_PTR))
H A Dobject.h.in1458 AstObject *astI2P_( int, int * );
1599 #define astI2P(integer) ((void *)astI2P_(integer,STATUS_PTR))
H A Dast.h656 AstObject *astI2P_( int, int * );
709 #define astI2P(integer) ((void *)astI2P_(integer,STATUS_PTR))
H A Dobject.c7369 AstObject *astI2P_( int integer, int *status ) { in astI2P_() function