Searched refs:GNL (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/mailx/
H A Dsend.c211 flags |= GDISPLAY|GNL;
312 headout(nfo, lp->hp, GSEND|GEXTERN|GNL|GCOMMA);
337 filecopy(NiL, lp->fp, name, fp, NiL, (off_t)0, NiL, NiL, GNL);
421 filecopy(NiL, lp->fp, state.tmp.edit, fp, NiL, (off_t)0, NiL, NiL, GNL);
436 filecopy(NiL, lp->fp, name, fp, NiL, (off_t)0, NiL, NiL, GNL);
624 flags &= hp->h_flags|GSEND|GCOMMA|GRULE|GNL;
672 if (gotcha && (flags & GNL)) {
H A Dcollect.c400 g = GEDIT|GNL;
404 g &= ~GNL;
408 g &= ~GNL;
669 headout(fp, hp, GEDIT|GNL);
H A Dedit.c171 headout(ep, hp, editheaders|GNL);
H A Dhead.c259 pp->flags = flags & (GDISPLAY|GNL);
319 if (!(pp->flags & GNL))
649 if (!(pp->flags & GNL))
H A Dproc.c367 if (flags & GNL)
H A Dmailx.h348 #define GNL (1L<<18) /* Print blank line after headers */ macro
351 #define GRULE (1L<<21) /* Ouput rule if GNL */

Completed in 24 milliseconds