Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dmain.c120 out2fmt_flush("\n"); in main()
226 out2fmt_flush("\nUse \"exit\" to leave shell.\n"); in cmdloop()
H A Doutput.h75 void out2fmt_flush(const char *, ...) __printflike(1, 2);
H A Derror.c135 out2fmt_flush("\n"); in vwarning()
H A Doptions.c501 out2fmt_flush("Illegal option -%c\n", c); in getopts()
518 out2fmt_flush("No arg for -%c option\n", c); in getopts()
H A Dhistedit.c167 out2fmt_flush("sh: can't initialize history\n"); in histedit()
197 out2fmt_flush("sh: can't initialize editing\n"); in histedit()
H A Dcd.c429 out2fmt_flush("sh: cannot determine working directory\n"); in pwd_init()
H A Doutput.c297 out2fmt_flush(const char *fmt, ...) in out2fmt_flush() function
H A Dinput.c172 out2fmt_flush("sh: turning off NDELAY mode\n"); in preadfd()
H A Djobs.c172 out2fmt_flush("sh: can't access tty; job control turned off\n"); in jobctl_notty()
1297 out2fmt_flush("You have stopped jobs.\n"); in stoppedjobs()
H A Deval.c1212 out2fmt_flush("%s: not found\n", argv[1]); in bltincmd()