Home
last modified time | relevance | path

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

/freebsd/contrib/dma/
H A Ddma.c428 int nodot = 0, showq = 0, queue_only = 0, newaliases = 0; in main() local
520 nodot = 1; in main()
620 if (readmail(&queue, nodot, recp_from_header) != 0) in main()
H A Dmail.c376 readmail(struct queue *queue, int nodot, int recp_from_header) in readmail() argument
506 if (!nodot && linelen == 2 && line[0] == '.') in readmail()