Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h147 extern const char e_lexusequote[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dlexstates.c407 const char e_lexusequote[] = "line %d: %c within ${} should be quoted"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c1086 errormsg(SH_DICT,ERROR_warn(0),e_lexusequote,shp->inlineno,c); in sh_lex()
1131 errormsg(SH_DICT,ERROR_warn(0),e_lexusequote,shp->inlineno,c); in sh_lex()