Searched refs:dlg_trim_string (Results 1 – 6 of 6) sorted by relevance
207 dlg_trim_string(result); in clean_copy()
96 dlg_trim_string(buffer); in read_data()
721 extern void dlg_trim_string(char * /*src*/);
1459 dlg_trim_string(text); in PrintTextOnly()2080 dlg_trim_string(argv_j); in main()
1277 + move calls to dlg_trim_string() out of loop in dialog.c, so each2143 + modify dlg_trim_string() to retain literal newlines if the string2183 Fixed dialog.c to not pass menu items through dlg_trim_string().2202 - rewrote dlg_trim_string() to recognize preformatted text (know2211 - modified dialog.c to not call dlg_trim_string() on title strings
2605 dlg_trim_string(char *s) in dlg_trim_string() function