Lines Matching defs:present
128 char present;
526 * Save/restore the "present" flag that is in the second line of 2-line
532 return mhdr->present;
538 mhdr->present = val;
583 .present = MQS_NOOP, .lines = 1};
703 * message, "present" must be cleared in BOTH lines to prevent the receiver
812 mhdr->present = MQS_FULL;
847 mhdr->present = MQS_EMPTY;
866 * present. User must call next_message() to move to next message.
873 int present = mhdr->present;
876 while (present == MQS_NOOP) {
879 present = mhdr->present;
883 if (present == MQS_FULL && mhdr->lines == 2 &&
885 present = MQS_EMPTY;
887 if (!present) {