cmdparse.cpp File Reference
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <rexx.h>
#include "hostemu.h"
Include dependency graph for cmdparse.cpp:

Go to the source code of this file.

Classes

union  YYSTYPE
 
union  yyalloc
 

Macros

#define YYBISON   1
 
#define YYBISON_VERSION   "2.4.1"
 
#define YYSKELETON_NAME   "yacc.c"
 
#define YYPURE   0
 
#define YYPUSH   0
 
#define YYPULL   1
 
#define YYLSP_NEEDED   0
 
#define YYDEBUG   0
 
#define YYERROR_VERBOSE   0
 
#define YYTOKEN_TABLE   0
 
#define YYTOKENTYPE
 
#define YYSTYPE_IS_TRIVIAL   1
 
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */
 
#define YYSTYPE_IS_DECLARED   1
 
#define YYSIZE_T   unsigned int
 
#define YYSIZE_MAXIMUM   ((YYSIZE_T) -1)
 
#define YY_(msgid)   msgid
 
#define YYUSE(e)   ((void) (e))
 
#define YYID(n)   (n)
 
#define YYSTACK_ALLOC   YYMALLOC
 
#define YYSTACK_FREE   YYFREE
 
#define YYSTACK_ALLOC_MAXIMUM   YYSIZE_MAXIMUM
 
#define YYMALLOC   malloc
 
#define YYFREE   free
 
#define YYSTACK_GAP_MAXIMUM   (sizeof (union yyalloc) - 1)
 
#define YYSTACK_BYTES(N)
 
#define YYCOPY(To, From, Count)
 
#define YYSTACK_RELOCATE(Stack_alloc, Stack)
 
#define YYFINAL   8
 
#define YYLAST   60
 
#define YYNTOKENS   18
 
#define YYNNTS   11
 
#define YYNRULES   42
 
#define YYNSTATES   51
 
#define YYUNDEFTOK   2
 
#define YYMAXUTOK   269
 
#define YYTRANSLATE(YYX)    ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
 
#define YYPACT_NINF   -30
 
#define YYTABLE_NINF   -1
 
#define yyerrok   (yyerrstatus = 0)
 
#define yyclearin   (yychar = YYEMPTY)
 
#define YYEMPTY   (-2)
 
#define YYEOF   0
 
#define YYACCEPT   goto yyacceptlab
 
#define YYABORT   goto yyabortlab
 
#define YYERROR   goto yyerrorlab
 
#define YYFAIL   goto yyerrlab
 
#define YYRECOVERING()   (!!yyerrstatus)
 
#define YYBACKUP(Token, Value)
 
#define YYTERROR   1
 
#define YYERRCODE   256
 
#define YYRHSLOC(Rhs, K)   ((Rhs)[K])
 
#define YYLLOC_DEFAULT(Current, Rhs, N)
 
#define YY_LOCATION_PRINT(File, Loc)   ((void) 0)
 
#define YYLEX   yylex ()
 
#define YYDPRINTF(Args)
 
#define YY_SYMBOL_PRINT(Title, Type, Value, Location)
 
#define YY_STACK_PRINT(Bottom, Top)
 
#define YY_REDUCE_PRINT(Rule)
 
#define YYINITDEPTH   200
 
#define YYMAXDEPTH   10000
 
#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
 

Typedefs

typedef union YYSTYPE YYSTYPE
 
typedef unsigned char yytype_uint8
 
typedef short int yytype_int8
 
typedef unsigned short int yytype_uint16
 
typedef short int yytype_int16
 

Enumerations

enum  yytokentype {
  EXECIO = 258 , HI = 259 , TE = 260 , TS = 261 ,
  CONSTANT = 262 , DISKW = 263 , DISKR = 264 , STEM = 265 ,
  FINIS = 266 , LIFO = 267 , FIFO = 268 , SKIP = 269
}
 

Functions

int yylex (void)
 
