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

/xsrc/external/mit/xmh/dist/
H A Dtocintrnl.h64 unsigned reapable:1; /* True iff we don't need to keep this member in struct:_MsgRec
H A Dscreen.c454 int value, changed, reapable; local in function:EnableProperButtons
488 reapable = MsgGetReapable(scrn->msg);
489 SetButton(scrn->viewbuttons, "send", changed || !reapable);
490 SetButton(scrn->viewbuttons, "save", changed || reapable);
H A Dmsg.c533 /* Set the reapable flag for this msg. */
538 msg->reapable = TRUE;
545 /* Clear the reapable flag for this msg. */
550 msg->reapable = FALSE;
556 /* Get the reapable value for this msg. Returns TRUE iff the reapable flag
561 return msg == NULL || (msg->reapable &&

Completed in 4 milliseconds