Searched refs:yyptr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/crypto/heimdal/lib/com_err/ |
| H A D | parse.c | 389 YYCOPY (&yyptr->Stack, Stack, yysize); \ 390 Stack = &yyptr->Stack; \ 392 yyptr += yynewbytes / sizeof (*yyptr); \ 1256 union yyalloc *yyptr = local 1258 if (! yyptr)
|
| /freebsd-14.2/crypto/heimdal/lib/sl/ |
| H A D | slc-gram.c | 380 YYCOPY (&yyptr->Stack, Stack, yysize); \ 381 Stack = &yyptr->Stack; \ 383 yyptr += yynewbytes / sizeof (*yyptr); \ 1230 union yyalloc *yyptr = local 1232 if (! yyptr)
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.c | 537 YYCOPY (&yyptr->Stack, Stack, yysize); \ 538 Stack = &yyptr->Stack; \ 540 yyptr += yynewbytes / sizeof (*yyptr); \ 1648 union yyalloc *yyptr = local 1650 if (! yyptr)
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.c | 527 YYCOPY (&yyptr->Stack, Stack, yysize); \ 528 Stack = &yyptr->Stack; \ 530 yyptr += yynewbytes / sizeof (*yyptr); \ 1641 union yyalloc *yyptr = in yyparse() local 1643 if (! yyptr) in yyparse()
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_parser.c | 1260 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1261 Stack = &yyptr->Stack_alloc; \ 1263 yyptr += yynewbytes / YYSIZEOF (*yyptr); \ 2269 union yyalloc *yyptr = in yyparse() 2272 if (! yyptr) in yyparse()
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | configparser.c | 1182 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1183 Stack = &yyptr->Stack_alloc; \ 1185 yyptr += yynewbytes / YYSIZEOF (*yyptr); \ 2884 union yyalloc *yyptr = in yyparse() 2887 if (! yyptr) in yyparse()
|