Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dlexstates.h143 extern const char e_lexusequote[];
/titanic_41/usr/src/lib/libshell/common/data/
H A Dlexstates.c404 const char e_lexusequote[] = "line %d: %c within ${} should be quoted"; variable
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c1025 errormsg(SH_DICT,ERROR_warn(0),e_lexusequote,shp->inlineno,c); in sh_lex()
1058 errormsg(SH_DICT,ERROR_warn(0),e_lexusequote,shp->inlineno,c); in sh_lex()