Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dfitschan.c8248 const char *pltdecsn;/* PLTDECSN keyword value */ in DSSFromStore() local
8441 pltdecsn = "+"; in DSSFromStore()
8443 pltdecsn = "-"; in DSSFromStore()
8470 SetValue( this, "PLTDECSN", &pltdecsn, AST__STRING, "", status ); in DSSFromStore()
8552 char pltdecsn[11]; /* First 10 non-blank characters from PLTDECSN keyword */ in DSSToStore() local
8599 strncpy( pltdecsn, text, 10 ); in DSSToStore()
8738 if( !strcmp( pltdecsn, "-") ) crval2 = -crval2; in DSSToStore()