void yyerror (char *token)
 
int kwsearch (char *token)
 
bool isnumeric (char *token)
 
static void yydestruct (yymsg, yytype, yyvaluep) const char *yymsg
 
 if (!yymsg) yymsg
 
 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp)
 
 switch (yytype)
 
int yyparse ()
 

Variables

static const yytype_uint8 yytranslate []
 
static const yytype_uint8 yyr1 []
 
static const yytype_uint8 yyr2 []
 
static const yytype_uint8 yydefact []
 
static const yytype_int8 yydefgoto []
 
static const yytype_int8 yypact []
 
static const yytype_int8 yypgoto []
 
static const yytype_uint8 yytable []
 
static const yytype_int8 yycheck []
 
static const yytype_uint8 yystos []
 
int yytype
 
YYSTYPEyyvaluep
 
int yychar
 
YYSTYPE yylval
 
int yynerrs
 
struct {
   const char *   kw
 
   int   type
 
kwtable []
 

Macro Definition Documentation

◆ YY_

#define YY_ (   msgid)    msgid

Definition at line 272 of file cmdparse.cpp.

◆ YY_LOCATION_PRINT

#define YY_LOCATION_PRINT (   File,
  Loc 
)    ((void) 0)

Definition at line 718 of file cmdparse.cpp.

◆ YY_REDUCE_PRINT

#define YY_REDUCE_PRINT (   Rule)

Definition at line 891 of file cmdparse.cpp.

◆ YY_STACK_PRINT

#define YY_STACK_PRINT (   Bottom,
  Top 
)

Definition at line 890 of file cmdparse.cpp.

◆ YY_SYMBOL_PRINT

#define YY_SYMBOL_PRINT (   Title,
  Type,
  Value,
  Location 
)

Definition at line 889 of file cmdparse.cpp.

◆ YYABORT

#define YYABORT   goto yyabortlab

Definition at line 647 of file cmdparse.cpp.

◆ YYACCEPT

#define YYACCEPT   goto yyacceptlab

Definition at line 646 of file cmdparse.cpp.

◆ YYBACKUP

#define YYBACKUP (   Token,
  Value 
)
Value:
if (yychar == YYEMPTY && yylen == 1) \
{ \
yychar = (Token); \
yylval = (Value); \
yytoken = YYTRANSLATE (yychar); \
YYPOPSTACK (1); \
goto yybackup; \
} \
else \
{ \
yyerror (YY_("syntax error: cannot back up")); \
YYERROR; \
} \
while (YYID (0))
#define YYID(n)
Definition: cmdparse.cpp:285
#define YY_(msgid)
Definition: cmdparse.cpp:272
int yychar
Definition: cmdparse.cpp:1172
#define YYTRANSLATE(YYX)
Definition: cmdparse.cpp:445
if(!yymsg) yymsg
#define YYEMPTY
Definition: cmdparse.cpp:643

Definition at line 659 of file cmdparse.cpp.

◆ YYBISON

#define YYBISON   1

Definition at line 46 of file cmdparse.cpp.

◆ YYBISON_VERSION

#define YYBISON_VERSION   "2.4.1"

Definition at line 49 of file cmdparse.cpp.

◆ yyclearin

#define yyclearin   (yychar = YYEMPTY)

Definition at line 642 of file cmdparse.cpp.

◆ YYCOPY

#define YYCOPY (   To,
  From,
  Count 
)
Value:
do \
{ \
YYSIZE_T yyi; \
for (yyi = 0; yyi < (Count); yyi++) \
(To)[yyi] = (From)[yyi]; \
} \
while (YYID (0))

Definition at line 398 of file cmdparse.cpp.

◆ YYDEBUG

#define YYDEBUG   0

Definition at line 150 of file cmdparse.cpp.

◆ YYDPRINTF

#define YYDPRINTF (   Args)

Definition at line 888 of file cmdparse.cpp.

◆ YYEMPTY

