Searched refs:svS (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dialog.c | 220 #define svS(name) o_##name, 2, tString, offsetof(DIALOG_VARS,name) macro 270 { "backtitle", svS(backtitle), 1, "<backtitle>" }, 274 { "cancel-label", svS(cancel_label), 1, "<str>" }, 278 { "column-separator",svS(column_separator), 1, "<str>" }, 282 { "date-format", svS(date_format), 1, "<str>" }, 284 { "default-item", svS(default_item), 1, "<str>" }, 287 { "exit-label", svS(exit_label), 1, "<str>" }, 289 { "extra-label", svS(extra_label), 1, "<str>" }, 296 { "help-label", svS(help_label), 1, "<str>" }, 299 { "hfile", svS(help_file), 1, "<str>" }, [all …]
|