Home
last modified time | relevance | path

Searched refs:ww_fmap (Results 1 – 8 of 8) sorted by relevance

/original-bsd/usr.bin/window/
H A Dwwclose.c27 if (w->ww_fmap != 0)
28 wwfree((char **)w->ww_fmap, w->ww_w.t);
H A Dwwsize.c37 if (w->ww_fmap != 0) {
87 if (w->ww_fmap != 0) {
88 wwfree((char **)w->ww_fmap, w->ww_w.t);
89 w->ww_fmap = fmap;
137 w->ww_fmap[i][j] = 0;
H A Dwwunframe.c25 register char *fmap = w->ww_fmap ? w->ww_fmap[i] : 0;
H A Dwwmove.c52 if (w->ww_fmap != 0) {
53 w->ww_fmap -= dr;
55 w->ww_fmap[i] -= dc;
H A Dwwopen.c114 w->ww_fmap = wwalloc(w->ww_w.t, w->ww_w.l, in wwopen()
116 if (w->ww_fmap == 0) in wwopen()
120 w->ww_fmap[i][j] = 0; in wwopen()
149 if (w->ww_fmap != 0) in wwopen()
150 wwfree(w->ww_fmap, w->ww_w.t); in wwopen()
H A Dwwlabel.c39 if (f->ww_fmap == 0)
47 fmap = f->ww_fmap[row];
H A Dwwframe.c19 w1->ww_fmap || w1->ww_order > (w)->ww_order)
195 if (f->ww_fmap != 0) {
198 fmap = &f->ww_fmap[r][c];
H A Dww.h58 char **ww_fmap; /* map for frame and box windows */ member