Symbol: ww_char
usr.bin/window/cmd7.c
243
union ww_char *bp;
usr.bin/window/ww.h
106
union ww_char **ww_buf; /* the buffer */
usr.bin/window/ww.h
239
EXTERN union ww_char **wwos; /* the old (current) screen */
usr.bin/window/ww.h
240
EXTERN union ww_char **wwns; /* the new (desired) screen */
usr.bin/window/ww.h
241
EXTERN union ww_char **wwcs; /* the checkpointed screen */
usr.bin/window/ww.h
327
void wwcopyscreen(union ww_char **s1, union ww_char **s2);
usr.bin/window/wwadd.c
59
union ww_char *ns = wwns[i];
usr.bin/window/wwadd.c
60
union ww_char *buf = w1->ww_buf[i];
usr.bin/window/wwclreol.c
52
union ww_char *buf;
usr.bin/window/wwclreol.c
73
union ww_char *s;
usr.bin/window/wwdelchar.c
110
union ww_char *p, *q;
usr.bin/window/wwdelchar.c
50
union ww_char *p, *q;
usr.bin/window/wwdelchar.c
73
union ww_char *buf;
usr.bin/window/wwdelchar.c
75
union ww_char *ns;
usr.bin/window/wwdelete.c
101
union ww_char *buf = w->ww_buf[i];
usr.bin/window/wwdelete.c
49
union ww_char *ns = wwns[i];
usr.bin/window/wwdelete.c
99
union ww_char *ns = wwns[i];
usr.bin/window/wwdelline.c
42
union ww_char **cpp, **cqq;
usr.bin/window/wwdelline.c
43
union ww_char *cp;
usr.bin/window/wwflush.c
100
wwcopyscreen(union ww_char **s1, union ww_char **s2)
usr.bin/window/wwinit.c
230
wwos = (union ww_char **)
usr.bin/window/wwinit.c
231
wwalloc(0, 0, wwnrow, wwncol, sizeof (union ww_char));
usr.bin/window/wwinit.c
235
wwns = (union ww_char **)
usr.bin/window/wwinit.c
236
wwalloc(0, 0, wwnrow, wwncol, sizeof (union ww_char));
usr.bin/window/wwinit.c
244
wwcs = (union ww_char **)
usr.bin/window/wwinit.c
245
wwalloc(0, 0, wwnrow, wwncol, sizeof (union ww_char));
usr.bin/window/wwinschar.c
111
union ww_char *p, *q;
usr.bin/window/wwinschar.c
51
union ww_char *p, *q;
usr.bin/window/wwinschar.c
74
union ww_char *buf;
usr.bin/window/wwinschar.c
76
union ww_char *ns;
usr.bin/window/wwinsline.c
42
union ww_char **cpp, **cqq;
usr.bin/window/wwinsline.c
43
union ww_char *cp;
usr.bin/window/wwlabel.c
51
union ww_char *buf;
usr.bin/window/wwlabel.c
52
union ww_char *ns;
usr.bin/window/wwopen.c
151
w->ww_buf = (union ww_char **)
usr.bin/window/wwopen.c
153
w->ww_b.nr, w->ww_b.nc, sizeof (union ww_char));
usr.bin/window/wwredraw.c
44
union ww_char *os;
usr.bin/window/wwredrawwin.c
44
union ww_char *buf;
usr.bin/window/wwredrawwin.c
46
union ww_char *ns;
usr.bin/window/wwscroll.c
125
union ww_char *tmp;
usr.bin/window/wwscroll.c
126
union ww_char **cpp, **cqq;
usr.bin/window/wwscroll.c
157
union ww_char *tmp;
usr.bin/window/wwscroll.c
158
union ww_char **cpp, **cqq;
usr.bin/window/wwscroll.c
186
union ww_char *tmp;
usr.bin/window/wwscroll.c
187
union ww_char **cpp, **cqq;
usr.bin/window/wwsize.c
47
union ww_char **buf = NULL;
usr.bin/window/wwsize.c
66
buf = (union ww_char **) wwalloc(w->ww_b.t, w->ww_b.l,
usr.bin/window/wwsize.c
67
nline, ncol, sizeof (union ww_char));
usr.bin/window/wwunframe.c
48
union ww_char *ns = wwns[i];
usr.bin/window/wwupdate.c
173
union ww_char *os = &wwos[i][j];
usr.bin/window/wwupdate.c
187
union ww_char *os, *ns;
usr.bin/window/wwupdate.c
210
union ww_char lastc;
usr.bin/window/wwupdate.c
91
union ww_char *ns, *os;
usr.bin/window/wwwrite.c
130
union ww_char *ns = wwns[w->ww_cur.r];
usr.bin/window/wwwrite.c
79
union ww_char *bp;