Home
last modified time | relevance | path

Searched refs:curcol (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/ncurses/form/
Dfrm_driver.c158 (Address_Of_Current_Row_In_Nth_Buffer(form,N) + (form)->curcol)
203 (((form)->currow==0) && ((form)->curcol==0))
223 if (y != form->currow || x != form->curcol) in check_pos()
228 form->currow, form->curcol)); in check_pos()
336 int cells = cell_width(form->w, form->currow, form->curcol); in delete_char()
338 form->curcol = cell_base(form->w, form->currow, form->curcol); in delete_char()
339 wmove(form->w, form->currow, form->curcol); in delete_char()
348 wmove((form)->w, (form)->currow, (form)->curcol), \
467 form->curcol = idx - field->cols * form->currow; in Adjust_Cursor_Position()
583 wmove(form->w, form->currow, form->curcol); in Synchronize_Buffer()
[all …]
Dfrm_data.c188 wmove(form->w, form->currow, form->curcol); in data_ahead()
Dform.h139 int curcol; /* current col in field window */ member
/freebsd-9-stable/contrib/nvi/vi/
Dvs_refresh.c781 size_t cols, curcol, curlen, endpoint, len, midpoint; local
851 vs_column(sp, &curcol);
853 (u_long)sp->lno, (u_long)(curcol + 1));