Searched refs:dlg_trim_string (Results 1 – 8 of 8) sorted by relevance
216 dlg_trim_string
125 dlg_trim_string;
98 dlg_trim_string(buffer); in read_data()
207 dlg_trim_string(result); in clean_copy()
1467 dlg_trim_string(text); in PrintTextOnly()2080 dlg_trim_string(argv_j); in main()
870 extern void dlg_trim_string(char * /*src*/);
1183 + move calls to dlg_trim_string() out of loop in dialog.c, so each2049 + modify dlg_trim_string() to retain literal newlines if the string2089 Fixed dialog.c to not pass menu items through dlg_trim_string().2108 - rewrote dlg_trim_string() to recognize preformatted text (know2117 - modified dialog.c to not call dlg_trim_string() on title strings
2622 dlg_trim_string(char *s) in dlg_trim_string() function