Searched refs:Stack_alloc (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | deltat.c | 550 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 554 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 555 Stack = &yyptr->Stack_alloc; \
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_parser.c | 1256 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 1260 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1261 Stack = &yyptr->Stack_alloc; \ 1244 YYSTACK_RELOCATE(Stack_alloc,Stack) global() argument
|
/freebsd/contrib/unbound/util/ |
H A D | configparser.c | 1196 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 1200 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1201 Stack = &yyptr->Stack_alloc; \ 1178 YYSTACK_RELOCATE(Stack_alloc,Stack) global() argument
|