Home
last modified time | relevance | path

Searched refs:e_notset (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c61 const char e_notset[] = "%s: parameter not set"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h235 extern const char e_notset[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c1207 errormsg(SH_DICT,ERROR_exit(1),e_notset,ltos(c)); in varsub()
1461 errormsg(SH_DICT,ERROR_exit(1),e_notset,id); in varsub()
1582 errormsg(SH_DICT,ERROR_exit(1),e_notset,id); in varsub()
1968 errormsg(SH_DICT,ERROR_exit(1),e_notset,id); in varsub()
1999 errormsg(SH_DICT,ERROR_exit(1),e_notset,id); in varsub()
H A Darith.c473 lvalue->value = (char*)ERROR_dictionary(e_notset); in arith()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c539 errormsg(SH_DICT,ERROR_exit(1),e_notset,string); in fmtbase64()