Lines Matching defs:dictionary
129 char *dictionary;
236 {"dictionary", "Dictionary", XtRString, sizeof(char*),
237 Offset(dictionary), XtRString, "american"},
394 if (ispell.undo_for && strcmp(ispell.undo_for, ispell.dictionary)) {
739 /* it only happens when the dictionary is changed */
1315 if (ispell.dictionary && *ispell.dictionary) {
1316 len += strlen(ispell.dictionary) + 6;
1325 ispell.cmd, ispell.dictionary, ispell.wchars);
1395 /* insert added words in private dictionary */
1408 write(ispell.ofd[1], "#\n", 2); /* save dictionary */
1670 if (ispell.undo_for && strcmp(ispell.undo_for, ispell.dictionary)) {
1946 if (strcmp(XtName(dic->sme), ispell.dictionary) == 0)
1957 if (strcmp(XtName(tmp->sme), ispell.dictionary) == 0) {
1963 ispell.undo_for = ispell.dictionary;
1967 ispell.dictionary = XtName(dic->sme);
2193 if (strcmp(XtName(dict->sme), ispell.dictionary) == 0) {