Home
last modified time | relevance | path

Searched defs:ohash (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/mdocml/
H A Dcompat_ohash.h38 struct ohash { struct
39 struct _ohash_record *t; argument
40 struct ohash_info info; argument
52 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
/dflybsd-src/usr.bin/m4/lib/
H A Dohash.h39 struct ohash { struct
40 struct _ohash_record *t; argument
41 struct ohash_info info; argument
54 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
/dflybsd-src/contrib/tnftp/src/
H A Dcmds.c2615 int ohash, orestart_point, overbose; in page() local