HomeSort by: relevance | last modified time | path
    Searched refs:auto_fill (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xedit/dist/
options.c 68 #define AUTO_FILL 4
108 XtAddCallback(autoFill, XtNcallback, EditCallback, (XtPointer)AUTO_FILL);
156 Boolean auto_fill; local
164 XtSetArg(args[num_args], XtNautoFill, &auto_fill); ++num_args;
175 if (!auto_fill)
231 if (!auto_fill) {
262 Boolean auto_fill; local
292 case AUTO_FILL:
293 XtSetArg(args[0], XtNautoFill, &auto_fill);
295 XtSetArg(args[0], XtNautoFill, !auto_fill);
    [all...]
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextP.h 198 Boolean auto_fill; /* Auto fill mode? */ member in struct:_TextPart
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 2337 Bool format = ctx->text.auto_fill
2534 if (ctx->text.auto_fill && error == XawEditDone)
3129 if (ctx->text.auto_fill) {
3736 Bool format = ctx->text.auto_fill
3820 if (ctx->text.auto_fill && ctx->text.left_column < ctx->text.right_column) {
Text.c 428 offset(text.auto_fill),

Completed in 41 milliseconds