Home
last modified time | relevance | path

Searched refs:yyresult (Results 1 – 10 of 10) sorted by relevance

/external/bluez/utils/rfcomm/
Dparser.c967 yysyntax_error (char *yyresult, int yystate, int yychar) in yysyntax_error() argument
1042 if (yyresult) in yysyntax_error()
1047 char *yyp = yyresult; in yysyntax_error()
1159 int yyresult; local
1649 yyresult = 0;
1656 yyresult = 1;
1665 yyresult = 2;
1692 return YYID (yyresult);
/external/bluez/utils/hcid/
Dparser.c1066 yysyntax_error (char *yyresult, int yystate, int yychar) in yysyntax_error() argument
1141 if (yyresult) in yysyntax_error()
1146 char *yyp = yyresult; in yysyntax_error()
1258 int yyresult; local
1996 yyresult = 0;
2003 yyresult = 1;
2012 yyresult = 2;
2039 return YYID (yyresult);
/external/bison/data/
Dyacc.c846 yysyntax_error (char *yyresult, int yystate, int yychar)
921 if (yyresult)
926 char *yyp = yyresult;
997 int yyresult;
1441 yyresult = 0;
1448 yyresult = 1;
1457 yyresult = 2;
1484 return YYID (yyresult);
Dlalr1.cc543 int yyresult;
805 yyresult = 0;
810 yyresult = 1;
829 return yyresult;
Dglr.c2294 int yyresult;
2476 yyresult = 0;
2484 yyresult = 1;
2489 yyresult = 2;
2527 return YYID (yyresult);
/external/e2fsprogs/intl/
Dplural.c685 int yyresult; in yyparse() local
1288 yyresult = 0; in yyparse()
1295 yyresult = 1; in yyparse()
1303 yyresult = 2; in yyparse()
1311 return yyresult; in yyparse()
/external/bison/src/
Dparse-gram.c1294 yysyntax_error (char *yyresult, int yystate, int yychar) in yysyntax_error() argument
1369 if (yyresult) in yysyntax_error()
1374 char *yyp = yyresult; in yysyntax_error()
1490 int yyresult; local
2331 yyresult = 0;
2338 yyresult = 1;
2347 yyresult = 2;
2374 return YYID (yyresult);
/external/elfutils/src/
Dldscript.c995 int yyresult; local
1849 yyresult = 0;
1856 yyresult = 1;
1865 yyresult = 2;
1874 return yyresult;
/external/libpcap/
Dgrammar.c1553 int yyresult; local
2943 yyresult = 0;
2950 yyresult = 1;
2959 yyresult = 2;
2977 return yyresult;
/external/bison/
DChangeLog1646 (yyresult): this, it's a local variable, not an attribute.
2288 (yyparse): New local variable yyresult to record the result.