Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/vi/port/
H A Dex_vmain.c612 unsigned char *ccursor = cursor; local
631 length = mbtowc(&wchar, (char *)ccursor, MULTI_BYTE_MAX);
633 len = mbtowc(&wc, (char *)ccursor, MULTI_BYTE_MAX);
644 ccursor += length;
646 ccursor += len;
652 mbuf[tmp+1] = *ccursor++;
654 ccursor += ((len > 0) ? len : 1);
676 if(*ccursor)
H A Dex_subr.c1159 unsigned char *ccursor, *ocursor; local
1162 ccursor = ocursor = linebuf;
1163 while(ccursor < cursor) {
1164 length = mbtowc(&wchar, (char *)ccursor, MULTI_BYTE_MAX);
1165 ocursor = ccursor;
1167 ccursor++;
1169 ccursor += length;