Google
 

Trailing-Edge - PDP-10 Archives - BB-FB49A-RM - sources/sntext.r36
There are no other files named sntext.r36 in the archive.
! %TITLE SNTEXTDEF	IDENT = V01.00		File:  SNTEXTDEF.B32
!	
! This module contains macro definitions for declaring external references 
! used by SNT modules.
!

!
! Declare external parsing data.  Refer to module SNTDATA.B32 for a 
! detailed description of each item.
!
MACRO
    $SNT_DECLPRS =
	!
	! Common parsing data.
	!
	EXTERNAL
	    SNT$GL_CMD,
	    SNT$GL_MOD,
	    SNT$GQ_FILEDSC 	: $DSC,	
	    SNT$GQ_ANALYZEDSC 	: $DSC,  
    	    $DEFCHRSET 		: $DSC,
    	    $TRAPREFIX 		: $DSC,
	    SNT$GQ_LOADDSC 	: $DSC;  
	!
	! ANALYZE command data.
	!
	EXTERNAL
	    SNT$GQ_OUTFILEDSC : $DSC;
	!
	! HELP command data.
	!
	EXTERNAL
	    SNT$GQ_HELPCMDDSC    : $DSC;
	!
	! TRACE command data.
	!
	EXTERNAL
	    SNT$GL_BUFFERS,
	    SNT$GL_ENTRIES,
	    SNT$GL_FILESIZE,
	    SNT$GL_MAXFILES,
	    SNT$GL_SESSION,
	    SNT$GL_SIZE,
	    SNT$GQ_CIRCDSC : $DSC,
	    SNT$GQ_NODEDSC : $DSC;
    %;
!
! End of SNTEXTDEF.B32
!