Lines Matching full:tsearch
273 else if (tsearch ( newp, &synonyms, compare_syn) == NULL)
274 error (EXIT_FAILURE, 0, "tsearch");
311 if (tsearch ($4, &mnemonics,
313 error (EXIT_FAILURE, errno, "tsearch");
345 if (tsearch (ns, &suffixes, compare_suf)
347 error (EXIT_FAILURE, errno, "tsearch");
583 if (tsearch (newp, &bitfields, bitfield_compare) == NULL)
918 if (tsearch (newp, &fct_names[i], compare_argstring) == NULL)
919 error (EXIT_FAILURE, errno, "tsearch");
931 if (tsearch (newp, &strs[i], compare_argstring) == NULL)
932 error (EXIT_FAILURE, errno, "tsearch");