Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h152 extern const char e_lexlongquote[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dlexstates.c413 const char e_lexlongquote[] = "line %d: %c quote may be missing"; variable
/illumos-gate/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()