Home
last modified time | relevance | path

Searched refs:ht_cb (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/include/
HDsymtab.h86 typedef int (*ht_cb) (struct cpp_reader *, hashnode, const void *); typedef
87 extern void ht_forall (hash_table *, ht_cb, const void *);
/freebsd-11-stable/contrib/gcclibs/libcpp/
HDidentifiers.c117 ht_forall (pfile->hash_table, (ht_cb) cb, v); in cpp_forall_identifiers()
HDsymtab.c221 ht_forall (hash_table *table, ht_cb cb, const void *v) in ht_forall()