Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Ddsbspecframe.h119 void (* SetSideBand)( AstDSBSpecFrame *, int, int * ); member
H A Ddsbspecframe.c290 static void SetSideBand( AstDSBSpecFrame *, int, int * );
923 vtab->SetSideBand = SetSideBand; in astInitDSBSpecFrameVtab_()
3228 if ( TestSideBand( new, status ) ) SetSideBand( new, new->sideband, status ); in astLoadDSBSpecFrame_()