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

  /src/usr.bin/m4/lib/
ohash_enum.c 23 ohash_first(struct ohash *h, unsigned int *pos) function in typeref:typename:void *
ohash.h 62 void *ohash_first(struct ohash *, unsigned int *);
  /src/usr.bin/m4/
look.c 222 for (n = ohash_first(&macros, &i); n != NULL;
260 for (p = ohash_first(&macros, &i); p != NULL;
311 for (n = ohash_first(&macros, &i); n != NULL;

Completed in 11 milliseconds