Home
last modified time | relevance | path

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

12

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libpz/
H A Dsfdczip.c106 mesg = ERROR_dictionary("unknown compress discipline method"); in sfdczip()
111 mesg = ERROR_dictionary("compress discipline error"); in sfdczip()
192 mesg = ERROR_dictionary("partition file operand required"); in sfdczip()
/dports/shells/ksh93/ast-93u/src/lib/libpz/
H A Dsfdczip.c106 mesg = ERROR_dictionary("unknown compress discipline method"); in sfdczip()
111 mesg = ERROR_dictionary("compress discipline error"); in sfdczip()
192 mesg = ERROR_dictionary("partition file operand required"); in sfdczip()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libpz/
H A Dsfdczip.c106 mesg = ERROR_dictionary("unknown compress discipline method"); in sfdczip()
111 mesg = ERROR_dictionary("compress discipline error"); in sfdczip()
192 mesg = ERROR_dictionary("partition file operand required"); in sfdczip()
/dports/shells/ksh93/ast-93u/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)
/dports/shells/ksh93-devel/ast-cc1bca27/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)
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/include/
H A Derror.h47 #ifndef ERROR_dictionary
48 #define ERROR_dictionary(t) t macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Derror.h52 #ifndef ERROR_dictionary
53 #define ERROR_dictionary(t) t macro
/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Derror.h52 #ifndef ERROR_dictionary
53 #define ERROR_dictionary(t) t macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/include/
H A Derror.h52 #ifndef ERROR_dictionary
53 #define ERROR_dictionary(t) t macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/data/
H A Dsignals.c36 #ifndef ERROR_dictionary
37 #define ERROR_dictionary(s) (s) macro
39 #define S(s) ERROR_dictionary(s)
/dports/shells/ast-ksh/ast-ksh93v/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)
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h451 #ifndef ERROR_dictionary
452 # define ERROR_dictionary(s) (s) macro
454 #define sh_translate(s) _sh_translate(ERROR_dictionary(s))
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h451 #ifndef ERROR_dictionary
452 # define ERROR_dictionary(s) (s) macro
454 #define sh_translate(s) _sh_translate(ERROR_dictionary(s))
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h371 #ifndef ERROR_dictionary
372 #define ERROR_dictionary(s) (s) macro
374 #define sh_translate(s) _sh_translate(ERROR_dictionary(s))
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h474 #ifndef ERROR_dictionary
475 # define ERROR_dictionary(s) (s) macro
477 #define sh_translate(s) _sh_translate(ERROR_dictionary(s))
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dstreval.c39 #ifndef ERROR_dictionary
40 # define ERROR_dictionary(s) (s) macro
113 #define seterror(v,msg) _seterror(v,ERROR_dictionary(msg))
320 arith_error((char*)ERROR_dictionary(e_notset),nv_name((Namval_t*)lastval),3); in arith_exec()
1066 message = ERROR_dictionary(e_domain); in matherr()
1071 message = ERROR_dictionary(e_overflow); in matherr()
1076 message = ERROR_dictionary(e_singularity); in matherr()
/dports/shells/ksh93-devel/ast-cc1bca27/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))
1002 message = ERROR_dictionary(e_domain); in matherr()
1007 message = ERROR_dictionary(e_overflow); in matherr()
1012 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()
/dports/shells/ksh93/ast-93u/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))
1002 message = ERROR_dictionary(e_domain); in matherr()
1007 message = ERROR_dictionary(e_overflow); in matherr()
1012 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()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dstreval.c44 #ifndef ERROR_dictionary
45 #define ERROR_dictionary(s) (s) macro
119 #define seterror(v, msg) _seterror(v, ERROR_dictionary(msg))
323 arith_error((char *)ERROR_dictionary(e_notset), nv_name((Namval_t *)lastval), in arith_exec()
H A Darith.c362 lvalue->value = (char *)ERROR_dictionary(e_function); in arith()
511 lvalue->value = (char *)ERROR_dictionary(e_notset); in arith()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdll/
H A Ddlfcn.c35 #define T(x) ERROR_dictionary(x)
/dports/shells/ksh93/ast-93u/src/lib/libdll/
H A Ddlfcn.c35 #define T(x) ERROR_dictionary(x)
/dports/shells/ksh2020/ast-ksh2020/src/lib/libdll/
H A Ddlfcn.c37 #define T(x) ERROR_dictionary(x)

12