Home
last modified time | relevance | path

Searched refs:wwos (Results 1 – 9 of 9) sorted by relevance

/original-bsd/usr.bin/window/
H A Dwwflush.c56 wwcopyscreen(wwcs, wwos); in wwcheckpoint()
62 wwcopyscreen(wwos, wwcs); in wwcheckpoint()
H A Dwwupdate.c77 os = &wwos[i][j]; in wwupdate1()
150 register union ww_char *os = &wwos[i][j]; in wwupdate1()
175 for (os = &wwos[i][j], j = wwncol - j; --j >= 0;) in wwupdate1()
180 os = wwos[i]; in wwupdate1()
H A Dwwredraw.c26 os = wwos[i]; in wwredraw()
H A Dwwinit.c186 wwos = (union ww_char **) in wwinit()
188 if (wwos == 0) in wwinit()
342 wwos[i][j].c_w = ' '; in wwstart1()
H A Dwwscroll.c108 cpp = &wwos[row1x];
115 cpp = &wwos[row2x];
H A Dwwdump.c84 tt.tt_nmodes = wwos[i][j].c_m & tt.tt_availmodes; in wwdumpos()
H A Dwwdelchar.c91 p = &wwos[row][col];
H A Dwwinschar.c98 p = &wwos[row][wwncol];
H A Dww.h199 union ww_char **wwos; /* the old (current) screen */ variable