Home
last modified time | relevance | path

Searched refs:bi_errorf (Results 1 – 7 of 7) sorted by relevance

/external/mksh/src/
Dfuncs.c76 bi_errorf(Tf_sD_s, as, "bad number"); in bi_getn()
264 bi_errorf(Ttoo_many_args); in c_pwd()
273 bi_errorf(Tf_sD_s, "can't determine current directory", in c_pwd()
421 bi_errorf(Tf_coproc, emsg); in c_print()
441 bi_errorf("-u%s: %s", s, emsg); in c_print()
750 bi_errorf("%s is of unknown type %d", id, tp->type); in do_whence()
896 bi_errorf(Tf_sD_s, "bad integer base", basestr); in c_typeset()
913 bi_errorf("only -t, -u and -x options may be used with -f"); in c_typeset()
979 bi_errorf(Tf_sD_s, wp[i], Tnot_ident); in c_typeset()
1351 bi_errorf(Tno_args); in c_let()
[all …]
Dhistrap.c96 bi_errorf("history %ss not available", Tfunction); in c_fc()
150 bi_errorf(Ttoo_many_args); in c_fc()
165 bi_errorf("can't use -e, -l, -n, -r with -s (-e -)"); in c_fc()
180 bi_errorf(Ttoo_many_args); in c_fc()
214 bi_errorf(Tbadsubst); in c_fc()
227 bi_errorf("can't use -l, -n with -e"); in c_fc()
236 bi_errorf(Ttoo_many_args); in c_fc()
297 bi_errorf(Tf_temp, Tcreate, tf->tffn, cstrerror(errno)); in c_fc()
304 bi_errorf(Tf_temp, Twrite, tf->tffn, cstrerror(errno)); in c_fc()
321 bi_errorf(Tf_temp, Topen, tf->tffn, cstrerror(errno)); in c_fc()
[all …]
Dmisc.c450 bi_errorf(Tf_sD_s, go.optarg, in parse_args()
512 bi_errorf(Tf_sD_s, array, Tnot_ident); in parse_args()
1840 bi_errorf(Tcant_cd); in c_cd()
1850 bi_errorf("no home directory (HOME not set)"); in c_cd()
1861 bi_errorf(Tno_OLDPWD); in c_cd()
1872 bi_errorf("can't determine current directory"); in c_cd()
1882 bi_errorf(Tbadsubst); in c_cd()
1901 bi_errorf(Ttoo_many_args); in c_cd()
1925 bi_errorf(Tf_sD_s, dir, "bad directory"); in c_cd()
1927 bi_errorf(Tf_sD_s, tryp, cstrerror(errno)); in c_cd()
Djobs.c742 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in waitfor()
776 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_kill()
783 bi_errorf(Tf_sD_s, cp, cstrerror(errno)); in j_kill()
792 bi_errorf(Tf_sD_s, cp, cstrerror(errno)); in j_kill()
819 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_resume()
825 bi_errorf("job not job-controlled"); in j_resume()
864 bi_errorf(Tf_ldfailed, in j_resume()
891 bi_errorf(Tf_s_sD_s, "can't continue job", in j_resume()
960 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_jobs()
Dsh.h2188 void bi_errorf(const char *, ...)
2192 #define bi_errorfz() bi_errorf(NULL)
Dedit.c2465 bi_errorf("can't bind, not a tty"); in x_bind()
2513 bi_errorf("too long key sequence: %s", msg); in x_bind()
2537 bi_errorf("%s: no such function", a2); in x_bind()
Dmain.c1266 bi_errorf(const char *fmt, ...) in bi_errorf() function