/freebsd/contrib/byacc/test/btyacc/ |
H A D | rename_debug.c | 155 YYLTYPE *p_base; member 288 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 292 data->p_base = newps; in yygrowstack() 312 free(data->p_base); in yyfreestack() 333 p->yystack.p_base = NULL; in yyNewState() 343 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 344 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 345 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 415 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 541 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | btyacc_destroy1.tab.c | 429 YYLTYPE *p_base; member 564 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 568 data->p_base = newps; in yygrowstack() 588 free(data->p_base); in yyfreestack() 609 p->yystack.p_base = NULL; in yyNewState() 619 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 620 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 621 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 691 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 817 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | calc.tab.c | 410 YYLTYPE *p_base; member 559 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 563 data->p_base = newps; in yygrowstack() 583 free(data->p_base); in yyfreestack() 604 p->yystack.p_base = NULL; in yyNewState() 614 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 615 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 616 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 686 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 812 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | calc2.tab.c | 412 YYLTYPE *p_base; member 572 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 576 data->p_base = newps; in yygrowstack() 596 free(data->p_base); in yyfreestack() 617 p->yystack.p_base = NULL; in yyNewState() 627 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 628 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 629 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 699 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 825 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | error.tab.c | 296 YYLTYPE *p_base; member 425 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 429 data->p_base = newps; in yygrowstack() 449 free(data->p_base); in yyfreestack() 470 p->yystack.p_base = NULL; in yyNewState() 480 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 481 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 482 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 552 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 678 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | inherit0.tab.c | 333 YYLTYPE *p_base; member 444 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 448 data->p_base = newps; in yygrowstack() 468 free(data->p_base); in yyfreestack() 489 p->yystack.p_base = NULL; in yyNewState() 499 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 500 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 501 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 571 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 697 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | pure_calc.tab.c | 409 YYLTYPE *p_base; member 521 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 525 data->p_base = newps; in yygrowstack() 545 free(data->p_base); in yyfreestack() 566 p->yystack.p_base = NULL; in yyNewState() 576 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 577 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 578 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 709 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 835 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | pure_error.tab.c | 297 YYLTYPE *p_base; member 389 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 393 data->p_base = newps; in yygrowstack() 413 free(data->p_base); in yyfreestack() 434 p->yystack.p_base = NULL; in yyNewState() 444 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 445 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 446 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 577 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 703 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | quote_calc2-s.tab.c | 429 YYLTYPE *p_base; member 577 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 581 data->p_base = newps; in yygrowstack() 601 free(data->p_base); in yyfreestack() 622 p->yystack.p_base = NULL; in yyNewState() 632 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 633 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 634 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 704 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 830 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | quote_calc4-s.tab.c | 430 YYLTYPE *p_base; member 578 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 582 data->p_base = newps; in yygrowstack() 602 free(data->p_base); in yyfreestack() 623 p->yystack.p_base = NULL; in yyNewState() 633 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 634 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 635 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 705 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 831 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | stdin1.calc.c | 317 YYLTYPE *p_base; member 466 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 470 data->p_base = newps; in yygrowstack() 490 free(data->p_base); in yyfreestack() 511 p->yystack.p_base = NULL; in yyNewState() 521 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 522 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 523 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 593 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 719 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | stdin2.calc.c | 317 YYLTYPE *p_base; member 466 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 470 data->p_base = newps; in yygrowstack() 490 free(data->p_base); in yyfreestack() 511 p->yystack.p_base = NULL; in yyNewState() 521 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 522 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 523 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 593 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 719 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | quote_calc4.tab.c | 430 YYLTYPE *p_base; member 578 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 582 data->p_base = newps; in yygrowstack() 602 free(data->p_base); in yyfreestack() 623 p->yystack.p_base = NULL; in yyNewState() 633 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 634 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 635 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 705 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 831 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | calc_code_all.tab.c | 422 YYLTYPE *p_base; member 587 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 591 data->p_base = newps; in yygrowstack() 611 free(data->p_base); in yyfreestack() 632 p->yystack.p_base = NULL; in yyNewState() 642 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 643 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 644 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 714 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 840 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | calc_code_default.tab.c | 410 YYLTYPE *p_base; member 567 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 571 data->p_base = newps; in yygrowstack() 591 free(data->p_base); in yyfreestack() 612 p->yystack.p_base = NULL; in yyNewState() 622 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 623 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 624 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 694 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 820 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | calc_code_imports.tab.c | 410 YYLTYPE *p_base; member 559 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 563 data->p_base = newps; in yygrowstack() 583 free(data->p_base); in yyfreestack() 604 p->yystack.p_base = NULL; in yyNewState() 614 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 615 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 616 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 686 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 812 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | calc_code_requires.tab.c | 418 YYLTYPE *p_base; member 567 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 571 data->p_base = newps; in yygrowstack() 591 free(data->p_base); in yyfreestack() 612 p->yystack.p_base = NULL; in yyNewState() 622 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 623 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 624 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 694 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 820 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | defines1.calc.c | 317 YYLTYPE *p_base; member 466 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 470 data->p_base = newps; in yygrowstack() 490 free(data->p_base); in yyfreestack() 511 p->yystack.p_base = NULL; in yyNewState() 521 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 522 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 523 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 593 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 719 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | defines2.calc.c | 317 YYLTYPE *p_base; member 466 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 470 data->p_base = newps; in yygrowstack() 490 free(data->p_base); in yyfreestack() 511 p->yystack.p_base = NULL; in yyNewState() 521 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 522 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 523 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 593 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 719 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | empty.tab.c | 301 YYLTYPE *p_base; member 421 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 425 data->p_base = newps; in yygrowstack() 445 free(data->p_base); in yyfreestack() 466 p->yystack.p_base = NULL; in yyNewState() 476 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 477 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 478 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 548 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 674 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | err_syntax12.tab.c | 303 YYLTYPE *p_base; member 432 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 436 data->p_base = newps; in yygrowstack() 456 free(data->p_base); in yyfreestack() 477 p->yystack.p_base = NULL; in yyNewState() 487 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 488 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 489 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 559 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 685 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | quote_calc-s.tab.c | 429 YYLTYPE *p_base; member 577 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 581 data->p_base = newps; in yygrowstack() 601 free(data->p_base); in yyfreestack() 622 p->yystack.p_base = NULL; in yyNewState() 632 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 633 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 634 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 704 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 830 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | quote_calc.tab.c | 435 YYLTYPE *p_base; member 583 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 587 data->p_base = newps; in yygrowstack() 607 free(data->p_base); in yyfreestack() 628 p->yystack.p_base = NULL; in yyNewState() 638 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 639 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 640 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 710 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 836 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | quote_calc2.tab.c | 435 YYLTYPE *p_base; member 583 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 587 data->p_base = newps; in yygrowstack() 607 free(data->p_base); in yyfreestack() 628 p->yystack.p_base = NULL; in yyNewState() 638 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 639 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 640 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 710 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 836 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|
H A D | quote_calc3-s.tab.c | 430 YYLTYPE *p_base; member 578 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack() 582 data->p_base = newps; in yygrowstack() 602 free(data->p_base); in yyfreestack() 623 p->yystack.p_base = NULL; in yyNewState() 633 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE)); in yyNewState() 634 if (p->yystack.p_base == NULL) return NULL; in yyNewState() 635 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE)); in yyNewState() 705 yystack.p_mark = yystack.p_base; in YYPARSE_DECL() 831 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base); in YYPARSE_DECL() [all …]
|