/external/e2fsprogs/intl/ |
D | plural.c | 401 # ifndef YYCOPY 403 # define YYCOPY(To, From, Count) \ macro 406 # define YYCOPY(To, From, Count) \ macro 426 YYCOPY (&yyptr->Stack, Stack, yysize); \
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | pmu-bison.c | 346 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 358 # ifndef YYCOPY 360 # define YYCOPY(To, From, Count) \ macro 363 # define YYCOPY(To, From, Count) \ macro
|
D | parse-events-bison.c | 378 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 390 # ifndef YYCOPY 392 # define YYCOPY(To, From, Count) \ macro 395 # define YYCOPY(To, From, Count) \ macro
|
/external/bison/data/ |
D | yacc.c | 574 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 586 # ifndef YYCOPY 588 # define YYCOPY(Dst, Src, Count) \ 591 # define YYCOPY(Dst, Src, Count) \ 958 YYCOPY (yybottom_new, *yybottom, yysize_old);
|
/external/bison/src/ |
D | parse-gram.c | 558 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 570 # ifndef YYCOPY 572 # define YYCOPY(Dst, Src, Count) \ macro 575 # define YYCOPY(Dst, Src, Count) \ macro 1390 YYCOPY (yybottom_new, *yybottom, yysize_old); in yy_lac_stack_realloc()
|
/external/elfutils/src/src/ |
D | ldscript.c | 469 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 481 # ifndef YYCOPY 483 # define YYCOPY(Dst, Src, Count) \ macro 486 # define YYCOPY(Dst, Src, Count) \ macro
|
/external/libpcap/ |
D | grammar.c | 813 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 825 # ifndef YYCOPY 827 # define YYCOPY(To, From, Count) \ macro 830 # define YYCOPY(To, From, Count) \ macro
|
/external/elfutils/src/libcpu/ |
D | i386_parse.c | 584 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 596 # ifndef YYCOPY 598 # define YYCOPY(Dst, Src, Count) \ macro 601 # define YYCOPY(Dst, Src, Count) \ macro
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 332 # ifndef YYCOPY 334 # define YYCOPY(To, From, Count) \ 337 # define YYCOPY(To, From, Count) \ 357 YYCOPY (&yyptr->Stack, Stack, yysize); \
|
/external/bison/ |
D | ChangeLog-2012 | 757 (YYCOPY): Define if LAC requested. 9758 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT): 11179 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register" 12955 (YYCOPY): Do not evaluate __GNUC__ unless it is defined. 18001 (YYCOPY): Fix [] quoting problem in the non-GCC case. 18046 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY, 18459 * src/bison.simple (YYCOPY): New macro.
|