Home
last modified time | relevance | path

Searched refs:dlg_trim_string (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/dialog/
H A Dmixedgauge.c207 dlg_trim_string(result); in clean_copy()
H A Dguage.c96 dlg_trim_string(buffer); in read_data()
H A Ddialog.h721 extern void dlg_trim_string(char * /*src*/);
H A Ddialog.c1459 dlg_trim_string(text); in PrintTextOnly()
2080 dlg_trim_string(argv_j); in main()
H A DCHANGES1277 + move calls to dlg_trim_string() out of loop in dialog.c, so each
2143 + modify dlg_trim_string() to retain literal newlines if the string
2183 Fixed dialog.c to not pass menu items through dlg_trim_string().
2202 - rewrote dlg_trim_string() to recognize preformatted text (know
2211 - modified dialog.c to not call dlg_trim_string() on title strings
H A Dutil.c2605 dlg_trim_string(char *s) in dlg_trim_string() function