to 588 lib/strutil.h str_replace (char *s, char from, char to) to 593 lib/strutil.h *s = to; to 626 src/editor/editcmd.c pipe_mail (const edit_buffer_t *buf, char *to, char *subject, char *cc) to 631 src/editor/editcmd.c to = name_quote (to, FALSE); to 632 src/editor/editcmd.c if (to != NULL) to 639 src/editor/editcmd.c s = g_strdup_printf ("mail -s %s %s", subject, to); to 642 src/editor/editcmd.c s = g_strdup_printf ("mail -s %s -c %s %s", subject, cc, to); to 649 src/editor/editcmd.c g_free (to);