Searched refs:screen_width (Results 1 – 9 of 9) sorted by relevance
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()
121 cmdline::ui::screen_width(void) const in screen_width() function in cmdline::ui163 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()
67 optional< std::size_t > screen_width(void) const;
64 virtual optional< std::size_t > screen_width(void) const;
91 ui_mock::screen_width(void) const in screen_width() function in ui_mock
117 int screen_width; variable183 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()
51 extern int screen_width;
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()
554 Fixed bug with batch mode (screen_width wasn't getting set).