HomeSort by: relevance | last modified time | path
    Searched refs:ohash_create_entry (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/m4/lib/
ohash_create_entry.c 1 /* $OpenBSD: ohash_create_entry.c,v 1.2 2004/06/22 20:00:16 espie Exp $ */
26 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) function in typeref:typename:void *
ohash.h 66 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
  /src/usr.bin/m4/
Makefile 13 SRCS+= ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c \
look.c 147 n = ohash_create_entry(&macro_info, name, &end);

Completed in 15 milliseconds