ohash_info
ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info)
ohash_create_entry(struct ohash_info *i, const char *start, const char **end)
struct ohash_info info;
void ohash_init(struct ohash *, unsigned, struct ohash_info *);
void *ohash_create_entry(struct ohash_info *, const char *, const char **);
static struct ohash_info macro_info = {
static struct ohash_info members_info = {
static struct ohash_info arch_info = {
static struct ohash_info dir_info = {
static struct ohash_info file_info = {
static struct ohash_info stamp_info = {
static struct ohash_info suff_info = {
struct ohash_info gnode_info = {
struct ohash_info;
extern struct ohash_info gnode_info;
static struct ohash_info equiv_info = {
static struct ohash_info var_info = {
struct ohash_info info;
struct ohash_info info = { 0, NULL, ecalloc, efree, NULL };
static struct ohash_info node_info = {