Searched refs:hsearch (Results 1 – 7 of 7) sorted by relevance
3 hsearch
27 ENTRY *hsearch (ENTRY item, ACTION action) in hsearch() function
10 CSRC-y := hsearch.c
87 extern ENTRY *hsearch (ENTRY __item, ACTION __action) __THROW;
2241 if (!hsearch(e, FIND)) { /* not in the table */ in add_final_col_index()2242 if (!hsearch(e, ENTER)) { in add_final_col_index()2306 if (!(p = hsearch(e, FIND))) { /* not in the table */ in final_index_val0()2319 if (!(p = hsearch(e, FIND))) { /* not in the table */ in final_index_val()2911 if ((p = hsearch(e, FIND)) != NULL) { in finalize_base()
310 search/hsearch
406 o Added hsearch and hsearch_r
Completed in 12 milliseconds