Searched refs:wwprintf (Results 1 – 10 of 10) sorted by relevance
| /dflybsd-src/usr.bin/window/ |
| H A D | lcmd2.c | 59 wwprintf(w, "ttflush\twrite\terror\tzero\tchar\n"); in l_iostat() 60 wwprintf(w, "%d\t%d\t%d\t%d\t%d\n", in l_iostat() 62 wwprintf(w, "token\tuse\tbad\tsaving\ttotal\tbaud\n"); in l_iostat() 63 wwprintf(w, "%d\t%d\t%d\t%d\t%d\t%d/%d (%.1f/%.1f)\n", in l_iostat() 75 wwprintf(w, "wwwrite\tattempt\tchar\n"); in l_iostat() 76 wwprintf(w, "%d\t%d\t%d\n", in l_iostat() 78 wwprintf(w, "wwupdat\tline\tmiss\tscan\tclreol\tclreos\tmiss\tline\n"); in l_iostat() 79 wwprintf(w, "%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\n", in l_iostat() 82 wwprintf(w, "select\terror\tzero\n"); in l_iostat() 83 wwprintf(w, "%d\t%d\t%d\n", in l_iostat() [all …]
|
| H A D | cmd2.c | 110 wwprintf(w, "The escape character is %c.\n", escapec); in c_help() 111 wwprintf(w, "(# represents one of the digits from 1 to 9.)\n\n"); in c_help() 120 wwprintf(w, "%s:\n\n", name); in help_print() 128 wwprintf(w, "%s: (continued)\n\n", name); in help_print()
|
| H A D | wwprintf.c | 39 wwprintf(struct ww *w, const char *fmt, ...) in wwprintf() function
|
| H A D | cmd6.c | 99 wwprintf(w, "(%p)\t\"%s\"\n", s->s_data, s->s_data); in debug_str()
|
| H A D | startup.c | 74 wwprintf(w, "Escape character is %s.\r\n", unctrl(escapec)); in dodefault()
|
| H A D | error.c | 86 wwprintf(w, "line %d: ", x->x_lineno); in verror()
|
| H A D | Makefile | 14 wwopen.c wwprintf.c wwpty.c wwputc.c wwputs.c wwredraw.c \
|
| H A D | win.c | 353 wwprintf(w, "\033Y%c%c\033sA%s\033rA ", in waitnl1()
|
| H A D | ww.h | 356 void wwprintf(struct ww *, const char *, ...) __printflike(2, 3);
|
| H A D | README | 80 and wwprintf() are also supported. Some of the outputs to windows are
|