Home
last modified time | relevance | path

Searched refs:to_fields (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/mail/
H A Dlist.c663 static char *to_fields[] = { "to", "cc", "bcc", NULL }; variable
679 for (to = to_fields; *to != NULL; to++) { in matchto()