Searched refs:wdbdg (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | wdresolve.c | 51 static int (*wdbdg)(wchar_t, wchar_t, int) = wdbindf_C; variable 89 wdbdg = (int(*)(wchar_t, wchar_t, int))dlsym(modhandle, in _wdinitialize() 91 if (wdbdg == NULL) in _wdinitialize() 92 wdbdg = wdbindf_C; in _wdinitialize() 104 wdbdg = wdbindf_C; in _wdinitialize() 180 i = (*wdbdg)(wc1, wc2, type); in wdbindf()
|
/titanic_41/usr/src/cmd/troff/ |
H A D | ext.h | 199 extern int (*wdbdg)(wchar_t, wchar_t, int);
|
H A D | n7.c | 874 storeword(((*wdbdg)(wceoll, cwc, 1) < 3) ? 980 if (!wdbdg || (iswascii(cwc) && iswascii(owc))) 982 if ((wbf = (*wdbdg)(owc, cwc, 1)) < 5) {
|
H A D | n9.c | 57 int (*wdbdg)(wchar_t, wchar_t, int); variable 589 wdbdg = wdbindf; in localize()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_vops2.c | 1273 /* 7tabs */ if (wdbdg && (!iswascii(wc1) || !iswascii(wc2))) { 1274 /* 7tabs */ if ((*wdbdg)(wc1, wc2, 2) < 5) {
|
H A D | ex.h | 403 int (*wdbdg)(wchar_t, wchar_t, int); /* tells word binding force */ variable
|
H A D | ex_subr.c | 1216 wdbdg = wdbindf; in localize()
|