Lines Matching refs:button_function
105 Offset(button_function[0]), XtRImmediate, (XtPointer) Set},
107 Offset(button_function[1]), XtRImmediate, (XtPointer) Invert},
109 Offset(button_function[2]), XtRImmediate, (XtPointer) Clear},
111 Offset(button_function[3]), XtRImmediate, (XtPointer) Clear},
113 Offset(button_function[4]), XtRImmediate, (XtPointer) Clear},
738 static int button_function;
744 button_function = Clear;
745 to_val->addr = (XPointer) &button_function;
746 to_val->size = sizeof(button_function);
751 button_function = Set;
752 to_val->addr = (XPointer) &button_function;
753 to_val->size = sizeof(button_function);
758 button_function = Invert;
759 to_val->addr = (XPointer) &button_function;
760 to_val->size = sizeof(button_function);
765 button_function = Clear;
766 to_val->addr = (XPointer) &button_function;
767 to_val->size = sizeof(button_function);