Home
last modified time | relevance | path

Searched refs:single_quoted (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/dialog/
H A Ddialog.h521 bool single_quoted; /* option "--single-quoted" */ member
H A Dutil.c2809 return dialog_vars.single_quoted ? "'" : "\""; in quote_delimiter()
2843 const char *must_fix = (dialog_vars.single_quoted in dlg_add_quoted()
H A Ddialog.c350 { "single-quoted", svT(single_quoted), 1, "" },