Searched refs:e_notelem (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/ksh93/data/ |
H A D | msg.c | 116 const char e_notelem[] = "%.*s: is not an element of %s"; variable
|
/ast/src/cmd/ksh93/include/ |
H A D | name.h | 237 extern const char e_notelem[];
|
/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 1746 errormsg(SH_DICT,ERROR_exit(1),e_notelem,n,name,nv_name(np));
|
H A D | nvtype.c | 542 errormsg(SH_DICT,ERROR_exit(1),e_notelem,n,name,nv_name(np));
|
Completed in 24 milliseconds