OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:button1
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
lnx-ms.c
111
button1
= 0x0001,
enumerator in enum:_myPrivate::__anon10457
159
if ((buttons &
button1
) && !(priv->buttons &
button1
)) PRESS(1);
160
if (!(buttons &
button1
) && (priv->buttons &
button1
)) RELEASE(1);
205
| ((b[0] & 0x20) ?
button1
: 0)),
lnx-ps2.c
107
button1
= 0x0001,
enumerator in enum:_myPrivate::__anon10458
155
if ((buttons &
button1
) && !(priv->buttons &
button1
)) PRESS(1);
156
if (!(buttons &
button1
) && (priv->buttons &
button1
)) RELEASE(1);
199
| ((b[0] & 1) ?
button1
: 0)),
/xsrc/local/programs/x11-ssh-askpass/
x11-ssh-askpass.h
222
void balanceButtonExtents(ButtonInfo *
button1
, ButtonInfo *button2);
x11-ssh-askpass.c
279
void balanceButtonExtents(ButtonInfo *
button1
, ButtonInfo *button2)
281
if ((!
button1
) || (!button2)) {
284
button1
->w3.interiorWidth = button2->w3.interiorWidth =
285
MAX(
button1
->w3.interiorWidth, button2->w3.interiorWidth);
286
button1
->w3.interiorHeight = button2->w3.interiorHeight =
287
MAX(
button1
->w3.interiorHeight, button2->w3.interiorHeight);
288
calcTotalButtonExtents(
button1
);
1357
if (event->xbutton.button !=
Button1
) {
/xsrc/external/mit/xterm/dist/
configure
765
--enable-block-select meta-
button1
begins block-selection
Completed in 26 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026