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

  /src/usr.bin/m4/lib/
ohash_enum.c 26 return ohash_next(h, pos);
30 ohash_next(struct ohash *h, unsigned int *pos) function in typeref:typename:void *
ohash.h 63 void *ohash_next(struct ohash *, unsigned int *);
  /src/usr.bin/m4/
look.c 223 n = ohash_next(&macros, &i))
261 p = ohash_next(&macros, &i))
312 n = ohash_next(&macros, &i))

Completed in 14 milliseconds