Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
HDdialog.h384 bool single_quoted; /* option "--single-quoted" */ member
HDutil.c2798 return dialog_vars.single_quoted ? "'" : "\""; in quote_delimiter()
2832 const char *must_fix = (dialog_vars.single_quoted in dlg_add_quoted()
HDdialog.c342 { "single-quoted", svT(single_quoted), 1, "" },