Lines Matching defs:messages
46 Dt_t* messages; /* message dictionary handle */
156 * initialize the catalog s by loading in the default locale messages
189 * load the default locale messages
197 * we assume there are no messages after a gap of GAP
198 * missing messages
201 if (cp->messages = dtopen(&state.message_disc, Dtset))
207 if (((s = catgets(d, set = AST_MESSAGE_SET, n, state.null)) && *s || (s = catgets(d, set = 1, n, state.null)) && *s) && entry(cp->messages, set, n, s))
214 dtclose(cp->messages);
215 cp->messages = 0;
254 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg)))
272 * "libFOO" FOO library messages
273 * "libshell" ksh command messages
274 * "SCRIPT" script SCRIPT application messages