to 592 lib/strutil.h str_replace (char *s, char from, char to) to 597 lib/strutil.h *s = to; to 634 src/editor/editcmd.c pipe_mail (const edit_buffer_t *buf, char *to, char *subject, char *cc) to 639 src/editor/editcmd.c to = name_quote (to, FALSE); to 640 src/editor/editcmd.c if (to != NULL) to 647 src/editor/editcmd.c s = g_strdup_printf ("mail -s %s %s", subject, to); to 650 src/editor/editcmd.c s = g_strdup_printf ("mail -s %s -c %s %s", subject, cc, to); to 657 src/editor/editcmd.c g_free (to);