Symbol: wwprintf
usr.bin/window/cmd2.c
110
wwprintf(w, "The escape character is %c.\n", escapec);
usr.bin/window/cmd2.c
111
wwprintf(w, "(# represents one of the digits from 1 to 9.)\n\n");
usr.bin/window/cmd2.c
120
wwprintf(w, "%s:\n\n", name);
usr.bin/window/cmd2.c
128
wwprintf(w, "%s: (continued)\n\n", name);
usr.bin/window/cmd6.c
99
wwprintf(w, "(%p)\t\"%s\"\n", s->s_data, s->s_data);
usr.bin/window/error.c
86
wwprintf(w, "line %d: ", x->x_lineno);
usr.bin/window/lcmd2.c
120
wwprintf(w, "%-15s %-15s %-15s\n",
usr.bin/window/lcmd2.c
122
wwprintf(w, "%-15s ", strtime(&timeval));
usr.bin/window/lcmd2.c
123
wwprintf(w, "%-15s ", strtime(&rusage.ru_utime));
usr.bin/window/lcmd2.c
124
wwprintf(w, "%-15s\n", strtime(&rusage.ru_stime));
usr.bin/window/lcmd2.c
125
wwprintf(w, "%-15s %-15s %-15s %-15s\n",
usr.bin/window/lcmd2.c
127
wwprintf(w, "%-15ld %-15ld %-15ld %-15ld\n",
usr.bin/window/lcmd2.c
130
wwprintf(w, "%-7s %-7s %-7s %-7s %-7s %-7s %-7s %-7s %-7s %-7s\n",
usr.bin/window/lcmd2.c
133
wwprintf(w, "%-7ld %-7ld %-7ld %-7ld %-7ld %-7ld %-7ld %-7ld %-7ld %-7ld\n",
usr.bin/window/lcmd2.c
193
wwprintf(w, "%c %c %-13s %-.*s\n",
usr.bin/window/lcmd2.c
224
wwprintf(w, "%16s ", r->r_name);
usr.bin/window/lcmd2.c
227
wwprintf(w, "%s\n", r->r_val.v_str);
usr.bin/window/lcmd2.c
230
wwprintf(w, "%d\n", r->r_val.v_num);
usr.bin/window/lcmd2.c
233
wwprintf(w, "ERROR\n");
usr.bin/window/lcmd2.c
343
wwprintf(w, "%16s %s\n", a->a_name, a->a_buf);
usr.bin/window/lcmd2.c
59
wwprintf(w, "ttflush\twrite\terror\tzero\tchar\n");
usr.bin/window/lcmd2.c
60
wwprintf(w, "%d\t%d\t%d\t%d\t%d\n",
usr.bin/window/lcmd2.c
62
wwprintf(w, "token\tuse\tbad\tsaving\ttotal\tbaud\n");
usr.bin/window/lcmd2.c
63
wwprintf(w, "%d\t%d\t%d\t%d\t%d\t%d/%d (%.1f/%.1f)\n",
usr.bin/window/lcmd2.c
75
wwprintf(w, "wwwrite\tattempt\tchar\n");
usr.bin/window/lcmd2.c
76
wwprintf(w, "%d\t%d\t%d\n",
usr.bin/window/lcmd2.c
78
wwprintf(w, "wwupdat\tline\tmiss\tscan\tclreol\tclreos\tmiss\tline\n");
usr.bin/window/lcmd2.c
79
wwprintf(w, "%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\n",
usr.bin/window/lcmd2.c
82
wwprintf(w, "select\terror\tzero\n");
usr.bin/window/lcmd2.c
83
wwprintf(w, "%d\t%d\t%d\n",
usr.bin/window/lcmd2.c
85
wwprintf(w, "read\terror\tzero\tchar\tack\tnack\tstat\terrorc\n");
usr.bin/window/lcmd2.c
86
wwprintf(w, "%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\n",
usr.bin/window/lcmd2.c
89
wwprintf(w, "ptyread\terror\tzero\tcontrol\tdata\tchar\n");
usr.bin/window/lcmd2.c
90
wwprintf(w, "%d\t%d\t%d\t%d\t%d\t%d\n",
usr.bin/window/startup.c
74
wwprintf(w, "Escape character is %s.\r\n", unctrl(escapec));
usr.bin/window/win.c
353
wwprintf(w, "\033Y%c%c\033sA%s\033rA ",
usr.bin/window/ww.h
356
void wwprintf(struct ww *, const char *, ...) __printflike(2, 3);