Searched refs:DIALOG_STATE (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/dialog/ |
| H A D | dialog.c | 211 #define ssF(name) o_##name, 1, tFalse, offsetof(DIALOG_STATE,name) 212 #define ssT(name) o_##name, 1, tTrue, offsetof(DIALOG_STATE,name) 213 #define ssN(name) o_##name, 1, tNumber, offsetof(DIALOG_STATE,name) 214 #define ssS(name) o_##name, 1, tString, offsetof(DIALOG_STATE,name)
|
| H A D | dialog.h | 494 } DIALOG_STATE; typedef 496 extern DIALOG_STATE dialog_state;
|
| H A D | util.c | 80 DIALOG_STATE dialog_state;
|
| H A D | CHANGES | 1289 + add several DIALOG_STATE items to the rc file: aspect,
|