Lines Matching refs:msgverb
117 * The following constants define the value of the "msgverb"
119 * standard message it is to display. If !(msgverb&MV_SET),
121 * and set "msgverb" accordingly.
128 * MV_SET MSGVERB checked, msgverb value valid
228 * msgverb int
248 static int msgverb = 0;
519 * a representation of the value of that value in "msgverb"
539 /* Rid ourselves of junk in "msgverb" */
540 msgverb = 0;
544 msgverb = MV_DFLT;
547 msgverb = MV_DFLT;
571 msgverb |= MV_TXT;
575 msgverb |= MV_LBL;
579 msgverb |= MV_ACT;
583 msgverb |= MV_SEV;
587 msgverb |= MV_TAG;
591 msgverb = MV_DFLT;
600 if (msgverb == 0)
601 msgverb = MV_DFLT;
1097 * Determine the "verbosity" of the message. If "msgverb" is
1104 if (!(msgverb & MV_SET)) {
1106 msgverb |= MV_SET;
1129 msgverb, label, severity, text, action, tag);