Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dtty.c115 grabh(register struct header *hp, int gflags, int subjtop) in grabh() argument
136 if (gflags & GSUBJECT && subjtop) { in grabh()
151 if (gflags & GSUBJECT && !subjtop) { in grabh()
466 grabh(struct header *hp, int gflags, int subjtop) in grabh() argument
505 if (gflags & GSUBJECT && subjtop) { in grabh()
532 if (gflags & GSUBJECT && !subjtop) { in grabh()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h487 extern int grabh(register struct header *hp, int gflags, int subjtop);