Searched refs:wcursor (Results 1 – 9 of 9) sorted by relevance
50 #define blank() isspace(wcursor[0])89 wcursor = cursor; in operate()253 wcursor = vfindcol(mouse_x); in operate()365 wcursor++; in operate()433 wcursor = linebuf; in operate()481 wcursor = nextchr(wcursor); in operate()485 wcursor = lastchr(linebuf, wcursor); in operate()489 wcursor = nextchr(wcursor); in operate()502 wcursor = vfindcol(cnt); in operate()509 wcursor = vskipwh(linebuf); in operate()[all …]
90 wcursor = cursor;105 if (cursor == wcursor)121 wcursor = linebuf;127 icurs = wcursor;133 icurs = wcursor;165 if (!pastatom || wcursor == linebuf && endPS())182 if (dir < 0 && (wdot != llimit || wcursor != linebuf)) {201 if (wcursor == icurs && wdot == idot || wcursor != linebuf || !endPS())205 c = *wcursor;225 c = *wcursor;[all …]
112 wcursor = 0;362 vupdown(cnt, wcursor); in vmove()371 vUNDcurs = wcursor; in vmove()390 cp = wcursor; in vmove()397 } else if (wcursor > cursor) { in vmove()402 for (cp = cursor; *cp && cp < wcursor;) { in vmove()417 vsetcurs(wcursor); in vmove()436 if (wcursor) { in vdelete()457 if (wcursor < linebuf) in vdelete()458 wcursor = linebuf; in vdelete()[all …]
482 wcursor = linebuf; in vnline()484 wcursor = strend(linebuf); in vnline()485 wcursor = lastchr(linebuf, wcursor); in vnline()488 owcursor = wcursor = curs; in vnline()489 j = wcursor - linebuf; in vnline()490 for(wcursor = linebuf; wcursor - linebuf < j; ) { in vnline()491 owcursor = wcursor; in vnline()492 wcursor = nextchr(wcursor); in vnline()494 if(wcursor - linebuf > j) in vnline()495 wcursor = owcursor; in vnline()[all …]
97 if (wcursor < cursor) in vdcMID()98 cp = wcursor, wcursor = cursor, cursor = cp; in vdcMID()99 vUD1 = vUA1 = vUA2 = cursor; vUD2 = wcursor; in vdcMID()108 return (lcolumn(wcursor)); in vdcMID()121 if (wcursor < linebuf) in takeout()122 wcursor = linebuf; in takeout()123 if (cursor == wcursor) { in takeout()127 if (wcursor < cursor) { in takeout()128 cp = wcursor; in takeout()129 wcursor = cursor; in takeout()[all …]
155 var unsigned char *wcursor; variable
356 unsigned char *wp = wcursor; in setBUF()731 vcnt, vcline, cursor-linebuf, wcursor-linebuf, wdot-zero);
676 sp->rg_flags = inopen && cursor && wcursor; in YANKreg()691 *wcursor = 0; in YANKreg()
123 wcursor = 0;