bin/ksh/c_sh.c
307
shellf("%s", cp+1);
bin/ksh/emacs.c
1912
shellf("\nksh debug:\n");
bin/ksh/emacs.c
1913
shellf("\tx_col == %d,\t\tx_cols == %d,\tx_displen == %d\n",
bin/ksh/emacs.c
1915
shellf("\txcp == 0x%lx,\txep == 0x%lx\n", (long) xcp, (long) xep);
bin/ksh/emacs.c
1916
shellf("\txbp == 0x%lx,\txbuf == 0x%lx\n", (long) xbp, (long) xbuf);
bin/ksh/emacs.c
1917
shellf("\txlp == 0x%lx\n", (long) xlp);
bin/ksh/emacs.c
1918
shellf("\txlp == 0x%lx\n", (long) x_lastcp());
bin/ksh/emacs.c
1919
shellf(newline);
bin/ksh/exec.c
1134
shellf("%s%s\n",
bin/ksh/exec.c
1343
shellf("%s", str_val(global("PS3")));
bin/ksh/history.c
319
shellf("%s\n", p); /* POSIX doesn't say this is done... */
bin/ksh/jobs.c
937
shellf("You have %s%s%s jobs\n",
bin/ksh/mail.c
199
shellf("%s\n", substitute(mbp->mb_msg ? mbp->mb_msg : MBMESSAGE, 0));
bin/ksh/main.c
529
shellf("%s", newline);
bin/ksh/main.c
584
shellf("Use `exit' to leave ksh\n");
bin/ksh/proto.h
112
void shellf ARGS((const char *, ...))
bin/ksh/table.c
217
shellf("table size %d, nfree %d\n", tp->size, tp->nfree);
bin/ksh/table.c
218
shellf(" Ncmp name\n");
bin/ksh/table.c
235
shellf(" %4d %s\n", ncmp, n);
bin/ksh/table.c
242
shellf(" %d entries, worst ncmp %d, avg ncmp %d.%02d\n",