Searched refs:YYSTACKSIZE (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c2053 #ifdef YYSTACKSIZE
2055 #define YYMAXDEPTH YYSTACKSIZE
2059 #define YYSTACKSIZE YYMAXDEPTH macro
2061 #define YYSTACKSIZE 500 macro
2073 short yyss[YYSTACKSIZE];
2074 YYSTYPE yyvs[YYSTACKSIZE];
2075 #define yystacksize YYSTACKSIZE
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.c1386 #ifdef YYSTACKSIZE
1388 #define YYMAXDEPTH YYSTACKSIZE
1392 #define YYSTACKSIZE YYMAXDEPTH macro
1394 #define YYSTACKSIZE 500 macro
1420 unsigned yystacksize = YYSTACKSIZE;
1498 yystacksize += YYSTACKSIZE;
1551 yystacksize += YYSTACKSIZE;
2510 yystacksize += YYSTACKSIZE;

Completed in 28 milliseconds