Home
last modified time | relevance | path

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

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