Home
last modified time | relevance | path

Searched refs:ww_buf (Results 1 – 18 of 18) sorted by relevance

/dragonfly/usr.bin/window/
H A Dwwopen.c151 w->ww_buf = (union ww_char **) in wwopen()
154 if (w->ww_buf == 0) in wwopen()
158 w->ww_buf[i][j].c_w = ' '; in wwopen()
180 if (w->ww_buf != 0) in wwopen()
181 wwfree((char **)w->ww_buf, w->ww_b.t); in wwopen()
H A Dwwsize.c88 buf[i][j] = w->ww_buf[i][j]; in wwsize()
92 buf[i][j] = w->ww_buf[i][j]; in wwsize()
106 wwfree((char **)w->ww_buf, w->ww_b.t); in wwsize()
107 w->ww_buf = buf; in wwsize()
133 w->ww_buf += i; in wwsize()
H A Dwwwrite.c101 bp = &w->ww_buf[w->ww_cur.r][w->ww_cur.c]; in wwwrite()
136 bp = w->ww_buf[w->ww_cur.r]; in wwwrite()
163 w->ww_buf++; in wwwrite()
201 w->ww_buf--; in wwwrite()
215 w->ww_buf -= w->ww_w.t - w->ww_b.t; in wwwrite()
H A Dwwdelchar.c52 p = &w->ww_buf[row][col]; in wwdelchar()
86 buf = w->ww_buf[row]; in wwdelchar()
H A Dwwinschar.c53 p = &w->ww_buf[row][w->ww_b.r]; in wwinschar()
87 buf = w->ww_buf[row]; in wwinschar()
H A Dwwmove.c90 w->ww_buf -= dr; in wwmove()
92 w->ww_buf[i] -= dc; in wwmove()
H A Dwwscroll.c60 w->ww_buf += dir; in wwscroll()
65 w->ww_buf -= top - w->ww_b.t; in wwscroll()
H A Dwwclose.c49 wwfree((char **)w->ww_buf, w->ww_b.t); in wwclose()
H A Dwwredrawwin.c54 buf = w->ww_buf[row + offset]; in wwredrawwin1()
H A Dwwclreol.c54 buf = &w->ww_buf[row][col]; in wwclreol1()
H A Dwwdelline.c65 cpp = &w->ww_buf[row]; in wwdelline()
H A Dwwinsline.c65 cpp = &w->ww_buf[w->ww_b.b]; in wwinsline()
H A Dwwadd.c60 union ww_char *buf = w1->ww_buf[i]; in wwadd()
H A Dwwlabel.c65 buf = f->ww_buf[row]; in wwlabel()
H A Dwwdelete.c101 union ww_char *buf = w->ww_buf[i]; in wwdelete1()
H A Dcmd7.c252 bp = selwin->ww_buf[r]; in yank_line()
H A Dwwframe.c232 f->ww_buf[r][c].c_w = frame; in wwframec()
H A Dww.h106 union ww_char **ww_buf; /* the buffer */ member