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

/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_voper.c1040 while (wordof(which, wcursor)) {
1079 while (!margin() && wordof(which, wcursor))
1083 if (wcursor < linebuf || !wordof(which, wcursor))
1088 else if (!wordof(which, wcursor))
1110 while (wordof(which, wcursor)) {
1131 wordof(unsigned char which, unsigned char *wc) function
H A Dex.h572 int wordof(unsigned char, unsigned char *);
H A Dex_vops2.c1077 cp > ogcursor && wordof(c, pcp); cp = pcp, pcp = lastchr(ogcursor, cp))
1336 cp > ogcursor && wordof(wdtype, pcp); cp = pcp, pcp = lastchr(ogcursor, pcp))

Completed in 100 milliseconds