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

/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_voper.c1039 which = wordch(wcursor);
1078 which = wordch(wcursor);
1109 which = wordch(wcursor);
1143 return (!wdkind || wordch(wc) == which);
1156 wordch(unsigned char *wc) function
H A Dex_vops2.c1076 for (c = wordch(pcp);
1328 if (anyabbrs && gcursor > ogcursor && !wordch(multic) && wordch(lastchr(ogcursor, gcursor))) {
1335 for (wdtype = wordch(pcp);
1608 && (i == 0 || !wordch(&mapto[i-1])) /* prefix ok */
1609 && (i == final || !wordch(&mapto[i+strlen(cap)]))) /* suffix ok */

Completed in 100 milliseconds