Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/package/
H A Ddialog.sym216 dlg_trim_string
H A Ddialog.map125 dlg_trim_string;
/freebsd/contrib/dialog/
H A Dguage.c98 dlg_trim_string(buffer); in read_data()
H A Dmixedgauge.c207 dlg_trim_string(result); in clean_copy()
H A Ddialog.c1467 dlg_trim_string(text); in PrintTextOnly()
2080 dlg_trim_string(argv_j); in main()
H A Ddialog.h870 extern void dlg_trim_string(char * /*src*/);
H A DCHANGES1183 + move calls to dlg_trim_string() out of loop in dialog.c, so each
2049 + modify dlg_trim_string() to retain literal newlines if the string
2089 Fixed dialog.c to not pass menu items through dlg_trim_string().
2108 - rewrote dlg_trim_string() to recognize preformatted text (know
2117 - modified dialog.c to not call dlg_trim_string() on title strings
H A Dutil.c2622 dlg_trim_string(char *s) in dlg_trim_string() function