Searched refs:curcol (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ncurses/form/ |
H A D | frm_driver.c | 159 (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 D | frm_data.c | 188 wmove(form->w, form->currow, form->curcol); in data_ahead()
|
H A D | fty_generic.c | 288 *pCol = form->curcol; in _nc_form_cursor()
|
H A D | form.h | 141 int curcol; /* current col in field window */ member
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_refresh.c | 774 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()
|