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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops.c967 unsigned char *endcurs; local
968 endcurs = cursor;
969 /* point endcurs to last char entered */
971 if(!*endcurs) {
975 endcurs = nextchr(endcurs);
977 i = lcolumn(endcurs);
1004 wcursor = endcurs;

Completed in 45 milliseconds