HomeSort by: relevance | last modified time | path
    Searched defs:screen_width (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/cmdline/
ui_mock.cpp 91 ui_mock::screen_width(void) const function in class:ui_mock
ui.cpp 121 cmdline::ui::screen_width(void) const function in class:cmdline::ui
163 const optional< std::size_t > max_width = screen_width();
189 const optional< std::size_t > max_width = screen_width();
220 const optional< std::size_t > max_width = screen_width();
  /src/external/bsd/less/dist/lesstest/
lesstest.h 27 int screen_width; member in struct:LessPipeline
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);
  /src/external/bsd/top/dist/
screen.c 117 int screen_width; variable
183 screen_width = ws.ws_col - 1;
200 screen_width = ts.ts_cols - 1;
224 screen_width = MAX_COLS;
279 /* screen_width is a little different */
280 if ((screen_width = tgetnum("co")) == -1)
282 screen_width = 79;
286 screen_width -= 1;
327 /* This may change screen_width and screen_length, and it always
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-win.c 545 int screen_height, screen_width;
547 rl_get_screen_size (&screen_height, &screen_width);
548 screen_width += readline_hidden_cols;
549 set_screen_width_and_height (screen_width, screen_height);
543 int screen_height, screen_width; local
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-win.c 545 int screen_height, screen_width;
547 rl_get_screen_size (&screen_height, &screen_width);
548 screen_width += readline_hidden_cols;
549 set_screen_width_and_height (screen_width, screen_height);
543 int screen_height, screen_width; local

Completed in 41 milliseconds