Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dchannel.c355 static void PutNextText( AstChannel *, const char *, int * );
1900 vtab->PutNextText = PutNextText; in astInitChannelVtab_()
2280 static void PutNextText( AstChannel *this, const char *line, int *status ) { in PutNextText() function
6327 (**astMEMBER(this,Channel,PutNextText))( this, line, status ); in astPutNextText_()
H A Dchannel.h319 void (* PutNextText)( AstChannel *, const char *, int * ); member