Searched refs:doto (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/mg/
H A Dline.c164 int doto; local
219 doto = curwp->w_doto;
227 memmove(&lp1->l_text[doto + n], &lp1->l_text[doto],
228 lp1->l_used - n - doto);
232 lp1->l_text[doto + i] = c;
235 if (wp == curwp || wp->w_doto > doto)
239 if (wp->w_marko > doto)
243 undo_add_insert(curwp->w_dotp, doto, n);
255 lnewline_at(struct line *lp1, int doto) argument
360 int doto; local
533 int s, doto, is_query_capitalised = 0, is_query_allcaps = 0; local
[all...]
H A Dutil.c139 int doto, cr; local
145 doto = curwp->w_doto;
148 if (doto == 0 && lback(dotp) == curbp->b_headp) {
154 if (doto == llength(dotp) && lforw(dotp) == curbp->b_headp) {
159 if (doto == 0 && doto == llength(dotp)) { /* only '\n' on this line */
163 if (doto == 0) { /* 1st twiddle is on 1st character of a line */
164 cr = lgetc(dotp, doto);
171 cr = lgetc(dotp, doto - 1);
519 int doto; local
[all...]
H A Dword.c369 int doto; local
372 doto = curwp->w_doto;
383 curwp->w_doto = doto;
396 int doto; local
415 doto = curwp->w_doto;
434 curwp->w_doto = doto;
H A Dtags.c53 int doto; member in struct:tagpos
167 int doto, dotline; local
172 doto = curwp->w_doto;
203 s->doto = doto;
238 curwp->w_doto = s->doto;
H A Ddired.c860 d_warpdot(struct line *dotp, int *doto) argument
873 *doto = off;
882 *doto = 0;

Completed in 198 milliseconds