#define YYEMPTY   (-2)

Definition at line 643 of file cmdparse.cpp.

◆ YYEOF

#define YYEOF   0

Definition at line 644 of file cmdparse.cpp.

◆ YYERRCODE

#define YYERRCODE   256

Definition at line 678 of file cmdparse.cpp.

◆ yyerrok

#define yyerrok   (yyerrstatus = 0)

Definition at line 641 of file cmdparse.cpp.

◆ YYERROR

#define YYERROR   goto yyerrorlab

Definition at line 648 of file cmdparse.cpp.

◆ YYERROR_VERBOSE

#define YYERROR_VERBOSE   0

Definition at line 158 of file cmdparse.cpp.

◆ YYFAIL

#define YYFAIL   goto yyerrlab

Definition at line 655 of file cmdparse.cpp.

◆ YYFINAL

#define YYFINAL   8

Definition at line 428 of file cmdparse.cpp.

◆ YYFREE

#define YYFREE   free

Definition at line 361 of file cmdparse.cpp.

◆ YYID

#define YYID (   n)    (n)

Definition at line 285 of file cmdparse.cpp.

◆ YYINITDEPTH

#define YYINITDEPTH   200

Definition at line 897 of file cmdparse.cpp.

◆ YYLAST

#define YYLAST   60

Definition at line 430 of file cmdparse.cpp.

◆ YYLEX

#define YYLEX   yylex ()

Definition at line 728 of file cmdparse.cpp.

◆ YYLLOC_DEFAULT

