Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h224 #define GOTHER 64 /* Other header lines */ macro
225 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GDEFOPT|GNL|GOTHER)
/titanic_41/usr/src/cmd/mailx/
H A Dsend.c681 if (hp->h_others != NOSTRPTR && (w & GOTHER)) { in puthead()