HomeSort by: relevance | last modified time | path
    Searched defs:synerror (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
parser.c 127 STATIC void synerror(const char *) __dead;
302 synerror("2nd \"!\" unexpected");
410 synerror("Bad for loop variable");
684 synerror("Bad function name (use quotes)");
687 synerror("Bad function name");
760 synerror("Bad fd number");
798 synerror("Unimplemented form of eof marker"
836 synerror(EOFhere);
884 synerror(EOFhere);
935 synerror(EOFhere)
2593 synerror(const char *msg) function in typeref:typename:STATIC void
    [all...]
parser.c 127 STATIC void synerror(const char *) __dead;
302 synerror("2nd \"!\" unexpected");
410 synerror("Bad for loop variable");
684 synerror("Bad function name (use quotes)");
687 synerror("Bad function name");
760 synerror("Bad fd number");
798 synerror("Unimplemented form of eof marker"
836 synerror(EOFhere);
884 synerror(EOFhere);
935 synerror(EOFhere)
2593 synerror(const char *msg) function in typeref:typename:STATIC void
    [all...]

Completed in 27 milliseconds