Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_voper.c1040 which = wordch(wcursor); in word()
1079 which = wordch(wcursor); in word()
1110 which = wordch(wcursor); in eend()
1144 return (!wdkind || wordch(wc) == which); in wordof()
1157 wordch(unsigned char *wc) in wordch() 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);
1609 && (i == 0 || !wordch(&mapto[i-1])) /* prefix ok */ in reccnt()
1610 && (i == final || !wordch(&mapto[i+strlen(cap)]))) /* suffix ok */ in reccnt()