Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dfitschan.c1829 static void InsCard( AstFitsChan *, int, const char *, int, void *, const char *, const char *, con…
14992 InsCard( this, overwrite, lname, ftype, valexp, com, method, class, status ); \
15138 InsCard( this, overwrite, lname, AST__UNDEF, NULL, com, method, class, in SetFitsU()
15324 InsCard( this, overwrite, lname, AST__COMMENT, NULL, com, method, class, status ); in SetFitsCom()
15333 InsCard( this, 1, lname, CardType( this, status ), data, com, method, class, status ); in SetFitsCom()
17677 static void InsCard( AstFitsChan *this, int overwrite, const char *name, in InsCard() function