Searched refs:YYCOPY (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c401 # ifndef YYCOPY
403 # define YYCOPY(To, From, Count) \ macro
406 # define YYCOPY(To, From, Count) \ macro
426 YYCOPY (&yyptr->Stack, Stack, yysize); \
/external/bison/data/
H A Dyacc.c574 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
586 # ifndef YYCOPY
588 # define YYCOPY(Dst, Src, Count) \ macro
591 # define YYCOPY(Dst, Src, Count) \
958 YYCOPY (yybottom_new, *yybottom, yysize_old);
/external/toybox/kconfig/
H A Dzconf.tab.c_shipped332 # ifndef YYCOPY
334 # define YYCOPY(To, From, Count) \
337 # define YYCOPY(To, From, Count) \
357 YYCOPY (&yyptr->Stack, Stack, yysize); \
/external/libpcap/
H A Dgrammar.c851 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
863 # ifndef YYCOPY
865 # define YYCOPY(Dst, Src, Count) \ macro
868 # define YYCOPY(Dst, Src, Count) \ macro
/external/bison/src/
H A Dparse-gram.c558 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);

Completed in 249 milliseconds