Home
last modified time | relevance | path

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); in synbad()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c52 #define SYNBAD 3 /* exit value for syntax errors */ macro
1220 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax1, shp->inlineno, "[]", "empty subscript"); in sh_lex()
1725 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax5,lp->sh->inlineno,lp->heredoc->ioname); in comsub()
2182 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax1,lp->lastline,tokstr,cp); in sh_syntax()
2184 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax2,tokstr,cp); in sh_syntax()