Home
last modified time | relevance | path

Searched refs:ERROR_dictionary (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dsignals.c29 #ifndef ERROR_dictionary
30 # define ERROR_dictionary(s) (s) macro
32 #define S(s) ERROR_dictionary(s)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h52 #ifndef ERROR_dictionary
53 #define ERROR_dictionary(t) t macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h456 #ifndef ERROR_dictionary
457 # define ERROR_dictionary(s) (s) macro
459 #define sh_translate(s) _sh_translate(ERROR_dictionary(s))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c39 #ifndef ERROR_dictionary
40 # define ERROR_dictionary(s) (s) macro
112 #define seterror(v,msg) _seterror(v,ERROR_dictionary(msg))
1009 message = ERROR_dictionary(e_domain); in matherr()
1014 message = ERROR_dictionary(e_overflow); in matherr()
1019 message = ERROR_dictionary(e_singularity); in matherr()
H A Darith.c293 lvalue->value = (char*)ERROR_dictionary(e_function); in arith()
473 lvalue->value = (char*)ERROR_dictionary(e_notset); in arith()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddlfcn.c33 #define T(x) ERROR_dictionary(x)