Searched refs:pressedButton (Results 1 - 2 of 2) sorted by relevance

/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.h138 int pressedButton; member in struct:__anon7bedf7b40708
H A Dx11-ssh-askpass.c1362 d->pressedButton = OK_BUTTON;
1366 d->pressedButton = CANCEL_BUTTON;
1370 d->pressedButton = NO_BUTTON;
1373 if (OK_BUTTON == d->pressedButton) {
1382 } else if (CANCEL_BUTTON == d->pressedButton) {
1392 d->pressedButton = NO_BUTTON;
1400 if (NO_BUTTON == d->pressedButton) {
1402 } else if (OK_BUTTON == d->pressedButton) {
1414 } else if (CANCEL_BUTTON == d->pressedButton) {

Completed in 4 milliseconds