Siemens V 4.0 User Manual

Page of 244
166
GINA V4.0 System Administrator Guide – September 2000
Configuration language
7.2.3
Syntax
This section describes the syntax of the configuration language in the notation used by the
UNIX command
 yacc
.
%{
%}
%start sysblock
%union
{
    long      number;
    char      string[80];
}
%token <number> NUMBER            /* positive integer           */
%token BACKUP                     /* flag                       */
%token DEBUG                      /* flag                       */
%token CM_PREFIX                  /* statement                  */
%token SYSTEM                     /* statement                  */
%token HOST                       /* statement                  */
%token APPLICATION                /* statement                  */
%token CM_APPLICATION             /* statement                  */
%token TA_APPLICATION             /* statement                  */
%token MASTER                     /* flag                       */
%token MAX_STMT                   /* statement                  */
%token KEYVECTOR                  /* statement                  */
%token OPENINFO                   /* statement                  */
%token PORTADDRESSES              /* statement                  */
%token INTERNETADDRESS            /* statement                  */
%token REPOSITORY                 /* statement                  */
%token START_VALUE                /* statement                  */
%token OPERATING_SYSTEM           /* statement                  */
%token UFN
/* flag                       */
%token USE_CM_APPLICATIONS        /* statement                  */
%token <string> INADDRESS         /* Internet address           */
%token <string> LETTER            /* string with  a..Z,0..9, _  */
%token BBOPEN                     /* {                          */
%token BBCLOSE                    /* }                          */
%token SBOPEN                     /* (                          */
%token SBCLOSE                    /* )                          */