Searched refs:ButtonState (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Ddrawing.h8 typedef enum {on, off} ButtonState; typedef in typeref:enum:__anonb46a15450103
12 ColorPair cp, ButtonState state, bool fill, bool forcebw);
22 char *label, ColorPair cp, ButtonState state);
H A Ddrawing.c35 ColorPair cp, ButtonState state, bool fill, bool forcebw)
154 char *label, ColorPair cp, ButtonState state)
H A Dwin_ops.c108 ButtonState bs;
H A Dworkspace_manager.c689 ButtonState bs = (ws == vs->wsw->currentwspc) ? on : off;
735 ButtonState bs = (ws == vs->wsw->currentwspc) ? on : off;
932 ButtonState bs = (ws == vs->wsw->currentwspc) ? on : off;
H A Doccupation.c968 ButtonState bs = (occwin->tmpOccupation & (1 << ws->number)) ? on : off;
1027 ButtonState bs = (occupyW->tmpOccupation & mask) ? off : on;
H A Dwin_decorations.c1199 ButtonState state = off;
/xsrc/external/mit/xclipboard/dist/
H A Dxcutsel.c82 } ButtonState; typedef in typeref:struct:__anonf07bc4e90208
84 static ButtonState state;
196 SetButton(ButtonState *statep, Boolean on)
253 SetButton((ButtonState*)closure, True);
/xsrc/external/mit/xterm/dist/
H A Dbutton.c901 #define ButtonState(state, mask) \ macro
956 ButtonState(state, mask);
1067 ButtonState(state, mask);
1127 ButtonState(state, event->state);

Completed in 17 milliseconds