Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dchannel.c952 comment = astGetComment( this ); in GetAttrib()
4095 if ( astGetComment( this ) && *comment ) { in WriteBegin()
4247 if ( astGetComment( this ) && *comment ) { in WriteDouble()
4456 if ( astGetComment( this ) && *comment ) { in WriteInt()
4585 if ( astGetComment( this ) && *comment ) { in WriteIsA()
4722 if ( astGetComment( this ) && *comment ) { in WriteObject()
4899 if ( astGetComment( this ) && *comment ) { in WriteString()
5591 ival = set ? GetComment( this, status ) : astGetComment( this ); in Dump()
H A Dchannel.h585 #define astGetComment(this) \ macro
H A Dxmlchan.c12034 if( astGetComment( this_channel ) ) { in WriteBegin()
12193 if( comment && *comment && astGetComment( this_channel ) ) { in WriteDouble()
12473 if( comment && *comment && astGetComment( this_channel ) ) { in WriteInt()
12573 if( comment && *comment && astGetComment( this_channel ) ) { in WriteIsA()
12853 if( comment && *comment && astGetComment( this_channel ) ) { in WriteString()
H A Dfitschan.c37916 comm = astGetComment( this ); in Write()
38117 astGetComment( this ) ? comment : NULL, 0 ); in WriteBegin()
38234 astGetComment( this ) ? comment : NULL, 0 ); in WriteDouble()
38304 astGetComment( this ) ? "End of object definition" : NULL, in WriteEnd()
38492 astGetComment( this ) ? comment : NULL, 0 ); in WriteInt()
38580 astGetComment( this ) ? comment : NULL, 0 ); in WriteIsA()
38709 astGetComment( this ) ? comment : NULL, 0 ); in WriteObject()
39046 astGetComment( this ) ? comment : NULL, 0 ); in WriteString()