Searched refs:SYNBAD (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h52 #define SYNBAD 2 macro
H A Dcmd.c622 exitsh(SYNBAD);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c49 #define SYNBAD 3 /* exit value for syntax errors */ macro
1147 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax1, shp->inlineno, "[]", "empty subscript");
2017 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax1,lp->lastline,tokstr,cp);
2019 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax2,tokstr,cp);

Completed in 63 milliseconds