Home
last modified time | relevance | path

Searched refs:e_lexlongquote (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/include/
H A Dlexstates.h148 extern const char e_lexlongquote[];
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h151 extern const char e_lexlongquote[];
/titanic_51/usr/src/lib/libshell/common/data/
H A Dlexstates.c410 const char e_lexlongquote[] = "line %d: %c quote may be missing"; variable
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dlexstates.c413 const char e_lexlongquote[] = "line %d: %c quote may be missing"; variable
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dlex.c747 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 Dlex.c797 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()