| chars.c | 429 static struct ohash mchars; variable in typeref:struct:ohash 436 ohash_delete(&mchars); 445 mandoc_ohash_init(&mchars, 9, offsetof(struct ln, roffcode)); 447 slot = ohash_qlookup(&mchars, lines[i].roffcode); 448 assert(ohash_find(&mchars, slot) == NULL); 449 ohash_insert(&mchars, slot, lines + i); 460 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end)); 490 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end)) [all...] |