Home
last modified time | relevance | path

Searched refs:wdwc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_subr.c51 int (*wdwc)(wchar_t); variable
1222 wdwc = wdchkind; in localize()
H A Dex_voper.c1167 if (wdwc) in wordch()
1168 return (*wdwc)(c); in wordch()
H A Dex.h402 extern int (*wdwc)(wchar_t); /* tells kind of word character */