Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dlexstates.h148 extern const char e_lexlongquote[];
/titanic_41/usr/src/lib/libshell/common/data/
H A Dlexstates.c410 const char e_lexlongquote[] = "line %d: %c quote may be missing"; variable
/titanic_41/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()