/external/e2fsprogs/intl/ |
plural.c | 401 # ifndef YYCOPY 403 # define YYCOPY(To, From, Count) \ 406 # define YYCOPY(To, From, Count) \ 426 YYCOPY (&yyptr->Stack, Stack, yysize); \ [all...] |
/toolchain/binutils/binutils-2.25/intl/ |
plural.c | 425 # ifndef YYCOPY 427 # define YYCOPY(To, From, Count) \ 430 # define YYCOPY(To, From, Count) \ 450 YYCOPY (&yyptr->Stack, Stack, yysize); \ [all...] |
/external/bison/data/ |
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); [all...] |
/external/toybox/kconfig/ |
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); \ [all...] |
/external/libpcap/ |
grammar.c | 851 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 863 # ifndef YYCOPY 865 # define YYCOPY(Dst, Src, Count) \ 868 # define YYCOPY(Dst, Src, Count) \ [all...] |
/external/bison/src/ |
parse-gram.c | 558 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 570 # ifndef YYCOPY 572 # define YYCOPY(Dst, Src, Count) \ 575 # define YYCOPY(Dst, Src, Count) \ [all...] |