Searched refs:yyprefix (Results 1 – 12 of 12) sorted by relevance
/external/bison/data/ |
D | yacc.c | 881 char const *yyprefix = yyexpecting; 909 yyfmt = yystpcpy (yyfmt, yyprefix); 910 yyprefix = yyor;
|
D | glr.c | 2106 char const *yyprefix = yyexpecting; 2134 yyfmt = yystpcpy (yyfmt, yyprefix); 2135 yyprefix = yyor;
|
/external/bison/src/ |
D | parse-gram.c | 1329 char const *yyprefix = yyexpecting; in yysyntax_error() local 1357 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error() 1358 yyprefix = yyor; in yysyntax_error()
|
/external/libpcap/ |
D | grammar.c | 2780 char const *yyprefix = yyexpecting; local 2808 yyfmt = yystpcpy (yyfmt, yyprefix); 2809 yyprefix = yyor;
|
D | aclocal.m4 | 364 dnl AC_LBL_LEX_AND_YACC(lex, yacc, yyprefix)
|
/external/elfutils/src/ |
D | ldscript.c | 1195 char const *yyprefix = yyexpecting; in yysyntax_error() local 1223 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error() 1224 yyprefix = yyor; in yysyntax_error()
|
/external/elfutils/libcpu/ |
D | i386_parse.c | 1186 char const *yyprefix = yyexpecting; in yysyntax_error() local 1214 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error() 1215 yyprefix = yyor; in yysyntax_error()
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-parse.c | 1371 char const *yyprefix = yyexpecting; in yysyntax_error() local 1399 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error() 1400 yyprefix = yyor; in yysyntax_error()
|
/external/mesa3d/src/glsl/ |
D | glsl_parser.cpp | 2381 char const *yyprefix = yyexpecting; in yysyntax_error() local 2409 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error() 2410 yyprefix = yyor; in yysyntax_error()
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_tab.cpp | 1710 char const *yyprefix = yyexpecting; in yysyntax_error() local 1738 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error() 1739 yyprefix = yyor; in yysyntax_error()
|
/external/tcpdump/ |
D | aclocal.m4 | 446 dnl AC_LBL_LEX_AND_YACC(lex, yacc, yyprefix)
|
/external/bison/ |
D | ChangeLog | 8390 (yyreportParseError): yyprefix is const.
|