Searched refs:wwupd (Results 1 – 3 of 3) sorted by relevance
85 for (i = scan_top, touched = &wwtouched[i], upd = &wwupd[i]; in wwupdate1()142 for (j = scan_bot - 1, u = wwupd + j; j >= top; j--, u--) { in wwupdate1()164 xxclreos(i, j = wwupd[i].best_col); in wwupdate1()171 u = wwupd + i; in wwupdate1()185 for (i = top, touched = &wwtouched[i], upd = &wwupd[i]; i < bot; in wwupdate1()
258 wwupd = (struct ww_update *) malloc((unsigned) wwnrow * sizeof *wwupd); in wwinit()259 if (wwupd == 0) { in wwinit()
243 EXTERN struct ww_update *wwupd; /* for display update */ variable