Home
last modified time | relevance | path

Searched refs:wcursor (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/vi/port/
H A Dex_voper.c50 #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 …]
H A Dex_vops3.c90 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 …]
H A Dex_vops.c112 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 …]
H A Dex_vwind.c482 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 …]
H A Dex_vops2.c97 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 …]
H A Dex_vis.h155 var unsigned char *wcursor; variable
H A Dex_vget.c356 unsigned char *wp = wcursor; in setBUF()
731 vcnt, vcline, cursor-linebuf, wcursor-linebuf, wdot-zero);
H A Dex_temp.c676 sp->rg_flags = inopen && cursor && wcursor; in YANKreg()
691 *wcursor = 0; in YANKreg()
H A Dex_vmain.c123 wcursor = 0;