HomeSort by: relevance | last modified time | path
    Searched refs:shellf (Results 1 - 10 of 10) sorted by relevancy

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

Completed in 70 milliseconds