Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/include/
HDfont.h53 int get_code(int i);
/NextBSD/contrib/groff/src/devices/grolbp/
HDlbp.cpp283 int code = f->get_code(idx); in set_char()
/NextBSD/contrib/groff/src/devices/grolj4/
HDlj4.cpp284 int code = f->get_code(idx); in set_char()
/NextBSD/contrib/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp269 RAW_METHOD_DUMP(OS, get_code) in dump()
776 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_code); in isCode()
/NextBSD/contrib/groff/src/devices/grops/
HDps.cpp661 unsigned int idx = f->get_code(i); in set_subencoding()
724 sbuf_space_code = f->get_code(space_char_index); in set_char()
/NextBSD/contrib/groff/src/devices/grotty/
HDtty.cpp368 add_char(f->get_code(i), w, in set_char()
/NextBSD/contrib/groff/src/devices/grodvi/
HDdvi.cpp348 int code = f->get_code(idx); in set_char()
/NextBSD/contrib/groff/src/libs/libgroff/
HDfont.cpp380 int font::get_code(int c) in get_code() function in font
/NextBSD/contrib/groff/src/devices/grohtml/
HDpost-html.cpp1422 html_string += s->f->get_code(idx); in add_and_encode()
4237 unsigned int code = sbuf_style.f->get_code(idx); in add_to_sbuf()
/NextBSD/contrib/groff/
HDChangeLog.1153704 (font::get_code): Change return type to int.
3706 * lib/font.h (font::get_code): Change return type to int.