Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dtimeframe.c274 static int (* parent_unformat)( AstFrame *, int, const char *, double *, int * ); variable
2920 parent_unformat = frame->Unformat; in astInitTimeFrameVtab_()
5614 nc1 = (*parent_unformat)( this_frame, axis, string, &val1, status ); in Unformat()
H A Dskyframe.c822 static int (* parent_unformat)( AstFrame *, int, const char *, double *, int * ); variable
4811 parent_unformat = frame->Unformat; in astInitSkyFrameVtab_()
10329 nc = (*parent_unformat)( this_frame, axis, string, &coord, status ); in Unformat()