Home
last modified time | relevance | path

Searched refs:out2fmt_flush (Results 1 – 10 of 10) sorted by relevance

/freebsd/bin/sh/
H A Dmain.c109 out2fmt_flush("\n"); in main()
215 out2fmt_flush("\nUse \"exit\" to leave shell.\n"); in cmdloop()
H A Doutput.h73 void out2fmt_flush(const char *, ...) __printflike(1, 2);
H A Derror.c129 out2fmt_flush("\n"); in vwarning()
H A Doptions.c503 out2fmt_flush("Illegal option -%c\n", c); in getopts()
520 out2fmt_flush("No arg for -%c option\n", c); in getopts()
H A Dhistedit.c163 out2fmt_flush("sh: can't initialize history\n"); in histedit()
193 out2fmt_flush("sh: can't initialize editing\n"); in histedit()
H A Dcd.c423 out2fmt_flush("sh: cannot determine working directory\n"); in pwd_init()
H A Doutput.c291 out2fmt_flush(const char *fmt, ...) in out2fmt_flush() function
H A Dinput.c166 out2fmt_flush("sh: turning off NDELAY mode\n"); in preadfd()
H A Djobs.c166 out2fmt_flush("sh: can't access tty; job control turned off\n"); in jobctl_notty()
1291 out2fmt_flush("You have stopped jobs.\n"); in stoppedjobs()
H A Deval.c1206 out2fmt_flush("%s: not found\n", argv[1]); in bltincmd()