to                619 lib/strutil.h  str_replace (char *s, char from, char to)
to                624 lib/strutil.h              *s = to;
to                632 src/editor/editcmd.c pipe_mail (const edit_buffer_t * buf, char *to, char *subject, char *cc)
to                637 src/editor/editcmd.c     to = name_quote (to, FALSE);
to                638 src/editor/editcmd.c     if (to != NULL)
to                645 src/editor/editcmd.c                 s = g_strdup_printf ("mail -s %s %s", subject, to);
to                648 src/editor/editcmd.c                 s = g_strdup_printf ("mail -s %s -c %s %s", subject, cc, to);
to                655 src/editor/editcmd.c         g_free (to);