Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dlexstates.h149 extern const char e_lexfuture[];
/titanic_41/usr/src/lib/libshell/common/data/
H A Dlexstates.c409 const char e_lexfuture[] = "line %d: \\ in front of %c reserved for future use"; variable
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c668 errormsg(SH_DICT,ERROR_warn(0),e_lexfuture,shp->inlineno,n); in sh_lex()