Searched refs:e_lexlongquote (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | lexstates.h | 148 extern const char e_lexlongquote[];
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | lexstates.h | 151 extern const char e_lexlongquote[];
|
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | lexstates.c | 410 const char e_lexlongquote[] = "line %d: %c quote may be missing"; variable
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | lexstates.c | 413 const char e_lexlongquote[] = "line %d: %c quote may be missing"; variable
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 747 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote); in sh_lex() 790 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote); in sh_lex()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | lex.c | 797 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote); in sh_lex() 840 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote); in sh_lex()
|