Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/include/
HDfont.h53 int get_code(int i);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIASectionContrib.cpp67 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_code); in hasCode()
HDDIARawSymbol.cpp951 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_code); in isCode()
/freebsd-11-stable/contrib/groff/src/devices/grolj4/
HDlj4.cpp284 int code = f->get_code(idx); in set_char()
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
HDlbp.cpp283 int code = f->get_code(idx); in set_char()
/freebsd-11-stable/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()
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
HDdvi.cpp348 int code = f->get_code(idx); in set_char()
/freebsd-11-stable/contrib/groff/src/devices/grotty/
HDtty.cpp368 add_char(f->get_code(i), w, in set_char()
/freebsd-11-stable/contrib/byacc/
HDreader.c2860 get_code(struct ainfo *a, const char *loc) in get_code() function
2984 initial_action = get_code(&a, "yyloc"); in copy_initial_action()
2996 code_text = get_code(&a, "(*loc)"); in copy_destructor()
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
HDfont.cpp380 int font::get_code(int c) in get_code() function in font
/freebsd-11-stable/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()
/freebsd-11-stable/contrib/groff/
HDChangeLog.1153704 (font::get_code): Change return type to int.
3706 * lib/font.h (font::get_code): Change return type to int.