HomeSort by relevance Sort by last modified time
    Searched refs:syntaxerr (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
syn.c 58 static void syntaxerr(const char *) MKSH_A_NORETURN;
79 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0)
96 syntaxerr(NULL);
108 syntaxerr(NULL);
129 syntaxerr(NULL);
363 syntaxerr(NULL);
380 syntaxerr(NULL);
419 syntaxerr(NULL);
490 syntaxerr(NULL);
564 syntaxerr(NULL)
853 syntaxerr(const char *what) function
    [all...]
  /external/valgrind/coregrind/
m_libcfile.c 1049 if (any == 0 || j > 255) goto syntaxerr;
1051 if (i <= 2 && c != '.') goto syntaxerr;
    [all...]

Completed in 111 milliseconds