Home
last modified time | relevance | path

Searched refs:ccursor (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c610 unsigned char *ccursor = cursor; local
629 length = mbtowc(&wchar, (char *)ccursor, MULTI_BYTE_MAX);
631 len = mbtowc(&wc, (char *)ccursor, MULTI_BYTE_MAX);
641 ccursor += length;
643 ccursor += len;
649 mbuf[tmp+1] = *ccursor++;
651 ccursor += ((len > 0) ? len : 1);
673 if(*ccursor)
H A Dex_subr.c1166 unsigned char *ccursor, *ocursor; local
1169 ccursor = ocursor = linebuf;
1170 while(ccursor < cursor) {
1171 length = mbtowc(&wchar, (char *)ccursor, MULTI_BYTE_MAX);
1172 ocursor = ccursor;
1174 ccursor++;
1176 ccursor += length;