HomeSort by: relevance | last modified time | path
    Searched refs:cursor_ypos (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libform/
internals.c 149 field->cursor_ypos = ypos;
156 field->cursor_ypos = field->rows - 1;
545 saved_ypos = field->cursor_ypos;
684 field->cursor_ypos = saved_ypos;
765 if (field->cursor_ypos > 0)
766 field->cursor_ypos--;
846 * the cursor_ypos. First count the rows from the start of
858 /* now check if we need to adjust cursor_ypos */
859 if (field->cursor_ypos > count) {
860 field->cursor_ypos--
    [all...]
driver.c 449 fieldp->cursor_ypos = 0;
form.c 598 row += cur->cursor_ypos;
form.h 219 unsigned int cursor_ypos; /* y pos of cursor in field */ member in struct:_form_field
field.c 327 field->cursor_ypos = 0;

Completed in 15 milliseconds