Lines Matching refs:search
39 #include <search.h>
338 struct suffix search = { .name = $5->name };
339 if (tfind (&search, &suffixes, compare_suf)
371 struct known_bitfield search;
372 search.name = $1;
374 res = tfind (&search, &bitfields, bitfield_compare);
378 i386_lineno, search.name);
434 struct known_bitfield search;
435 search.name = $1;
437 res = tfind (&search, &bitfields, bitfield_compare);
441 i386_lineno, search.name);
494 struct known_bitfield search;
495 search.name = $1;
497 res = tfind (&search, &bitfields, bitfield_compare);
513 i386_lineno, search.name);
810 struct synonym search = { .from = fieldname };
812 struct synonym **res = tfind (&search, &synonyms, compare_syn);
912 struct argstring search = { .str = runp->operands[i].fct };
913 if (tfind (&search, &fct_names[i], compare_argstring) == NULL)
925 search.str = runp->operands[i].str;
926 if (tfind (&search, &strs[i], compare_argstring) == NULL)
1209 struct argstring search = { .str = instr->operands[i].fct };
1210 struct argstring **res = tfind (&search, &fct_names[i],
1220 struct argstring search = { .str = instr->operands[i].str };
1221 struct argstring **res = tfind (&search, &strs[i],