Searched refs:curcol (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/ncurses/form/ |
| D | frm_driver.c | 158 (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 …]
|
| D | frm_data.c | 188 wmove(form->w, form->currow, form->curcol); in data_ahead()
|
| D | form.h | 139 int curcol; /* current col in field window */ member
|
| /freebsd-9-stable/contrib/nvi/vi/ |
| D | vs_refresh.c | 781 size_t cols, curcol, curlen, endpoint, len, midpoint; local 851 vs_column(sp, &curcol); 853 (u_long)sp->lno, (u_long)(curcol + 1));
|