Lines Matching defs:mchars
414 static struct ohash mchars;
421 ohash_delete(&mchars);
430 mandoc_ohash_init(&mchars, 9, offsetof(struct ln, roffcode));
432 slot = ohash_qlookup(&mchars, lines[i].roffcode);
433 assert(ohash_find(&mchars, slot) == NULL);
434 ohash_insert(&mchars, slot, lines + i);
445 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
475 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));