Searched refs:auto_replace (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xedit/dist/ |
| H A D | hook.c | 153 } auto_replace; variable in typeref:struct:__anon26fa8c080208 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 [all...] |
| H A D | xedit.h | 107 char *auto_replace; member in struct:_app_resources
|
| H A D | xedit.c | 111 Offset(auto_replace), XtRImmediate, NULL},
|
Completed in 5 milliseconds