Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dchars.c453 mchars_spec2cp(const char *p, size_t sz) in mchars_spec2cp() function
H A Dmandoc.h340 int mchars_spec2cp(const char *, size_t);
H A Dterm.c611 uc = mchars_spec2cp(seq, sz); in term_word()
724 uc = mchars_spec2cp(cp, sz); in term_word()
1015 uc = mchars_spec2cp(seq, ssz); in term_strlen()
H A Droff_escape.c535 if (mchars_spec2cp(buf + iarg, argl) >= 0) in roff_escape()
H A Dhtml.c559 c = mchars_spec2cp(seq, len); in print_encode()
H A Dmdoc_markdown.c597 uc = mchars_spec2cp(seq, sz); in md_word()
H A Dmandocdb.c2028 unicode = mchars_spec2cp(seq, seqlen); in render_string()
H A Droff.c2599 istrue = mchars_spec2cp(start, len) != -1; in roff_evalcond()