Searched refs:wwos (Results 1 – 9 of 9) sorted by relevance
106 os = &wwos[i][j]; in wwupdate1()179 union ww_char *os = &wwos[i][j]; in wwupdate1()204 for (os = &wwos[i][j], j = wwncol - j; --j >= 0;) in wwupdate1()209 os = wwos[i]; in wwupdate1()
92 wwcopyscreen(wwcs, wwos); in wwcheckpoint()98 wwcopyscreen(wwos, wwcs); in wwcheckpoint()
236 wwos = (union ww_char **) in wwinit()238 if (wwos == 0) in wwinit()416 wwos[i][j].c_w = ' '; in wwstart1()
55 os = wwos[i]; in wwredraw()
139 cpp = &wwos[row1x];146 cpp = &wwos[row2x];
115 tt.tt_nmodes = wwos[i][j].c_m & tt.tt_availmodes; in wwdumpos()
120 p = &wwos[row][col];
127 p = &wwos[row][wwncol];
230 union ww_char **wwos; /* the old (current) screen */ variable