Lines Matching refs:frow
158 row = c->frow; in _pos_form_cursor()
161 row = c -> frow + Y(f) - T(f); in _pos_form_cursor()
170 (void) wmove(Sub(f), c -> frow, c -> fcol); in _pos_form_cursor()
196 (void) copywin(w, Sub(f), 0, B(f), c->frow, in _update_current()
197 c->fcol, c->frow, c->fcol + c->cols - 1, in _update_current()
228 c -> frow + ys - T(f), c -> fcol, in _update_current()
229 c -> frow + ye - T(f) - 1, in _update_current()
312 f -> frow, f -> fcol); in display_field()
338 f -> frow, f -> fcol); in erase_field()
406 (void) copywin(w, Sub(p), 0, 0, f -> frow, in _sync_attrs()
527 w = derwin(Sub(f), c -> rows, c -> cols, c -> frow, in _set_current_field()