Searched refs:mchars_spec2cp (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | chars.c | 102 mchars_spec2cp(const struct mchars *arg, const char *p, size_t sz) in mchars_spec2cp() function
|
H A D | mandoc.h | 424 int mchars_spec2cp(const struct mchars *,
|
H A D | term.c | 460 uc = mchars_spec2cp(p->symtab, seq, sz); in term_word() 714 uc = mchars_spec2cp(p->symtab, in term_strlen()
|
H A D | html.c | 430 c = mchars_spec2cp(h->symtab, seq, len); in print_encode()
|
H A D | roff.c | 966 mchars_spec2cp(r->mchars, stnam, inaml) < 0)) in roff_res()
|