Searched refs:character_width (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/texinfo/info/ |
| H A D | window.c | 705 character_width (int character, int hpos) in character_width() function 758 this_char_width = character_width (string[i], hpos); in string_width() 847 cwidth = character_width (c, hpos); in calculate_line_starts() 850 cwidth = character_width (c, hpos); in calculate_line_starts() 1036 hpos += character_width (line[i], hpos); in window_get_cursor_column() 1039 hpos += character_width (line[i], hpos); in window_get_cursor_column() 1064 check = hpos + character_width (line[i], hpos); in window_chars_to_goal()
|
| H A D | window.h | 218 extern int character_width (int character, int hpos);
|
| H A D | infodoc.c | 256 length_so_far += character_width ('\t', length_so_far);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2803 const uint64_t character_width = 8; in ParseSingleMember() local 2925 last_field_info.bit_size = *clang_type_size * character_width; in ParseSingleMember()
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ChangeLog.46 | 6616 * info/window.c (character_width): If ISO_Latin_p is set, make
|