/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
H A D | ui_test.cpp | 94 ATF_REQUIRE_EQ(4321 - 5, ui.screen_width().get()); in ATF_TEST_CASE_BODY() 105 ATF_REQUIRE_EQ(4321 - 5, ui.screen_width().get()); in ATF_TEST_CASE_BODY() 116 ATF_REQUIRE(!ui.screen_width()); in ATF_TEST_CASE_BODY() 127 ATF_REQUIRE_EQ(columns, ui.screen_width().get()); in ATF_TEST_CASE_BODY() 138 ATF_REQUIRE(!ui.screen_width()); in ATF_TEST_CASE_BODY() 149 ATF_REQUIRE_EQ(columns, ui.screen_width().get()); in ATF_TEST_CASE_BODY() 165 ATF_REQUIRE(!ui.screen_width()); in ATF_TEST_CASE_BODY() 175 ATF_REQUIRE_EQ(100 - 5, ui.screen_width().get()); in ATF_TEST_CASE_BODY() 178 ATF_REQUIRE_EQ(100 - 5, ui.screen_width().get()); in ATF_TEST_CASE_BODY() 181 ATF_REQUIRE_EQ(100 - 5, ui.screen_width().get()); in ATF_TEST_CASE_BODY()
|
H A D | ui.cpp | 121 cmdline::ui::screen_width(void) const in screen_width() function in cmdline::ui 163 const optional< std::size_t > max_width = screen_width(); in out_wrap() 189 const optional< std::size_t > max_width = screen_width(); in out_tag_wrap() 220 const optional< std::size_t > max_width = screen_width(); in out_table()
|
H A D | ui_mock.hpp | 67 optional< std::size_t > screen_width(void) const;
|
H A D | ui.hpp | 64 virtual optional< std::size_t > screen_width(void) const;
|
H A D | ui_mock.cpp | 91 ui_mock::screen_width(void) const in screen_width() function in ui_mock
|
/netbsd-src/external/bsd/top/dist/ |
H A D | screen.c | 117 int screen_width; variable 183 screen_width = ws.ws_col - 1; in screen_getsize() 200 screen_width = ts.ts_cols - 1; in screen_getsize() 224 screen_width = MAX_COLS; in screen_readtermcap() 280 if ((screen_width = tgetnum("co")) == -1) in screen_readtermcap() 282 screen_width = 79; in screen_readtermcap() 286 screen_width -= 1; in screen_readtermcap()
|
H A D | screen.h | 51 extern int screen_width;
|
H A D | display.c | 681 display_width = screen_width; in display_resize() 1065 x = (smart_terminal ? screen_width : 79) - 8; in i_timeofday() 1171 if (cpustate_total_length + (signed)strlen(fmttag) > screen_width) { in cpustates_tag()
|
H A D | Changes | 554 Fixed bug with batch mode (screen_width wasn't getting set).
|
/netbsd-src/external/bsd/less/dist/lesstest/ |
H A D | pipeline.c | 51 static void become_child_screen(char* lt_screen, int screen_width, int screen_height, int screen_in… in become_child_screen() argument 61 if (screen_width >= 0) { in become_child_screen() 62 snprintf(sw, sizeof(sw), "%d", screen_width); in become_child_screen() 93 pipeline->screen_width = pipeline->screen_height = 0; in new_pipeline() 118 if (w != NULL) pipeline->screen_width = atoi(w); in create_less_pipeline() 147 …become_child_screen(lt_screen, pipeline->screen_width, pipeline->screen_height, pipeline->screen_i… in create_less_pipeline()
|
H A D | display.c | 38 void display_screen(const byte* img, int imglen, int screen_width, int screen_height) { in display_screen() argument 79 if (++x >= screen_width) { in display_screen() 93 void display_screen_debug(const byte* img, int imglen, int screen_width, int screen_height) { in display_screen_debug() argument 119 if (++x >= screen_width) { in display_screen_debug()
|
H A D | lesstest.h | 27 int screen_width; member 77 void display_screen(const byte* img, int imglen, int screen_width, int screen_height); 78 void display_screen_debug(const byte* img, int imglen, int screen_width, int screen_height);
|
H A D | run.c | 75 display_screen(rbuf, rn, pipeline->screen_width, pipeline->screen_height); in read_and_display_screen() 87 display_screen_debug(img, imglen, pipeline->screen_width, pipeline->screen_height); in curr_screen_match() 89 display_screen_debug(curr, currlen, pipeline->screen_width, pipeline->screen_height); in curr_screen_match()
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | grf_ultms.g | 83 screen_width: .word 1024 190 move @screen_width,b7,1 460 move b7,@screen_width,1
|