Lines Matching defs:txt
118 register_table(unsigned int base, unsigned int nresults, const char **txt,
125 REQUIRE(txt != NULL);
136 table->text = txt;
176 const char *txt, *default_text;
183 txt = NULL;
195 txt = isc_msgcat_get(table->msgcat, table->set,
200 if (txt == NULL)
201 txt = isc_msgcat_get(isc_msgcat, ISC_RESULT_UNAVAILABLESET,
206 return (txt);
211 const char **txt, isc_msgcat_t *msgcat, int set)
215 return (register_table(base, nresults, txt, msgcat, set));