Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h149 extern const char e_lexquote[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dlexstates.c409 const char e_lexquote[] = "line %d: quote %c to avoid ambiguities"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c1043 errormsg(SH_DICT,ERROR_warn(0),e_lexquote,shp->inlineno,'%'); in sh_lex()