Searched refs:edit_mode (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSrcP.h138 XawTextEditType edit_mode; member in struct:__anonf285b4dd0108
/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c659 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 DTextPop.c207 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 DMultiSrc.c408 if (src->text_src.edit_mode == XawtextRead)
1215 switch (src->text_src.edit_mode) {
H A DText.c1961 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 DAsciiSrc.c456 if (src->text_src.edit_mode == XawtextRead)
1448 switch (src->text_src.edit_mode) {
H A DTextSrc.c144 offset(edit_mode),
740 if (src->textSrc.edit_mode == XawtextRead)
H A DTextAction.c952 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 Dtsource.c330 source->text_source.edit_mode = XawtextRead; /* force read only. */

Completed in 42 milliseconds