Home
last modified time | relevance | path

Searched refs:DIALOG_CLEAR (Results 1 – 2 of 2) sorted by relevance

/dports/games/xmris/xmris.4.04/
H A Ddialogs.c48 {"clear", DIALOG_CLEAR},
55 {"file", "Enter filename", 1, DIALOG_OK | DIALOG_CANCEL | DIALOG_CLEAR},
59 {"comment", "Enter comment", 1, DIALOG_OK | DIALOG_CANCEL | DIALOG_CLEAR},
61 DIALOG_OK | DIALOG_DEFAULT | DIALOG_CANCEL | DIALOG_CLEAR},
138 else if((unsigned)client == DIALOG_CLEAR)
H A Dxmred.h37 #define DIALOG_CLEAR (1 << 6) macro