Searched refs:GDONE (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/mailx/
H A Dnames.c129 ((struct name*)object)->flags |= GDONE;
250 np->flags |= GDONE;
334 if (np->flags & GDONE)
H A Dmailx.h337 #define GDONE (1<<7) /* Done with it */ macro
363 #define GMASK (GNAME|GDONE) /* Active mask */
H A Dsend.c349 if (!(((struct name*)object)->flags & GDONE))
441 np->flags |= GDONE;

Completed in 14 milliseconds