Home
last modified time | relevance | path

Searched refs:syntaxerror (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c3251 if (j > 0) i += j; else goto syntaxerror; in parse_procselfmaps()
3253 if (j == 1 && ch == '-') i += j; else goto syntaxerror; in parse_procselfmaps()
3255 if (j > 0) i += j; else goto syntaxerror; in parse_procselfmaps()
3258 if (j == 1 && ch == ' ') i += j; else goto syntaxerror; in parse_procselfmaps()
3261 if (j == 1 && (rr == 'r' || rr == '-')) i += j; else goto syntaxerror; in parse_procselfmaps()
3263 if (j == 1 && (ww == 'w' || ww == '-')) i += j; else goto syntaxerror; in parse_procselfmaps()
3265 if (j == 1 && (xx == 'x' || xx == '-')) i += j; else goto syntaxerror; in parse_procselfmaps()
3269 i += j; else goto syntaxerror; in parse_procselfmaps()
3272 if (j == 1 && ch == ' ') i += j; else goto syntaxerror; in parse_procselfmaps()
3275 if (j > 0) i += j; else goto syntaxerror; in parse_procselfmaps()
[all …]
/external/webkit/Tools/android/flex-2.5.4a/MISC/
DNeXT16 syntaxerror?0:1,
Dparse.c458 syntaxerror = true;
/external/webkit/Tools/android/flex-2.5.4a/
Dmain.c56 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; variable
590 printstats = syntaxerror = trace = spprdflt = caseins = false;
866 if ( syntaxerror ) in readin()
Dparse.y832 syntaxerror = true;
Dflexdef.h387 extern int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt;
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/
DAtari.patches380 X printstats = syntaxerror = trace = spprdflt = interactive = caseins = false;