Searched refs:yystack (Results 26 - 50 of 69) sorted by relevance

123

/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dinherit0.tab.c337 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
346 static YYSTACKDATA yystack; variable
393 #define yydepth (int)(yystack.s_mark - yystack.s_base)
478 p->yystack.stacksize = size;
481 p->yystack.s_base = NULL;
482 p->yystack.l_base = NULL;
484 p->yystack.p_base = NULL;
488 p->yystack.s_base = (short *) malloc(size * sizeof(short));
489 if (p->yystack
[all...]
H A Dbtyacc_destroy1.tab.c433 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
442 static YYSTACKDATA yystack; variable
513 #define yydepth (int)(yystack.s_mark - yystack.s_base)
598 p->yystack.stacksize = size;
601 p->yystack.s_base = NULL;
602 p->yystack.l_base = NULL;
604 p->yystack.p_base = NULL;
608 p->yystack.s_base = (short *) malloc(size * sizeof(short));
609 if (p->yystack
[all...]
H A Dbtyacc_destroy2.tab.c433 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
442 static YYSTACKDATA yystack; variable
513 #define yydepth (int)(yystack.s_mark - yystack.s_base)
598 p->yystack.stacksize = size;
601 p->yystack.s_base = NULL;
602 p->yystack.l_base = NULL;
604 p->yystack.p_base = NULL;
608 p->yystack.s_base = (short *) malloc(size * sizeof(short));
609 if (p->yystack
[all...]
H A Dbtyacc_destroy3.tab.c433 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
442 static YYSTACKDATA yystack; variable
513 #define yydepth (int)(yystack.s_mark - yystack.s_base)
598 p->yystack.stacksize = size;
601 p->yystack.s_base = NULL;
602 p->yystack.l_base = NULL;
604 p->yystack.p_base = NULL;
608 p->yystack.s_base = (short *) malloc(size * sizeof(short));
609 if (p->yystack
[all...]
H A Derr_syntax18.tab.c304 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
313 static YYSTACKDATA yystack; variable
378 #define yydepth (int)(yystack.s_mark - yystack.s_base)
463 p->yystack.stacksize = size;
466 p->yystack.s_base = NULL;
467 p->yystack.l_base = NULL;
469 p->yystack.p_base = NULL;
473 p->yystack.s_base = (short *) malloc(size * sizeof(short));
474 if (p->yystack
[all...]
H A Derr_syntax20.tab.c299 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
308 static YYSTACKDATA yystack; variable
373 #define yydepth (int)(yystack.s_mark - yystack.s_base)
458 p->yystack.stacksize = size;
461 p->yystack.s_base = NULL;
462 p->yystack.l_base = NULL;
464 p->yystack.p_base = NULL;
468 p->yystack.s_base = (short *) malloc(size * sizeof(short));
469 if (p->yystack
[all...]
H A Dcode_error.code.c273 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
282 static YYSTACKDATA yystack; variable
351 #define yydepth (int)(yystack.s_mark - yystack.s_base)
436 p->yystack.stacksize = size;
439 p->yystack.s_base = NULL;
440 p->yystack.l_base = NULL;
442 p->yystack.p_base = NULL;
446 p->yystack.s_base = (short *) malloc(size * sizeof(short));
447 if (p->yystack
[all...]
H A Dempty.tab.c305 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
314 static YYSTACKDATA yystack; variable
370 #define yydepth (int)(yystack.s_mark - yystack.s_base)
455 p->yystack.stacksize = size;
458 p->yystack.s_base = NULL;
459 p->yystack.l_base = NULL;
461 p->yystack.p_base = NULL;
465 p->yystack.s_base = (short *) malloc(size * sizeof(short));
466 if (p->yystack
[all...]
H A Derr_syntax10.tab.c295 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
304 static YYSTACKDATA yystack; variable
369 #define yydepth (int)(yystack.s_mark - yystack.s_base)
454 p->yystack.stacksize = size;
457 p->yystack.s_base = NULL;
458 p->yystack.l_base = NULL;
460 p->yystack.p_base = NULL;
464 p->yystack.s_base = (short *) malloc(size * sizeof(short));
465 if (p->yystack
[all...]
H A Derr_syntax11.tab.c301 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
310 static YYSTACKDATA yystack; variable
375 #define yydepth (int)(yystack.s_mark - yystack.s_base)
460 p->yystack.stacksize = size;
463 p->yystack.s_base = NULL;
464 p->yystack.l_base = NULL;
466 p->yystack.p_base = NULL;
470 p->yystack.s_base = (short *) malloc(size * sizeof(short));
471 if (p->yystack
[all...]
H A Derr_syntax12.tab.c307 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
316 static YYSTACKDATA yystack; variable
381 #define yydepth (int)(yystack.s_mark - yystack.s_base)
466 p->yystack.stacksize = size;
469 p->yystack.s_base = NULL;
470 p->yystack.l_base = NULL;
472 p->yystack.p_base = NULL;
476 p->yystack.s_base = (short *) malloc(size * sizeof(short));
477 if (p->yystack
[all...]
H A Derror.tab.c300 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
309 static YYSTACKDATA yystack; variable
374 #define yydepth (int)(yystack.s_mark - yystack.s_base)
459 p->yystack.stacksize = size;
462 p->yystack.s_base = NULL;
463 p->yystack.l_base = NULL;
465 p->yystack.p_base = NULL;
469 p->yystack.s_base = (short *) malloc(size * sizeof(short));
470 if (p->yystack
[all...]
H A Dpure_error.tab.c303 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
340 #define yydepth (int)(yystack.s_mark - yystack.s_base)
425 p->yystack.stacksize = size;
428 p->yystack.s_base = NULL;
429 p->yystack.l_base = NULL;
431 p->yystack.p_base = NULL;
435 p->yystack.s_base = (short *) malloc(size * sizeof(short));
436 if (p->yystack.s_base == NULL) return NULL;
437 p->yystack
480 YYSTACKDATA yystack; local
[all...]
H A Dbtyacc_demo.tab.c585 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
594 static YYSTACKDATA yystack; variable
1200 #define yydepth (int)(yystack.s_mark - yystack.s_base)
1285 p->yystack.stacksize = size;
1288 p->yystack.s_base = NULL;
1289 p->yystack.l_base = NULL;
1291 p->yystack.p_base = NULL;
1295 p->yystack.s_base = (short *) malloc(size * sizeof(short));
1296 if (p->yystack
[all...]
H A Dgrammar.tab.c1124 YYSTACKDATA yystack; /* saved parser stack */ member in struct:YYParseState_s
1133 static YYSTACKDATA yystack; variable
1347 #define yydepth (int)(yystack.s_mark - yystack.s_base)
1432 p->yystack.stacksize = size;
1435 p->yystack.s_base = NULL;
1436 p->yystack.l_base = NULL;
1438 p->yystack.p_base = NULL;
1442 p->yystack.s_base = (short *) malloc(size * sizeof(short));
1443 if (p->yystack
[all...]
/freebsd-11.0-release/contrib/byacc/test/yacc/
H A Drename_debug.c101 static YYSTACKDATA yystack; variable
209 memset(&yystack, 0, sizeof(yystack));
212 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
213 yystack.s_mark = yystack.s_base;
214 yystack.l_mark = yystack.l_base;
216 *yystack
[all...]
H A Dcalc1.tab.c358 static YYSTACKDATA yystack; variable
571 memset(&yystack, 0, sizeof(yystack));
574 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
575 yystack.s_mark = yystack.s_base;
576 yystack.l_mark = yystack.l_base;
578 *yystack
[all...]
H A Dvarsyntax_calc1.tab.c359 static YYSTACKDATA yystack; variable
572 memset(&yystack, 0, sizeof(yystack));
575 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
576 yystack.s_mark = yystack.s_base;
577 yystack.l_mark = yystack.l_base;
579 *yystack
[all...]
H A Dcalc.tab.c310 static YYSTACKDATA yystack; variable
434 memset(&yystack, 0, sizeof(yystack));
437 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
438 yystack.s_mark = yystack.s_base;
439 yystack.l_mark = yystack.l_base;
441 *yystack
[all...]
H A Dcalc2.tab.c312 static YYSTACKDATA yystack; variable
447 memset(&yystack, 0, sizeof(yystack));
450 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
451 yystack.s_mark = yystack.s_base;
452 yystack.l_mark = yystack.l_base;
454 *yystack
[all...]
H A Dcalc3.tab.c433 YYSTACKDATA yystack; local
452 memset(&yystack, 0, sizeof(yystack));
455 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
456 yystack.s_mark = yystack.s_base;
457 yystack.l_mark = yystack.l_base;
459 *yystack
[all...]
H A Dcode_calc.code.c211 static YYSTACKDATA yystack; variable
339 memset(&yystack, 0, sizeof(yystack));
342 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
343 yystack.s_mark = yystack.s_base;
344 yystack.l_mark = yystack.l_base;
346 *yystack
[all...]
H A Dok_syntax1.tab.c457 YYSTACKDATA yystack; local
476 memset(&yystack, 0, sizeof(yystack));
479 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
480 yystack.s_mark = yystack.s_base;
481 yystack.l_mark = yystack.l_base;
483 *yystack
[all...]
H A Dpure_calc.tab.c429 YYSTACKDATA yystack; local
448 memset(&yystack, 0, sizeof(yystack));
451 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
452 yystack.s_mark = yystack.s_base;
453 yystack.l_mark = yystack.l_base;
455 *yystack
[all...]
H A Dquote_calc-s.tab.c326 static YYSTACKDATA yystack; variable
449 memset(&yystack, 0, sizeof(yystack));
452 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
453 yystack.s_mark = yystack.s_base;
454 yystack.l_mark = yystack.l_base;
456 *yystack
[all...]

Completed in 263 milliseconds

123