Searched refs:GMAP (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/
H A Dnames.c311 np->flags |= GMAP;
336 if (!(np->flags & GMAP)) {
337 np->flags |= GMAP;
341 mapadd(wm, np, mp->name, np->flags & ~(GMAP|GMETOO));
345 mapadd(wm, np, s, np->flags & ~GMAP);
H A Dmailx.h342 #define GMAP (1<<12) /* Already mapped */ macro

Completed in 15 milliseconds