Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mailx/
H A Dsend.c76 int ishead, infld, fline, dostat, doclen, nread, unused; in msend() local
87 ishead = 1; in msend()
98 if (ishead) { in msend()
128 ishead = 0; in msend()
153 ishead = 0; in msend()
195 if (!ishead && !mp->m_text && mp->m_clen != 0) { in msend()
229 if (ishead && (mailp->m_flag & MSTATUS)) in msend()
/titanic_50/usr/src/cmd/backup/restore/
H A Dtape.c75 static int ishead(struct s_spcl *);
1054 if (ishead(&spcl) == FAIL) { in getfile()
1985 if (ishead(header) == FAIL) { in findinode()
2040 ishead(struct s_spcl *buf) in ishead() function