Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Ddialog.h426 bool no_nl_expand; /* option "--no-nl-expand" */ member
H A Ddialog.c318 { "no-nl-expand", svT(no_nl_expand), 1, "" },
H A Dutil.c2610 int has_newlines = !dialog_vars.no_nl_expand && (strstr(s, "\\n") != 0); in dlg_trim_string()