Searched refs:edit_mode (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | TextSrcP.h | 138 XawTextEditType edit_mode; member in struct:__anonf285b4dd0108
|
| /xsrc/external/mit/xconsole/dist/ |
| H A D | xconsole.c | 659 XawTextEditType edit_mode; local in function:TextReplace 662 XtSetArg (arg, XtNeditType, &edit_mode); 667 XtSetArg (arg, XtNeditType, edit_mode);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | TextPop.c | 207 XawTextEditType edit_mode; local in function:_XawTextInsertFile 210 XtSetArg(args[0], XtNeditType, &edit_mode); 213 if (edit_mode != XawtextEdit) { 541 XawTextEditType edit_mode; local in function:_XawTextSearch 591 XtSetArg(args[0], XtNeditType,&edit_mode); 594 InitializeSearchWidget(ctx->text.search, dir, (edit_mode == XawtextEdit));
|
| H A D | MultiSrc.c | 408 if (src->text_src.edit_mode == XawtextRead) 1215 switch (src->text_src.edit_mode) {
|
| H A D | Text.c | 1961 XawTextEditType edit_mode; local in function:TextConvertSelection 1974 XtSetArg(args[0], XtNeditType, &edit_mode); 1982 *length = 7 + (unsigned long)(edit_mode == XawtextEdit) + std_length; 1992 if (edit_mode == XawtextEdit) { 2646 XawTextEditType edit_mode; local in function:_XawTextReplace 2652 XtSetArg(args[0], XtNeditType, &edit_mode); 2655 if (edit_mode == XawtextAppend) {
|
| H A D | AsciiSrc.c | 456 if (src->text_src.edit_mode == XawtextRead) 1448 switch (src->text_src.edit_mode) {
|
| H A D | TextSrc.c | 144 offset(edit_mode), 740 if (src->textSrc.edit_mode == XawtextRead)
|
| H A D | TextAction.c | 952 XawTextEditType edit_mode; local in function:ConvertSelection 965 XtSetArg(args[0], XtNeditType,&edit_mode); 973 *length = (7 + (unsigned long)(edit_mode == XawtextEdit) + std_length); 983 if (edit_mode == XawtextEdit) {
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | tsource.c | 330 source->text_source.edit_mode = XawtextRead; /* force read only. */
|
Completed in 42 milliseconds