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

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 396 # ifndef YYCOPY
398 # define YYCOPY(To, From, Count) \
401 # define YYCOPY(To, From, Count) \
421 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
dtparser.tab.c 413 # ifndef YYCOPY
415 # define YYCOPY(To, From, Count) \
418 # define YYCOPY(To, From, Count) \
438 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
prparser.tab.c 415 # ifndef YYCOPY
417 # define YYCOPY(To, From, Count) \
420 # define YYCOPY(To, From, Count) \
440 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \

Completed in 27 milliseconds