Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c159 (Address_Of_Current_Row_In_Nth_Buffer(form,N) + (form)->curcol)
205 (((form)->currow==0) && ((form)->curcol==0))
225 if (y != form->currow || x != form->curcol) in check_pos()
230 form->currow, form->curcol)); in check_pos()
361 int cells = cell_width(form->w, form->currow, form->curcol); in delete_char()
363 form->curcol = cell_base(form->w, form->currow, form->curcol); in delete_char()
364 wmove(form->w, form->currow, form->curcol); in delete_char()
373 wmove((form)->w, (form)->currow, (form)->curcol), \
492 form->curcol = idx - field->cols * form->currow; in Adjust_Cursor_Position()
633 wmove(form->w, form->currow, form->curcol); in Synchronize_Buffer()
[all …]
H A Dfrm_data.c188 wmove(form->w, form->currow, form->curcol); in data_ahead()
H A Dfty_generic.c288 *pCol = form->curcol; in _nc_form_cursor()
H A Dform.h141 int curcol; /* current col in field window */ member
/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c774 size_t cols, curcol, curlen, endpoint, len, midpoint; in vs_modeline() local
849 vs_column(sp, &curcol); in vs_modeline()
853 (u_long)sp->lno, curcol + 1); in vs_modeline()
856 (u_long)sp->lno, curcol + 1, in vs_modeline()