Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dparse.c180 flgt = 1; in parse()
221 if (flgt) { in parse()
H A Dinit.c92 int flgt = 0; /* 1 ==> 't' option -- add To: line to letter */ variable
H A Dmail.h380 extern int flgt; /* 1 ==> 't' option -- add To: line to letter */
H A Dsendmail.c115 if (flgt == 1 && argc > 1) { in sendmail()