Searched refs:shprintf (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | funcs.c | 277 shprintf(Tf_sN, p); in c_pwd() 697 shprintf(" is a %sshell %s", in do_whence() 711 shprintf(" (autoload from %s)", in do_whence() 721 shprintf("%s is ", id); in do_whence() 723 shprintf("a tracked %s%s for ", in do_whence() 731 shprintf(Tnot_found_s, id); in do_whence() 737 shprintf("%s is an %s%s for ", id, in do_whence() 741 shprintf("%s %s=", Talias, id); in do_whence() 1076 shprintf(Tf_s_s_sN, Tset, "-A", vp->name); in c_typeset_vardump() 1084 shprintf(Tf_s_s, Ttypeset, ""); in c_typeset_vardump() [all …]
|
D | edit.c | 2435 shprintf("%s = ", x_mapout(key)); in x_print() 2437 shprintf("%s%s = ", x_mapout(key), (f & 0x80) ? "~" : ""); in x_print() 2440 shprintf(Tf_sN, x_ftab[XFUNC_VALUE(f)].xf_name); in x_print() 2443 shprintf("'%s'\n", x_atab[prefix][key]); in x_print() 2472 shprintf(Tf_sN, x_ftab[f].xf_name); in x_bind()
|
D | misc.c | 225 shprintf(" -o %s", OFN(i)); in printoptions() 1976 shprintf(Tf_sN, pwd); in c_cd()
|
D | main.c | 1345 shprintf(const char *fmt, ...) in shprintf() function
|
D | jobs.c | 830 shprintf("[%d] ", j->job); in j_resume()
|
D | sh.h | 2201 void shprintf(const char *, ...)
|