Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h222 #define GDEFOPT 16 /* And the Default-Options: lines */ macro
225 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GDEFOPT|GNL|GOTHER)
/titanic_41/usr/src/cmd/mailx/
H A Dsend.c669 if (hp->h_defopt != NOSTR && (w & GDEFOPT)) in puthead()