Lines Matching refs:search
39 #include <search.h>
337 struct suffix search = { .name = $5->name };
338 if (tfind (&search, &suffixes, compare_suf)
370 struct known_bitfield search;
371 search.name = $1;
373 res = tfind (&search, &bitfields, bitfield_compare);
377 i386_lineno, search.name);
433 struct known_bitfield search;
434 search.name = $1;
436 res = tfind (&search, &bitfields, bitfield_compare);
440 i386_lineno, search.name);
493 struct known_bitfield search;
494 search.name = $1;
496 res = tfind (&search, &bitfields, bitfield_compare);
512 i386_lineno, search.name);
809 struct synonym search = { .from = fieldname };
811 struct synonym **res = tfind (&search, &synonyms, compare_syn);
911 struct argstring search = { .str = runp->operands[i].fct };
912 if (tfind (&search, &fct_names[i], compare_argstring) == NULL)
924 search.str = runp->operands[i].str;
925 if (tfind (&search, &strs[i], compare_argstring) == NULL)
1208 struct argstring search = { .str = instr->operands[i].fct };
1209 struct argstring **res = tfind (&search, &fct_names[i],
1219 struct argstring search = { .str = instr->operands[i].str };
1220 struct argstring **res = tfind (&search, &strs[i],