Searched refs:wordof (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_voper.c | 1040 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 D | ex.h | 558 int wordof(unsigned char, unsigned char *);
|
H A D | ex_vops2.c | 1077 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 71 milliseconds