Lines Matching refs:msgs
32 static struct lc_messages msgs;
37 (void) memset(&msgs, 0, sizeof (msgs));
53 msgs.yesstr = str;
56 msgs.nostr = str;
59 msgs.yesexpr = str;
62 msgs.noexpr = str;
77 if (msgs.yesstr == NULL) {
79 msgs.yesstr = "";
81 if (msgs.nostr == NULL) {
83 msgs.nostr = "";
90 if ((ptr = strchr(msgs.yesstr, ':')) != NULL)
92 if ((ptr = strchr(msgs.nostr, ':')) != NULL)
99 if ((putl_category(msgs.yesexpr, f) == EOF) ||
100 (putl_category(msgs.noexpr, f) == EOF) ||
101 (putl_category(msgs.yesstr, f) == EOF) ||
102 (putl_category(msgs.nostr, f) == EOF)) {