Searched refs:small_width (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic-show-locus.cc | 3004 static const int small_width = 24; in test_layout_x_offset_display_utf8() local 3005 test_offset_impl (1, small_width, 0); in test_layout_x_offset_display_utf8() 3027 test_offset_impl (line_bytes - caret_offset, small_width, in test_layout_x_offset_display_utf8() 3028 line_display_cols + test_left_margin - small_width); in test_layout_x_offset_display_utf8() 3033 test_offset_impl (emoji_col, small_width, in test_layout_x_offset_display_utf8() 3035 - (small_width - CARET_LINE_MARGIN)); in test_layout_x_offset_display_utf8() 3040 dc.caret_max_width = small_width - 6; in test_layout_x_offset_display_utf8() 3064 dc.caret_max_width = small_width - 5; in test_layout_x_offset_display_utf8() 3166 static const int small_width = 24; in test_layout_x_offset_display_tab() local 3167 dc.caret_max_width = small_width - 4; in test_layout_x_offset_display_tab()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | diagnostic-show-locus.c | 2696 static const int small_width = 24; in test_layout_x_offset_display_utf8() local 2697 test_offset_impl (1, small_width, 0); in test_layout_x_offset_display_utf8() 2719 test_offset_impl (line_bytes - caret_offset, small_width, in test_layout_x_offset_display_utf8() 2720 line_display_cols + test_left_margin - small_width); in test_layout_x_offset_display_utf8() 2725 test_offset_impl (emoji_col, small_width, in test_layout_x_offset_display_utf8() 2727 - (small_width - CARET_LINE_MARGIN)); in test_layout_x_offset_display_utf8() 2732 dc.caret_max_width = small_width - 6; in test_layout_x_offset_display_utf8() 2756 dc.caret_max_width = small_width - 5; in test_layout_x_offset_display_utf8()
|