Lines Matching refs:svS
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>" },
300 { "hline", svS(help_line), 1, "<str>" },
323 { "no-label", svS(no_label), 1, "<str>" },
329 { "ok-label", svS(ok_label), 1, "<str>" },
331 { "output-separator",svS(output_separator), 1, "<str>" },
349 { "separator", svS(output_separator), 1, NULL },
361 { "time-format", svS(time_format), 1, "<str>" },
363 { "title", svS(title), 1, "<title>" },
369 { "yes-label", svS(yes_label), 1, "<str>" },
372 { "cancel-button", svS(cancel_label), 1, NULL },
375 { "no-button", svS(no_label), 1, NULL },
376 { "ok-button", svS(ok_label), 1, NULL },
379 { "yes-button", svS(yes_label), 1, NULL },
387 { "week-start", svS(week_start), 1, "<str>" },