Lines Matching refs:search
144 #include <search.h>
1684 struct suffix search = { .name = (yyvsp[(5) - (6)].field)->name };
1685 if (tfind (&search, &suffixes, compare_suf)
1717 struct known_bitfield search;
1718 search.name = (yyvsp[(1) - (1)].str);
1720 res = tfind (&search, &bitfields, bitfield_compare);
1724 i386_lineno, search.name);
1798 struct known_bitfield search;
1799 search.name = (yyvsp[(1) - (1)].str);
1801 res = tfind (&search, &bitfields, bitfield_compare);
1805 i386_lineno, search.name);
1872 struct known_bitfield search;
1873 search.name = (yyvsp[(1) - (1)].str);
1875 res = tfind (&search, &bitfields, bitfield_compare);
1891 i386_lineno, search.name);
2414 struct synonym search = { .from = fieldname };
2416 struct synonym **res = tfind (&search, &synonyms, compare_syn);
2516 struct argstring search = { .str = runp->operands[i].fct };
2517 if (tfind (&search, &fct_names[i], compare_argstring) == NULL)
2529 search.str = runp->operands[i].str;
2530 if (tfind (&search, &strs[i], compare_argstring) == NULL)
2813 struct argstring search = { .str = instr->operands[i].fct };
2814 struct argstring **res = tfind (&search, &fct_names[i],
2824 struct argstring search = { .str = instr->operands[i].str };
2825 struct argstring **res = tfind (&search, &strs[i],