HomeSort by: relevance | last modified time | path
    Searched defs:YYSTACKSIZE (Results 1 - 25 of 91) sorted by relevancy

1 2 3 4

  /src/external/bsd/byacc/dist/test/yacc/
rename_debug.c 95 #ifdef YYSTACKSIZE
97 #define YYMAXDEPTH YYSTACKSIZE
100 #define YYSTACKSIZE YYMAXDEPTH
102 #define YYSTACKSIZE 10000
code_calc.code.c 196 #ifdef YYSTACKSIZE
198 #define YYMAXDEPTH YYSTACKSIZE
201 #define YYSTACKSIZE YYMAXDEPTH
203 #define YYSTACKSIZE 10000
code_error.code.c 186 #ifdef YYSTACKSIZE
188 #define YYMAXDEPTH YYSTACKSIZE
191 #define YYSTACKSIZE YYMAXDEPTH
193 #define YYSTACKSIZE 10000
defines1.calc.c 228 #ifdef YYSTACKSIZE
230 #define YYMAXDEPTH YYSTACKSIZE
233 #define YYSTACKSIZE YYMAXDEPTH
235 #define YYSTACKSIZE 10000
defines2.calc.c 228 #ifdef YYSTACKSIZE
230 #define YYMAXDEPTH YYSTACKSIZE
233 #define YYSTACKSIZE YYMAXDEPTH
235 #define YYSTACKSIZE 10000
defines3.calc.c 228 #ifdef YYSTACKSIZE
230 #define YYMAXDEPTH YYSTACKSIZE
233 #define YYSTACKSIZE YYMAXDEPTH
235 #define YYSTACKSIZE 10000
err_syntax10.tab.c 213 #ifdef YYSTACKSIZE
215 #define YYMAXDEPTH YYSTACKSIZE
218 #define YYSTACKSIZE YYMAXDEPTH
220 #define YYSTACKSIZE 10000
stdin1.calc.c 228 #ifdef YYSTACKSIZE
230 #define YYMAXDEPTH YYSTACKSIZE
233 #define YYSTACKSIZE YYMAXDEPTH
235 #define YYSTACKSIZE 10000
stdin2.calc.c 228 #ifdef YYSTACKSIZE
230 #define YYMAXDEPTH YYSTACKSIZE
233 #define YYSTACKSIZE YYMAXDEPTH
235 #define YYSTACKSIZE 10000
calc.tab.c 304 #ifdef YYSTACKSIZE
306 #define YYMAXDEPTH YYSTACKSIZE
309 #define YYSTACKSIZE YYMAXDEPTH
311 #define YYSTACKSIZE 10000
calc1.tab.c 352 #ifdef YYSTACKSIZE
354 #define YYMAXDEPTH YYSTACKSIZE
357 #define YYSTACKSIZE YYMAXDEPTH
359 #define YYSTACKSIZE 10000
calc2.tab.c 306 #ifdef YYSTACKSIZE
308 #define YYMAXDEPTH YYSTACKSIZE
311 #define YYSTACKSIZE YYMAXDEPTH
313 #define YYSTACKSIZE 10000
calc3.tab.c 305 #ifdef YYSTACKSIZE
307 #define YYMAXDEPTH YYSTACKSIZE
310 #define YYSTACKSIZE YYMAXDEPTH
312 #define YYSTACKSIZE 10000
calc_code_all.tab.c 316 #ifdef YYSTACKSIZE
318 #define YYMAXDEPTH YYSTACKSIZE
321 #define YYSTACKSIZE YYMAXDEPTH
323 #define YYSTACKSIZE 10000
calc_code_default.tab.c 304 #ifdef YYSTACKSIZE
306 #define YYMAXDEPTH YYSTACKSIZE
309 #define YYSTACKSIZE YYMAXDEPTH
311 #define YYSTACKSIZE 10000
calc_code_imports.tab.c 304 #ifdef YYSTACKSIZE
306 #define YYMAXDEPTH YYSTACKSIZE
309 #define YYSTACKSIZE YYMAXDEPTH
311 #define YYSTACKSIZE 10000
calc_code_provides.tab.c 304 #ifdef YYSTACKSIZE
306 #define YYMAXDEPTH YYSTACKSIZE
309 #define YYSTACKSIZE YYMAXDEPTH
311 #define YYSTACKSIZE 10000
calc_code_requires.tab.c 312 #ifdef YYSTACKSIZE
314 #define YYMAXDEPTH YYSTACKSIZE
317 #define YYSTACKSIZE YYMAXDEPTH
319 #define YYSTACKSIZE 10000
calc_code_top.tab.c 312 #ifdef YYSTACKSIZE
314 #define YYMAXDEPTH YYSTACKSIZE
317 #define YYSTACKSIZE YYMAXDEPTH
319 #define YYSTACKSIZE 10000
empty.tab.c 223 #ifdef YYSTACKSIZE
225 #define YYMAXDEPTH YYSTACKSIZE
228 #define YYSTACKSIZE YYMAXDEPTH
230 #define YYSTACKSIZE 10000
err_syntax11.tab.c 219 #ifdef YYSTACKSIZE
221 #define YYMAXDEPTH YYSTACKSIZE
224 #define YYSTACKSIZE YYMAXDEPTH
226 #define YYSTACKSIZE 10000
err_syntax12.tab.c 233 #ifdef YYSTACKSIZE
235 #define YYMAXDEPTH YYSTACKSIZE
238 #define YYSTACKSIZE YYMAXDEPTH
240 #define YYSTACKSIZE 10000
err_syntax18.tab.c 221 #ifdef YYSTACKSIZE
223 #define YYMAXDEPTH YYSTACKSIZE
226 #define YYSTACKSIZE YYMAXDEPTH
228 #define YYSTACKSIZE 10000
  /src/tools/m4/bootstrap/
parser.c 289 #ifdef YYSTACKSIZE
291 #define YYMAXDEPTH YYSTACKSIZE
294 #define YYSTACKSIZE YYMAXDEPTH
296 #define YYSTACKSIZE 10000
313 int yystacksize; variable
326 if ((newsize = yystacksize) == 0)
341 yystacksize = newsize;
  /src/external/bsd/byacc/dist/test/btyacc/
rename_debug.c 146 #ifdef YYSTACKSIZE
148 #define YYMAXDEPTH YYSTACKSIZE
151 #define YYSTACKSIZE YYMAXDEPTH
153 #define YYSTACKSIZE 10000

Completed in 96 milliseconds

1 2 3 4