Lines Matching defs:wchars
76 char *wchars;
119 char *wchars;
207 Offset(wchars), XtRString, ""},
934 (ch && strchr(ispell.wchars, ch))) {
953 (*mb && strchr(ispell.wchars, *mb)))) {
1026 if (strchr(ispell.wchars, '&')) {
1049 (!ch || !strchr(ispell.wchars, ch))) {
1065 else if (!isalpha(*mb) && (!*mb || !strchr(ispell.wchars, *mb))) {
1318 if (ispell.wchars && *ispell.wchars) {
1319 len += strlen(ispell.wchars + 6);
1325 ispell.cmd, ispell.dictionary, ispell.wchars);
1551 do_replace = !isalpha(*mb) && *mb && !strchr(ispell.wchars, *mb);
1559 do_replace = !isalpha(*mb) && *mb && !strchr(ispell.wchars, *mb);
1805 if (isalpha(*str) || strchr(ispell.wchars, *str))
1812 if (isalpha(*str) || strchr(ispell.wchars, *str))
1968 ispell.wchars = dic->wchars;
2163 dict_res.resource_offset = XtOffsetOf(ispell_dict, wchars);
2173 dict->wchars = "";
2200 ispell.wchars = dict->wchars;