Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h130 extern const char e_lexlabignore[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dlexstates.c397 const char e_lexlabignore[] = "line %d: label %s ignored"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c1311 errormsg(SH_DICT,ERROR_warn(0),e_lexlabignore,label_list->argchn.len,label_list->argval); in item()