Searched refs:astTuneC_ (Results 1 – 4 of 4) sorted by relevance
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | object.h | 1466 void astTuneC_( const char *, const char *, char *, int, int * ); 1598 #define astTuneC(name,value,buff,bufflen) astTuneC_(name,value,buff,bufflen,STATUS_PTR)
|
H A D | object.h.in | 1466 void astTuneC_( const char *, const char *, char *, int, int * ); 1598 #define astTuneC(name,value,buff,bufflen) astTuneC_(name,value,buff,bufflen,STATUS_PTR)
|
H A D | ast.h | 664 void astTuneC_( const char *, const char *, char *, int, int * ); 708 #define astTuneC(name,value,buff,bufflen) astTuneC_(name,value,buff,bufflen,STATUS_PTR)
|
H A D | object.c | 4264 void astTuneC_( const char *name, const char *value, char *buff, in astTuneC_() function
|