Searched refs:shellf (Results 1 - 10 of 10) sorted by path

/netbsd-current/bin/ksh/
H A Dc_sh.c307 shellf("%s", cp+1);
H A Demacs.c1912 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);
H A Dexec.c1134 shellf("%s%s\n",
1343 shellf("%s", str_val(global("PS3")));
H A Dhistory.c319 shellf("%s\n", p); /* POSIX doesn't say this is done... */
H A Dio.c124 shellf(const char *fmt, ...) function
H A Djobs.c937 shellf("You have %s%s%s jobs\n",
H A Dmail.c199 shellf("%s\n", substitute(mbp->mb_msg ? mbp->mb_msg : MBMESSAGE, 0));
H A Dmain.c125 /* Do this first so output routines (eg, errorf, shellf) can work */
529 shellf("%s", newline);
584 shellf("Use `exit' to leave ksh\n");
H A Dproto.h112 void shellf ARGS((const char *, ...))
H A Dtable.c217 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",

Completed in 411 milliseconds