#define YYLLOC_DEFAULT (   Current,
  Rhs,
 
)
Value:
if (YYID (N)) \
{ \
(Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
(Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
(Current).last_line = YYRHSLOC (Rhs, N).last_line; \
(Current).last_column = YYRHSLOC (Rhs, N).last_column; \
} \
else \
{ \
(Current).first_line = (Current).last_line = \
YYRHSLOC (Rhs, 0).last_line; \
(Current).first_column = (Current).last_column = \
YYRHSLOC (Rhs, 0).last_column; \
} \
while (YYID (0))
#define YYRHSLOC(Rhs, K)
Definition: cmdparse.cpp:685

Definition at line 687 of file cmdparse.cpp.

◆ YYLSP_NEEDED

#define YYLSP_NEEDED   0

Definition at line 64 of file cmdparse.cpp.

◆ YYMALLOC

#define YYMALLOC   malloc

Definition at line 354 of file cmdparse.cpp.

◆ YYMAXDEPTH

#define YYMAXDEPTH   10000

Definition at line 908 of file cmdparse.cpp.

◆ YYMAXUTOK

#define YYMAXUTOK   269

Definition at line 443 of file cmdparse.cpp.

◆ YYNNTS

#define YYNNTS   11

Definition at line 435 of file cmdparse.cpp.

◆ YYNRULES

#define YYNRULES   42

Definition at line 437 of file cmdparse.cpp.

◆ YYNSTATES

#define YYNSTATES   51

Definition at line 439 of file cmdparse.cpp.

◆ YYNTOKENS

#define YYNTOKENS   18

Definition at line 433 of file cmdparse.cpp.

◆ YYPACT_NINF

#define YYPACT_NINF   -30

Definition at line 584 of file cmdparse.cpp.

◆ YYPOPSTACK

#define YYPOPSTACK (   N)    (yyvsp -= (N), yyssp -= (N))

◆ YYPULL

#define YYPULL   1

Definition at line 61 of file cmdparse.cpp.

◆ YYPURE

#define YYPURE   0

Definition at line 55 of file cmdparse.cpp.

◆ YYPUSH

#define YYPUSH   0

Definition at line 58 of file cmdparse.cpp.

◆ YYRECOVERING

#define YYRECOVERING ( )    (!!yyerrstatus)

Definition at line 657 of file cmdparse.cpp.

◆ YYRHSLOC

#define YYRHSLOC (   Rhs,
 
)    ((Rhs)[K])

Definition at line 685 of file cmdparse.cpp.

◆ YYSIZE_MAXIMUM

#define YYSIZE_MAXIMUM   ((YYSIZE_T) -1)

Definition at line 262 of file cmdparse.cpp.

◆ YYSIZE_T

#define YYSIZE_T   unsigned int

Definition at line 258 of file cmdparse.cpp.

◆ YYSKELETON_NAME

#define YYSKELETON_NAME   "yacc.c"

Definition at line 52 of file cmdparse.cpp.

◆ YYSTACK_ALLOC

#define YYSTACK_ALLOC   YYMALLOC

Definition at line 340 of file cmdparse.cpp.

◆ YYSTACK_ALLOC_MAXIMUM

#define YYSTACK_ALLOC_MAXIMUM   YYSIZE_MAXIMUM

Definition at line 343 of file cmdparse.cpp.

◆ YYSTACK_BYTES

#define YYSTACK_BYTES (   N)
Value:
((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
union YYSTYPE YYSTYPE
short int yytype_int16
Definition: cmdparse.cpp:245
#define YYSTACK_GAP_MAXIMUM
Definition: cmdparse.cpp:383

Definition at line 387 of file cmdparse.cpp.

◆ YYSTACK_FREE

#define YYSTACK_FREE   YYFREE

Definition at line 341 of file cmdparse.cpp.

◆ YYSTACK_GAP_MAXIMUM

#define YYSTACK_GAP_MAXIMUM   (sizeof (union yyalloc) - 1)

Definition at line 383 of file cmdparse.cpp.

◆ YYSTACK_RELOCATE

#define YYSTACK_RELOCATE (   Stack_alloc,
  Stack 
)
Value:
do \
{ \
YYSIZE_T yynewbytes; \
YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
Stack = &yyptr->Stack_alloc; \
yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
yyptr += yynewbytes / sizeof (*yyptr); \
} \
while (YYID (0))

Definition at line 414 of file cmdparse.cpp.

◆ yystype

#define yystype   YYSTYPE /* obsolescent; will be withdrawn */

Definition at line 206 of file cmdparse.cpp.

◆ YYSTYPE_IS_DECLARED

#define YYSTYPE_IS_DECLARED   1

Definition at line 207 of file cmdparse.cpp.

◆ YYSTYPE_IS_TRIVIAL

#define YYSTYPE_IS_TRIVIAL   1

Definition at line 205 of file cmdparse.cpp.

◆ YYTABLE_NINF

#define YYTABLE_NINF   -1

Definition at line 606 of file cmdparse.cpp.

◆ YYTERROR

#define YYTERROR   1

Definition at line 677 of file cmdparse.cpp.

◆ YYTOKEN_TABLE

#define YYTOKEN_TABLE   0

Definition at line 163 of file cmdparse.cpp.

◆ YYTOKENTYPE

#define YYTOKENTYPE

Definition at line 169 of file cmdparse.cpp.

◆ YYTRANSLATE

#define YYTRANSLATE (   YYX)     ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)

Definition at line 445 of file cmdparse.cpp.

◆ YYUNDEFTOK

#define YYUNDEFTOK   2

Definition at line 442 of file cmdparse.cpp.

◆ YYUSE

#define YYUSE (   e)    ((void) (e))

Definition at line 278 of file cmdparse.cpp.

Typedef Documentation

◆ YYSTYPE

typedef union YYSTYPE YYSTYPE

◆ yytype_int16

typedef short int yytype_int16

Definition at line 245 of file cmdparse.cpp.

◆ yytype_int8

typedef short int yytype_int8

Definition at line 233 of file cmdparse.cpp.

◆ yytype_uint16

typedef unsigned short int yytype_uint16

Definition at line 239 of file cmdparse.cpp.

◆ yytype_uint8

typedef unsigned char yytype_uint8

Definition at line 224 of file cmdparse.cpp.

Enumeration Type Documentation

◆ yytokentype

Enumerator
EXECIO 
HI 
TE 
TS 
CONSTANT 
DISKW 
DISKR 
STEM 
FINIS 
LIFO 
FIFO 
SKIP 

Definition at line 172 of file cmdparse.cpp.

Function Documentation

◆ if()

◆ isnumeric()

bool isnumeric ( char *  token)

Definition at line 1943 of file cmdparse.cpp.

Referenced by yyparse().

◆ kwsearch()

int kwsearch ( char *  token)

Definition at line 1911 of file cmdparse.cpp.

References CONSTANT, kw, and kwtable.

Referenced by yylex().

◆ switch()

switch ( yytype  )

Definition at line 1147 of file cmdparse.cpp.

◆ YY_SYMBOL_PRINT()

YY_SYMBOL_PRINT ( yymsg  ,
yytype  ,
yyvaluep  ,
yylocationp   
)

◆ yydestruct()

static void yydestruct ( yymsg  ,
yytype  ,
yyvaluep   
) const
static

Referenced by yyparse().

◆ yyerror()

void yyerror ( char *  token)

Definition at line 1870 of file cmdparse.cpp.

Referenced by yyparse().

◆ yylex()

int yylex ( void  )

◆ yyparse()

Variable Documentation

◆ kw

const char* kw

Definition at line 1887 of file cmdparse.cpp.

Referenced by kwsearch().

◆ 

kwtable[] { ... } struct
Initial value:
= {
"HI", HI,
"TE", TE,
"TS", TS,
"EXECIO", EXECIO,
"DISKW", DISKW,
"DISKR", DISKR,
"STEM", STEM,
"FINIS", FINIS,
"FIFO", FIFO,
"LIFO", LIFO,
"SKIP", SKIP,
"eot", EOF
}
@ EXECIO
Definition: cmdparse.cpp:173
@ TE
Definition: cmdparse.cpp:175
@ FIFO
Definition: cmdparse.cpp:183
@ STEM
Definition: cmdparse.cpp:180
@ DISKR
Definition: cmdparse.cpp:179
@ SKIP
Definition: cmdparse.cpp:184
@ FINIS
Definition: cmdparse.cpp:181
@ TS
Definition: cmdparse.cpp:176
@ LIFO
Definition: cmdparse.cpp:182
@ DISKW
Definition: cmdparse.cpp:178
@ HI
Definition: cmdparse.cpp:174

Referenced by kwsearch().

◆ type

◆ yychar

int yychar

Definition at line 1172 of file cmdparse.cpp.

Referenced by yyparse().

◆ yycheck

const yytype_int8 yycheck[]
static
Initial value:
=
{
18, 30, 7, 7, 33, 0, 24, 30, 31, 15,
15, 40, 16, 31, 43, 33, 39, 23, 41, 10,
11, 12, 13, 14, 42, 10, 44, 12, 13, 14,
3, 4, 5, 6, 10, 11, 12, 13, 10, 7,
12, 13, 11, 8, 9, 14, 10, 11, 7, 16,
16, 7, 10, 14, 17, 17, 11, 7, -1, -1,
17
}

Definition at line 618 of file cmdparse.cpp.

Referenced by yyparse().

◆ yydefact

const yytype_uint8 yydefact[]
static
Initial value:
=
{
0, 0, 4, 5, 6, 0, 0, 0, 1, 0,
0, 2, 3, 13, 10, 32, 7, 10, 16, 8,
0, 37, 14, 33, 34, 9, 41, 40, 38, 11,
17, 19, 42, 18, 39, 15, 35, 36, 12, 21,
20, 25, 24, 22, 23, 27, 26, 31, 30, 28,
29
}

Definition at line 565 of file cmdparse.cpp.

Referenced by yyparse().

◆ yydefgoto

const yytype_int8 yydefgoto[]
static
Initial value:
=
{
-1, 5, 11, 19, 16, 29, 22, 23, 31, 32,
33
}

Definition at line 576 of file cmdparse.cpp.

Referenced by yyparse().

◆ yylval

YYSTYPE yylval

Definition at line 1175 of file cmdparse.cpp.

Referenced by yylex(), and yyparse().

◆ yynerrs

int yynerrs

Definition at line 1178 of file cmdparse.cpp.

Referenced by yyparse().

◆ yypact

const yytype_int8 yypact[]
static
Initial value:
=
{
27, -5, -30, -30, -30, 5, 35, 35, -30, 32,
41, -30, -30, 33, -4, 36, -30, 34, 9, -30,
44, -30, 37, 42, 45, -30, -30, -30, -30, 38,
15, 24, -30, 31, -30, -30, -30, -30, -30, 28,
39, 28, 45, 39, 45, -30, -30, -30, -30, -30,
-30
}

Definition at line 585 of file cmdparse.cpp.

Referenced by yyparse().

◆ yypgoto

const yytype_int8 yypgoto[]
static
Initial value:
=
{
-30, -30, 50, 43, -30, -30, -30, -18, -29, -6,
-23
}

Definition at line 596 of file cmdparse.cpp.

Referenced by yyparse().

◆ yyr1

const yytype_uint8 yyr1[]
static
Initial value:
=
{
0, 18, 19, 19, 19, 19, 19, 20, 20, 20,
21, 21, 21, 22, 22, 22, 23, 23, 23, 23,
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
23, 23, 24, 24, 24, 24, 24, 25, 26, 27,
28, 28, 28
}

Definition at line 543 of file cmdparse.cpp.

Referenced by yyparse().

◆ yyr2

const yytype_uint8 yyr2[]
static
Initial value:
=
{
0, 2, 3, 3, 1, 1, 1, 3, 3, 4,
0, 2, 3, 0, 2, 3, 0, 1, 1, 1,
2, 2, 2, 2, 2, 2, 3, 3, 3, 3,
3, 3, 0, 1, 1, 2, 2, 1, 1, 2,
1, 1, 1
}

Definition at line 553 of file cmdparse.cpp.

Referenced by yyparse().

◆ yystos

const yytype_uint8 yystos[]
static
Initial value:
=
{
0, 3, 4, 5, 6, 19, 7, 15, 0, 8,
9, 20, 20, 7, 7, 16, 22, 7, 16, 21,
10, 11, 24, 25, 27, 21, 12, 13, 14, 23,
25, 26, 27, 28, 7, 17, 27, 25, 17, 26,
28, 25, 28, 25, 26, 28, 26, 28, 25, 26,
25
}

Definition at line 631 of file cmdparse.cpp.

Referenced by yyparse().

◆ yytable

const yytype_uint8 yytable[]
static
Initial value:
=
{
30, 39, 6, 17, 44, 8, 37, 40, 42, 24,
7, 46, 18, 41, 49, 43, 45, 36, 47, 20,
21, 26, 27, 28, 48, 20, 50, 26, 27, 28,
1, 2, 3, 4, 20, 21, 26, 27, 20, 13,
26, 27, 21, 9, 10, 28, 20, 21, 14, 15,
18, 34, 20, 28, 35, 38, 21, 12, 0, 0,
25
}

Definition at line 607 of file cmdparse.cpp.

Referenced by yyparse().

◆ yytranslate

const yytype_uint8 yytranslate[]
static
Initial value:
=
{
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
16, 17, 15, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 1, 2, 3, 4,
5, 6, 7, 8, 9, 10, 11, 12, 13, 14
}

Definition at line 449 of file cmdparse.cpp.

◆ yytype

int yytype

Definition at line 1137 of file cmdparse.cpp.

◆ yyvaluep

YYSTYPE* yyvaluep

Definition at line 1138 of file cmdparse.cpp.