Home
last modified time | relevance | path

Searched refs:mchars (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dchars.c429 static struct ohash mchars; variable
436 ohash_delete(&mchars); in mchars_free()
445 mandoc_ohash_init(&mchars, 9, offsetof(struct ln, roffcode)); in mchars_alloc()
447 slot = ohash_qlookup(&mchars, lines[i].roffcode); in mchars_alloc()
448 assert(ohash_find(&mchars, slot) == NULL); in mchars_alloc()
449 ohash_insert(&mchars, slot, lines + i); in mchars_alloc()
460 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end)); in mchars_spec2cp()
490 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end)); in mchars_spec2str()