Searched refs:cursor_ypos (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libform/
H A Dinternals.c148 field->cursor_ypos = ypos;
155 field->cursor_ypos = field->rows - 1;
544 saved_ypos = field->cursor_ypos;
683 field->cursor_ypos = saved_ypos;
777 if (field->cursor_ypos > 0)
778 field->cursor_ypos--;
870 * the cursor_ypos. First count the rows from the start of
882 /* now check if we need to adjust cursor_ypos */
883 if (field->cursor_ypos > count) {
884 field->cursor_ypos
[all...]
H A Ddriver.c448 fieldp->cursor_ypos = 0;
H A Dform.c598 row += cur->cursor_ypos;
H A Dform.h219 unsigned int cursor_ypos; /* y pos of cursor in field */ member in struct:_form_field
H A Dfield.c326 field->cursor_ypos = 0;

Completed in 112 milliseconds