Searched refs:Catalog_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/misc/
H A Dtranslate.c52 } Catalog_t; typedef in typeref:struct:__anon295
57 Catalog_t* cat; /* current catalog pointer */
82 { offsetof(Catalog_t, name), 0, 0 },
159 static Catalog_t*
162 register Catalog_t* cp;
172 if (!(cp = newof(0, Catalog_t, 1, strlen(s))))
233 Catalog_t* cp;
254 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg)))
282 * (Catalog_t) is made each time translate() is called with a new
291 * for each Catalog_t
[all...]

Completed in 10 milliseconds