Home
last modified time | relevance | path

Searched refs:SH_DICT (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dmisc.c78 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_exec()
168 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_let()
190 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_eval()
224 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_dot_cmd()
351 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_shift()
377 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_wait()
408 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_bg()
426 errormsg(SH_DICT,ERROR_exit(1),e_no_job); in b_bg()
446 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_jobs()
477 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_universe()
[all …]
H A Dulimit.c36 #ifndef SH_DICT
37 # define SH_DICT "libshell" macro
46 errormsg(SH_DICT,ERROR_exit(2),e_nosupport); in b_ulimit()
102 errormsg(SH_DICT,2, e_notimp, opt_info.name); in b_ulimit()
105 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_ulimit()
124 errormsg(SH_DICT,ERROR_usage(2),optusage((char*)0)); in b_ulimit()
148 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
158 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
167 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
177 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
[all …]
H A Dumask.c37 #ifndef SH_DICT
38 # define SH_DICT "libshell" macro
52 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_umask()
55 errormsg(SH_DICT,ERROR_usage(2), "%s",opt_info.arg); in b_umask()
59 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_umask()
71 errormsg(SH_DICT,ERROR_exit(1),e_number,*argv); in b_umask()
82 errormsg(SH_DICT,ERROR_exit(1),e_format,mask); in b_umask()
H A Dhist.c60 errormsg(SH_DICT,ERROR_system(1),e_histopen); in b_hist()
93 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_hist()
96 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_hist()
100 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_hist()
149 errormsg(SH_DICT,ERROR_exit(1),e_found,argv[1]); in b_hist()
178 errormsg(SH_DICT,ERROR_exit(1),e_eneedsarg); in b_hist()
192 errormsg(SH_DICT,ERROR_exit(1),e_create,""); in b_hist()
194 errormsg(SH_DICT,ERROR_system(1),e_create,fname); in b_hist()
221 errormsg(SH_DICT,ERROR_exit(1),"ed not found set FCEDIT"); in b_hist()
270 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,"history"); in b_hist()
[all …]
H A Dcflow.c56 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_return()
59 errormsg(SH_DICT,ERROR_usage(0), "%s", opt_info.arg); in b_return()
64 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_return()
93 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_break()
96 errormsg(SH_DICT,ERROR_usage(0), "%s", opt_info.arg); in b_break()
100 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_break()
107 errormsg(SH_DICT,ERROR_exit(1),e_nolabels,*argv); in b_break()
H A Dcd_pwd.c63 errormsg(SH_DICT,ERROR_exit(1),e_restricted+4); in b_cd()
73 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_cd()
76 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_cd()
83 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_cd()
94 errormsg(SH_DICT,ERROR_exit(1),argc==2?e_subst+4:e_direct); in b_cd()
195 errormsg(SH_DICT,ERROR_system(1),"%s:",dir); in b_cd()
206 errormsg(SH_DICT,ERROR_system(1),"%s:",dir); in b_cd()
246 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_pwd()
249 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_pwd()
253 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_pwd()
[all …]
H A Dwhence.c61 errormsg(SH_DICT,ERROR_exit(1),e_restricted,"-p"); in b_command()
76 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_command()
81 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_command()
88 errormsg(SH_DICT,ERROR_usage(2),"%s", optusage((char*)0)); in b_command()
121 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_whence()
124 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_whence()
129 errormsg(SH_DICT,ERROR_usage(2),optusage((char*)0)); in b_whence()
288 errormsg(SH_DICT,ERROR_exit(0),e_found,sh_fmtq(name)); in whence()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dmisc.c78 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_exec()
168 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_let()
190 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_eval()
224 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_dot_cmd()
351 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_shift()
377 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_wait()
408 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_bg()
426 errormsg(SH_DICT,ERROR_exit(1),e_no_job); in b_bg()
446 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_jobs()
477 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_universe()
[all …]
H A Dulimit.c36 #ifndef SH_DICT
37 # define SH_DICT "libshell" macro
46 errormsg(SH_DICT,ERROR_exit(2),e_nosupport); in b_ulimit()
102 errormsg(SH_DICT,2, e_notimp, opt_info.name); in b_ulimit()
105 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_ulimit()
124 errormsg(SH_DICT,ERROR_usage(2),optusage((char*)0)); in b_ulimit()
148 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
158 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
167 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
177 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
[all …]
H A Dumask.c36 #ifndef SH_DICT
37 # define SH_DICT "libshell" macro
55 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_umask()
58 errormsg(SH_DICT,ERROR_usage(2), "%s",opt_info.arg); in b_umask()
62 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_umask()
74 errormsg(SH_DICT,ERROR_exit(1),e_number,*argv); in b_umask()
85 errormsg(SH_DICT,ERROR_exit(1),e_format,mask); in b_umask()
H A Dpoll.c35 #ifndef SH_DICT
36 # define SH_DICT "libshell" macro
476 errormsg(SH_DICT, ERROR_system(1), "%s: invalid timeout", opt_info.arg); in b_poll()
492 errormsg(SH_DICT, ERROR_ERROR, "%s", opt_info.arg); in b_poll()
495 errormsg(SH_DICT, ERROR_usage(2), "%s", opt_info.arg); in b_poll()
501 errormsg(SH_DICT, ERROR_usage(2), optusage((char*)0)); in b_poll()
507 errormsg(SH_DICT, ERROR_system(1), e_nospace); in b_poll()
542 errormsg(SH_DICT, ERROR_ERROR, e_nospace); in b_poll()
560 errormsg(SH_DICT, ERROR_ERROR, e_nospace); in b_poll()
589 errormsg(SH_DICT, ERROR_ERROR, e_nospace); in b_poll()
[all …]
H A Dtrap.c61 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_trap()
64 errormsg(SH_DICT,ERROR_usage(0), "%s", opt_info.arg); in b_trap()
70 errormsg(SH_DICT,ERROR_usage(2),"%s", optusage((char*)0)); in b_trap()
104 errormsg(SH_DICT,ERROR_exit(1),e_condition); in b_trap()
111 errormsg(SH_DICT,2,e_trap,arg); in b_trap()
121 errormsg(SH_DICT,2,e_trap,arg); in b_trap()
158 errormsg(SH_DICT,2,e_trap,arg); in b_trap()
216 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_kill()
244 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_kill()
272 errormsg(SH_DICT,ERROR_exit(1),e_nosignal,signame); in b_kill()
[all …]
H A Dhist.c60 errormsg(SH_DICT,ERROR_system(1),e_histopen); in b_hist()
93 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_hist()
96 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_hist()
100 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_hist()
149 errormsg(SH_DICT,ERROR_exit(1),e_found,argv[1]); in b_hist()
178 errormsg(SH_DICT,ERROR_exit(1),e_eneedsarg); in b_hist()
192 errormsg(SH_DICT,ERROR_exit(1),e_create,""); in b_hist()
194 errormsg(SH_DICT,ERROR_system(1),e_create,fname); in b_hist()
221 errormsg(SH_DICT,ERROR_exit(1),"ed not found set FCEDIT"); in b_hist()
248 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,"history"); in b_hist()
[all …]
H A Dcflow.c55 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_return()
58 errormsg(SH_DICT,ERROR_usage(0), "%s", opt_info.arg); in b_return()
63 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_return()
92 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_break()
95 errormsg(SH_DICT,ERROR_usage(0), "%s", opt_info.arg); in b_break()
99 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_break()
106 errormsg(SH_DICT,ERROR_exit(1),e_nolabels,*argv); in b_break()
H A Dcd_pwd.c85 errormsg(SH_DICT,ERROR_exit(1),e_restricted+4); in b_cd()
102 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_cd()
105 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_cd()
112 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_cd()
264 errormsg(SH_DICT,ERROR_system(1),"%s:",dir); in b_cd()
275 errormsg(SH_DICT,ERROR_system(1),"%s:",dir); in b_cd()
331 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_pwd()
334 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_pwd()
338 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_pwd()
342 errormsg(SH_DICT, ERROR_system(1), e_pwd); in b_pwd()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dmisc.c78 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_exec()
168 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_let()
190 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_eval()
224 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_dot_cmd()
351 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_shift()
377 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_wait()
408 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_bg()
426 errormsg(SH_DICT,ERROR_exit(1),e_no_job); in b_bg()
446 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_jobs()
477 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_universe()
[all …]
H A Dulimit.c36 #ifndef SH_DICT
37 # define SH_DICT "libshell" macro
46 errormsg(SH_DICT,ERROR_exit(2),e_nosupport); in b_ulimit()
102 errormsg(SH_DICT,2, e_notimp, opt_info.name); in b_ulimit()
105 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_ulimit()
124 errormsg(SH_DICT,ERROR_usage(2),optusage((char*)0)); in b_ulimit()
148 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
158 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
167 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
177 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
[all …]
H A Dumask.c37 #ifndef SH_DICT
38 # define SH_DICT "libshell" macro
52 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_umask()
55 errormsg(SH_DICT,ERROR_usage(2), "%s",opt_info.arg); in b_umask()
59 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_umask()
71 errormsg(SH_DICT,ERROR_exit(1),e_number,*argv); in b_umask()
82 errormsg(SH_DICT,ERROR_exit(1),e_format,mask); in b_umask()
H A Dhist.c60 errormsg(SH_DICT,ERROR_system(1),e_histopen); in b_hist()
93 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_hist()
96 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_hist()
100 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_hist()
149 errormsg(SH_DICT,ERROR_exit(1),e_found,argv[1]); in b_hist()
178 errormsg(SH_DICT,ERROR_exit(1),e_eneedsarg); in b_hist()
192 errormsg(SH_DICT,ERROR_exit(1),e_create,""); in b_hist()
194 errormsg(SH_DICT,ERROR_system(1),e_create,fname); in b_hist()
221 errormsg(SH_DICT,ERROR_exit(1),"ed not found set FCEDIT"); in b_hist()
270 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,"history"); in b_hist()
[all …]
H A Dcflow.c56 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_return()
59 errormsg(SH_DICT,ERROR_usage(0), "%s", opt_info.arg); in b_return()
64 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_return()
93 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_break()
96 errormsg(SH_DICT,ERROR_usage(0), "%s", opt_info.arg); in b_break()
100 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_break()
107 errormsg(SH_DICT,ERROR_exit(1),e_nolabels,*argv); in b_break()
H A Dcd_pwd.c63 errormsg(SH_DICT,ERROR_exit(1),e_restricted+4); in b_cd()
73 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_cd()
76 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_cd()
83 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_cd()
94 errormsg(SH_DICT,ERROR_exit(1),argc==2?e_subst+4:e_direct); in b_cd()
195 errormsg(SH_DICT,ERROR_system(1),"%s:",dir); in b_cd()
206 errormsg(SH_DICT,ERROR_system(1),"%s:",dir); in b_cd()
246 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_pwd()
249 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_pwd()
253 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in b_pwd()
[all …]
H A Dwhence.c61 errormsg(SH_DICT,ERROR_exit(1),e_restricted,"-p"); in b_command()
76 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_command()
81 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_command()
88 errormsg(SH_DICT,ERROR_usage(2),"%s", optusage((char*)0)); in b_command()
121 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_whence()
124 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_whence()
129 errormsg(SH_DICT,ERROR_usage(2),optusage((char*)0)); in b_whence()
288 errormsg(SH_DICT,ERROR_exit(0),e_found,sh_fmtq(name)); in whence()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dshcomp.c91 errormsg(SH_DICT,2,"%s",opt_info.arg); in main()
94 errormsg(SH_DICT,ERROR_usage(2),"%s",opt_info.arg); in main()
102 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in main()
114 errormsg(SH_DICT,ERROR_system(1),"%s: cannot create",cp); in main()
143 errormsg(SH_DICT,ERROR_exit(1),"dump failed"); in main()
148 errormsg(SH_DICT,ERROR_system(1),"I/O error"); in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dshcomp.c91 errormsg(SH_DICT,2,"%s",opt_info.arg); in main()
94 errormsg(SH_DICT,ERROR_usage(2),"%s",opt_info.arg); in main()
102 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in main()
114 errormsg(SH_DICT,ERROR_system(1),"%s: cannot create",cp); in main()
143 errormsg(SH_DICT,ERROR_exit(1),"dump failed"); in main()
148 errormsg(SH_DICT,ERROR_system(1),"I/O error"); in main()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dshcomp.c91 errormsg(SH_DICT,2,"%s",opt_info.arg); in main()
94 errormsg(SH_DICT,ERROR_usage(2),"%s",opt_info.arg); in main()
102 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in main()
114 errormsg(SH_DICT,ERROR_system(1),"%s: cannot create",cp); in main()
144 errormsg(SH_DICT,ERROR_exit(1),"dump failed"); in main()
149 errormsg(SH_DICT,ERROR_system(1),"I/O error"); in main()

12345678