Lines Matching defs:auto_fill
68 #define AUTO_FILL 4
108 XtAddCallback(autoFill, XtNcallback, EditCallback, (XtPointer)AUTO_FILL);
156 Boolean auto_fill;
164 XtSetArg(args[num_args], XtNautoFill, &auto_fill); ++num_args;
175 if (!auto_fill)
231 if (!auto_fill) {
262 Boolean auto_fill;
292 case AUTO_FILL:
293 XtSetArg(args[0], XtNautoFill, &auto_fill);
295 XtSetArg(args[0], XtNautoFill, !auto_fill);