to 619 lib/strutil.h str_replace (char *s, char from, char to) to 624 lib/strutil.h *s = to; to 636 src/editor/editcmd.c pipe_mail (const edit_buffer_t * buf, char *to, char *subject, char *cc) to 641 src/editor/editcmd.c to = name_quote (to, FALSE); to 644 src/editor/editcmd.c s = g_strconcat ("mail -s ", subject, *cc ? " -c " : "", cc, " ", to, (char *) NULL); to 645 src/editor/editcmd.c g_free (to);