Home
last modified time | relevance | path

Searched refs:yyptr (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c426 YYCOPY (&yyptr->Stack, Stack, yysize); \
427 Stack = &yyptr->Stack; \
429 yyptr += yynewbytes / sizeof (*yyptr); \
814 union yyalloc *yyptr = in yyparse() local
816 if (! yyptr) in yyparse()
/external/bison/data/
Dyacc.c414 YYCOPY (&yyptr->Stack, Stack, yysize); \
415 Stack = &yyptr->Stack; \
417 yyptr += yynewbytes / sizeof (*yyptr); \
1136 union yyalloc *yyptr =
1138 if (! yyptr)
/external/bison/src/
Dparse-gram.c519 YYCOPY (&yyptr->Stack, Stack, yysize); \
520 Stack = &yyptr->Stack; \
522 yyptr += yynewbytes / sizeof (*yyptr); \
1627 union yyalloc *yyptr = local
1629 if (! yyptr)
/external/elfutils/src/
Dldscript.c312 YYCOPY (&yyptr->Stack, Stack, yysize); \
313 Stack = &yyptr->Stack; \
315 yyptr += yynewbytes / sizeof (*yyptr); \
1103 union yyalloc *yyptr = local
1105 if (! yyptr)
/external/libpcap/
Dgrammar.c596 YYCOPY (&yyptr->Stack, Stack, yysize); \
597 Stack = &yyptr->Stack; \
599 yyptr += yynewbytes / sizeof (*yyptr); \
1661 union yyalloc *yyptr = local
1663 if (! yyptr)
/external/bison/
DChangeLog12049 (yyparse): yyptr is now union yyalloc *, not char *.