Home
last modified time | relevance | path

Searched refs:screen_width (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dui_test.cpp94 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 Dui.cpp121 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 Dui_mock.hpp67 optional< std::size_t > screen_width(void) const;
H A Dui.hpp64 virtual optional< std::size_t > screen_width(void) const;
H A Dui_mock.cpp91 ui_mock::screen_width(void) const in screen_width() function in ui_mock
/netbsd-src/external/bsd/top/dist/
H A Dscreen.c117 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 Dscreen.h51 extern int screen_width;
H A Ddisplay.c681 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 DChanges554 Fixed bug with batch mode (screen_width wasn't getting set).
/netbsd-src/external/bsd/less/dist/lesstest/
H A Dpipeline.c51 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 Ddisplay.c38 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 Dlesstest.h27 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 Drun.c75 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 Dgrf_ultms.g83 screen_width: .word 1024
190 move @screen_width,b7,1
460 move b7,@screen_width,1