Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h127 const char *ascii_uc2str(int);
H A Dterm.c692 cp = ascii_uc2str(uc); in term_word()
741 cp = ascii_uc2str(uc); in term_word()
1009 rhs = ascii_uc2str(uc); in term_strlen()
H A Dterm_ascii.c299 ascii_uc2str(int uc) in ascii_uc2str() function