Searched refs:Stack_alloc (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.c | 521 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 525 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 526 Stack = &yyptr->Stack_alloc; \
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefsyacc.c | 635 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 639 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 640 Stack = &yyptr->Stack_alloc; \
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 421 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 425 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 426 Stack = &yyptr->Stack_alloc; \
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.c_shipped | 408 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 412 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 413 Stack = &yyptr->Stack_alloc; \
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.tab.c_shipped | 413 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 417 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 418 Stack = &yyptr->Stack_alloc; \
|