HomeSort by: relevance | last modified time | path
    Searched defs:YYCOPY (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 504 # ifndef YYCOPY
506 # define YYCOPY(To, From, Count) \
509 # define YYCOPY(To, From, Count) \
529 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
dtparser.tab.c 521 # ifndef YYCOPY
523 # define YYCOPY(To, From, Count) \
526 # define YYCOPY(To, From, Count) \
546 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
prparser.tab.c 523 # ifndef YYCOPY
525 # define YYCOPY(To, From, Count) \
528 # define YYCOPY(To, From, Count) \
548 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \

Completed in 15 milliseconds