46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
///////////////////////////////////////////////////////////
 | 
						|
// .MSK Tokens by Guy 21-10-93
 | 
						|
///////////////////////////////////////////////////////////
 | 
						|
#include <keys.h>
 | 
						|
#include <xvtconst.h>
 | 
						|
 | 
						|
#define ALIAS           AL
 | 
						|
#define BEGIN           BE
 | 
						|
#define BOOLEAN         BO
 | 
						|
#define BUTTON          BU
 | 
						|
#define CHECKTYPE       CH
 | 
						|
#define COPY		CO
 | 
						|
#define DATE            DA
 | 
						|
#define DISPLAY         DI
 | 
						|
#define EMPTY           0
 | 
						|
#define END             EN
 | 
						|
#define ENDPAGE         EN
 | 
						|
#define FORCED          FO
 | 
						|
#define FIELD           FI
 | 
						|
#define FLAGS           FL
 | 
						|
#define GROUPBOX        GR
 | 
						|
#define GROUP           GR
 | 
						|
#define HELP            HE
 | 
						|
#define KEY             KE
 | 
						|
#define INPUT           IN
 | 
						|
#define ITEM            IT
 | 
						|
#define JOIN            JO
 | 
						|
#define LIST            LI
 | 
						|
#define LISTFILE        LI
 | 
						|
#define MESSAGE         ME
 | 
						|
#define MASK            MA
 | 
						|
#define NUMBER          NU
 | 
						|
#define OUTPUT          OU
 | 
						|
#define PAGE            PA
 | 
						|
#define PICTURE         PI
 | 
						|
#define PROMPT          PR
 | 
						|
#define RADIOBUTTON     RA
 | 
						|
#define RUN             RU
 | 
						|
#define SELECT          SE
 | 
						|
#define STRING          ST
 | 
						|
#define SHEET           SH
 | 
						|
#define TEXT            TE
 | 
						|
#define USE             US
 | 
						|
#define VALIDATE        VA
 | 
						|
#define WARNING         WA
 |