HomeSort by: relevance | last modified time | path
    Searched defs:auto_fill (Results 1 - 2 of 2) 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

Completed in 4 milliseconds