Lines Matching refs:Message_t
60 } Message_t;
81 { offsetof(Message_t, text), 0, 0 },
107 Message_t* mp;
109 if (!(mp = newof(0, Message_t, 1, strlen(msg))))
223 static Message_t*
229 Message_t* mp;
249 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg)))
283 * dictionary, with entries of type Message_t, is needed for
285 * needed by catgets(). A separate Message_t dictionary is maintained
297 Message_t* mp;