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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dtranslate.c51 } Catalog_t; typedef in typeref:struct:__anon2654
56 Catalog_t* cat; /* current catalog pointer */
82 { offsetof(Catalog_t, name), 0, 0 },
149 static Catalog_t*
152 register Catalog_t* cp;
162 if (!(cp = newof(0, Catalog_t, 1, strlen(s))))
228 Catalog_t* cp;
249 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg)))
277 * (Catalog_t) is made each time translate() is called with a new
286 * for each Catalog_t
[all...]

Completed in 65 milliseconds