Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h153 extern const char e_lexfuture[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dlexstates.c412 const char e_lexfuture[] = "line %d: \\ in front of %c reserved for future use"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c697 errormsg(SH_DICT,ERROR_warn(0),e_lexfuture,shp->inlineno,n); in sh_lex()