Searched refs:curcol (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libform/
H A Dfrm_driver.c160 (Address_Of_Current_Row_In_Nth_Buffer(form,N) + (form)->curcol)
206 (((form)->currow==0) && ((form)->curcol==0))
226 if (y != form->currow || x != form->curcol)
231 form->currow, form->curcol));
362 int cells = cell_width(form->w, form->currow, form->curcol);
364 form->curcol = cell_base(form->w, form->currow, form->curcol);
365 wmove(form->w, form->currow, form->curcol);
374 wmove((form)->w, (form)->currow, (form)->curcol), \
465 N.B.: This only works if form->curcol follow
[all...]
H A Dfrm_data.c189 wmove(form->w, form->currow, form->curcol);
H A Dfty_generic.c288 *pCol = form->curcol;
H A Dform.h142 int curcol; /* current col in field window */ member in struct:formnode
/openbsd-current/usr.bin/mg/
H A Ddisplay.c396 * Second, make sure that "currow" and "curcol" are
409 int currow, curcol; local
511 curcol = 0;
516 curcol = ntabstop(curcol, curwp->w_bufp->b_tabw);
518 curcol += 2;
520 curcol++;
525 curcol += strlen(bf);
528 if (curcol >= ncol - 1) { /* extended line. */
531 updext(currow, curcol); /* an
662 updext(int currow, int curcol) argument
[all...]
/openbsd-current/usr.bin/vi/vi/
H A Dvs_refresh.c781 size_t cols, curcol, curlen, endpoint, len, midpoint; local
860 vs_column(sp, &curcol);
864 (ulong)sp->lno, curcol + 1);
867 (ulong)sp->lno, curcol + 1,

Completed in 130 milliseconds