Searched refs:syntaxerror (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 3251 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/ |
D | NeXT | 16 syntaxerror?0:1,
|
D | parse.c | 458 syntaxerror = true;
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | main.c | 56 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; variable 590 printstats = syntaxerror = trace = spprdflt = caseins = false; 866 if ( syntaxerror ) in readin()
|
D | parse.y | 832 syntaxerror = true;
|
D | flexdef.h | 387 extern int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt;
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/ |
D | Atari.patches | 380 X printstats = syntaxerror = trace = spprdflt = interactive = caseins = false;
|