OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yystack
(Results
1 - 25
of
94
) sorted by relevancy
1
2
3
4
/src/external/gpl3/binutils/dist/ld/
ldgram.c
2619
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
2628
static YYSTACKDATA
yystack
;
variable
2683
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
2768
p->
yystack
.stacksize = size;
2771
p->
yystack
.s_base = NULL;
2772
p->
yystack
.l_base = NULL;
2774
p->
yystack
.p_base = NULL;
2778
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
2779
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
/src/external/bsd/byacc/dist/test/btyacc/
calc.tab.c
433
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
442
static YYSTACKDATA
yystack
;
variable
527
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
612
p->
yystack
.stacksize = size;
615
p->
yystack
.s_base = NULL;
616
p->
yystack
.l_base = NULL;
618
p->
yystack
.p_base = NULL;
622
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
623
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
calc2.tab.c
435
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
444
static YYSTACKDATA
yystack
;
variable
540
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
625
p->
yystack
.stacksize = size;
628
p->
yystack
.s_base = NULL;
629
p->
yystack
.l_base = NULL;
631
p->
yystack
.p_base = NULL;
635
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
636
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
calc3.tab.c
429
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
493
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
578
p->
yystack
.stacksize = size;
581
p->
yystack
.s_base = NULL;
582
p->
yystack
.l_base = NULL;
584
p->
yystack
.p_base = NULL;
588
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
589
if (p->
yystack
.s_base == NULL) return NULL;
590
p->
yystack
.l_base = (YYSTYPE *) malloc(size * sizeof(YYSTYPE))
635
YYSTACKDATA
yystack
;
local
[
all
...]
calc_code_imports.tab.c
433
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
442
static YYSTACKDATA
yystack
;
variable
527
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
612
p->
yystack
.stacksize = size;
615
p->
yystack
.s_base = NULL;
616
p->
yystack
.l_base = NULL;
618
p->
yystack
.p_base = NULL;
622
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
623
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
code_calc.code.c
290
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
299
static YYSTACKDATA
yystack
;
variable
388
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
473
p->
yystack
.stacksize = size;
476
p->
yystack
.s_base = NULL;
477
p->
yystack
.l_base = NULL;
479
p->
yystack
.p_base = NULL;
483
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
484
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
defines1.calc.c
340
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
349
static YYSTACKDATA
yystack
;
variable
434
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
519
p->
yystack
.stacksize = size;
522
p->
yystack
.s_base = NULL;
523
p->
yystack
.l_base = NULL;
525
p->
yystack
.p_base = NULL;
529
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
530
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
defines2.calc.c
340
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
349
static YYSTACKDATA
yystack
;
variable
434
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
519
p->
yystack
.stacksize = size;
522
p->
yystack
.s_base = NULL;
523
p->
yystack
.l_base = NULL;
525
p->
yystack
.p_base = NULL;
529
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
530
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
defines3.calc.c
340
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
349
static YYSTACKDATA
yystack
;
variable
434
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
519
p->
yystack
.stacksize = size;
522
p->
yystack
.s_base = NULL;
523
p->
yystack
.l_base = NULL;
525
p->
yystack
.p_base = NULL;
529
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
530
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
pure_calc.tab.c
432
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
489
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
574
p->
yystack
.stacksize = size;
577
p->
yystack
.s_base = NULL;
578
p->
yystack
.l_base = NULL;
580
p->
yystack
.p_base = NULL;
584
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
585
if (p->
yystack
.s_base == NULL) return NULL;
586
p->
yystack
.l_base = (YYSTYPE *) malloc(size * sizeof(YYSTYPE))
631
YYSTACKDATA
yystack
;
local
[
all
...]
quote_calc-s.tab.c
453
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
462
static YYSTACKDATA
yystack
;
variable
546
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
631
p->
yystack
.stacksize = size;
634
p->
yystack
.s_base = NULL;
635
p->
yystack
.l_base = NULL;
637
p->
yystack
.p_base = NULL;
641
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
642
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
quote_calc.tab.c
459
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
468
static YYSTACKDATA
yystack
;
variable
552
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
637
p->
yystack
.stacksize = size;
640
p->
yystack
.s_base = NULL;
641
p->
yystack
.l_base = NULL;
643
p->
yystack
.p_base = NULL;
647
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
648
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
quote_calc2-s.tab.c
453
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
462
static YYSTACKDATA
yystack
;
variable
546
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
631
p->
yystack
.stacksize = size;
634
p->
yystack
.s_base = NULL;
635
p->
yystack
.l_base = NULL;
637
p->
yystack
.p_base = NULL;
641
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
642
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
quote_calc2.tab.c
459
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
468
static YYSTACKDATA
yystack
;
variable
552
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
637
p->
yystack
.stacksize = size;
640
p->
yystack
.s_base = NULL;
641
p->
yystack
.l_base = NULL;
643
p->
yystack
.p_base = NULL;
647
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
648
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
quote_calc3-s.tab.c
453
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
462
static YYSTACKDATA
yystack
;
variable
546
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
631
p->
yystack
.stacksize = size;
634
p->
yystack
.s_base = NULL;
635
p->
yystack
.l_base = NULL;
637
p->
yystack
.p_base = NULL;
641
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
642
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
quote_calc3.tab.c
453
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
462
static YYSTACKDATA
yystack
;
variable
546
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
631
p->
yystack
.stacksize = size;
634
p->
yystack
.s_base = NULL;
635
p->
yystack
.l_base = NULL;
637
p->
yystack
.p_base = NULL;
641
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
642
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
quote_calc4-s.tab.c
453
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
462
static YYSTACKDATA
yystack
;
variable
546
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
631
p->
yystack
.stacksize = size;
634
p->
yystack
.s_base = NULL;
635
p->
yystack
.l_base = NULL;
637
p->
yystack
.p_base = NULL;
641
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
642
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
quote_calc4.tab.c
453
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
462
static YYSTACKDATA
yystack
;
variable
546
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
631
p->
yystack
.stacksize = size;
634
p->
yystack
.s_base = NULL;
635
p->
yystack
.l_base = NULL;
637
p->
yystack
.p_base = NULL;
641
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
642
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
stdin1.calc.c
340
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
349
static YYSTACKDATA
yystack
;
variable
434
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
519
p->
yystack
.stacksize = size;
522
p->
yystack
.s_base = NULL;
523
p->
yystack
.l_base = NULL;
525
p->
yystack
.p_base = NULL;
529
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
530
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
stdin2.calc.c
340
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
349
static YYSTACKDATA
yystack
;
variable
434
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
519
p->
yystack
.stacksize = size;
522
p->
yystack
.s_base = NULL;
523
p->
yystack
.l_base = NULL;
525
p->
yystack
.p_base = NULL;
529
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
530
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
calc_code_all.tab.c
445
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
454
static YYSTACKDATA
yystack
;
variable
555
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
640
p->
yystack
.stacksize = size;
643
p->
yystack
.s_base = NULL;
644
p->
yystack
.l_base = NULL;
646
p->
yystack
.p_base = NULL;
650
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
651
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
calc_code_default.tab.c
433
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
442
static YYSTACKDATA
yystack
;
variable
535
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
620
p->
yystack
.stacksize = size;
623
p->
yystack
.s_base = NULL;
624
p->
yystack
.l_base = NULL;
626
p->
yystack
.p_base = NULL;
630
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
631
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
calc_code_provides.tab.c
433
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
442
static YYSTACKDATA
yystack
;
variable
535
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
620
p->
yystack
.stacksize = size;
623
p->
yystack
.s_base = NULL;
624
p->
yystack
.l_base = NULL;
626
p->
yystack
.p_base = NULL;
630
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
631
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
calc_code_requires.tab.c
441
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
450
static YYSTACKDATA
yystack
;
variable
535
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
620
p->
yystack
.stacksize = size;
623
p->
yystack
.s_base = NULL;
624
p->
yystack
.l_base = NULL;
626
p->
yystack
.p_base = NULL;
630
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
631
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
calc_code_top.tab.c
441
YYSTACKDATA
yystack
; /* saved parser stack */
member in struct:YYParseState_s
450
static YYSTACKDATA
yystack
;
variable
535
#define yydepth (int)(
yystack
.s_mark -
yystack
.s_base)
620
p->
yystack
.stacksize = size;
623
p->
yystack
.s_base = NULL;
624
p->
yystack
.l_base = NULL;
626
p->
yystack
.p_base = NULL;
630
p->
yystack
.s_base = (YYINT *) malloc(size * sizeof(YYINT));
631
if (p->
yystack
.s_base == NULL) return NULL
[
all
...]
Completed in 56 milliseconds
1
2
3
4
Indexes created Sat Jun 13 00:24:39 UTC 2026