| /xsrc/external/mit/xedit/dist/ |
| hook.c | 153 } auto_replace; variable in typeref:struct:__anon6585 160 if (w != textwindow || !auto_replace.enabled) 163 if (auto_replace.widget != textwindow) { 164 if (auto_replace.replace) { 165 auto_replace.replace = False; 166 XtRemoveCallback(auto_replace.widget, XtNpositionCallback, 192 char ch, *tmp, *left, *right, *replace = app_resources.auto_replace; 249 return (auto_replace.enabled = count > 0); 322 if ((auto_replace.text = ReplacedWord(str, NULL)) != NULL) { 323 auto_replace.length = strlen(auto_replace.text) [all...] |
| xedit.h | 107 char *auto_replace; member in struct:_app_resources
|
| xedit.c | 111 Offset(auto_replace), XtRImmediate, NULL},
|