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

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 522 elements in the stack, and YYPTR gives the new location of the
523 stack. Advance YYPTR to a properly aligned location for the next
529 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
530 Stack = &yyptr->Stack_alloc; \
532 yyptr += yynewbytes / sizeof (*yyptr); \
1392 union yyalloc *yyptr =
1394 if (! yyptr)
1390 union yyalloc *yyptr = local in function:yyparse
dtparser.tab.c 539 elements in the stack, and YYPTR gives the new location of the
540 stack. Advance YYPTR to a properly aligned location for the next
546 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
547 Stack = &yyptr->Stack_alloc; \
549 yyptr += yynewbytes / sizeof (*yyptr); \
1474 union yyalloc *yyptr =
1476 if (! yyptr)
1472 union yyalloc *yyptr = local in function:yyparse
prparser.tab.c 541 elements in the stack, and YYPTR gives the new location of the
542 stack. Advance YYPTR to a properly aligned location for the next
548 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
549 Stack = &yyptr->Stack_alloc; \
551 yyptr += yynewbytes / sizeof (*yyptr); \
1477 union yyalloc *yyptr =
1479 if (! yyptr)
1475 union yyalloc *yyptr = local in function:yyparse

Completed in 46 milliseconds