Home
last modified time | relevance | path

Searched refs:COLS (Results 1 – 25 of 39) sorted by relevance

12

/external/e2fsprogs/ext2ed/
Dwin.c46 wmove (title_win,TITLE_WIN_LINES/2,(COLS-strlen (title_string))/2); in draw_title_win()
57 show_pad_info.display_cols=COLS; in setup_show_win()
76 title_win=newwin (TITLE_WIN_LINES,COLS,0,0); in init_windows()
77 show_win=newwin (SHOW_WIN_LINES,COLS,TITLE_WIN_LINES,0); in init_windows()
79 mt_win1=newwin (1,COLS,TITLE_WIN_LINES+SHOW_WIN_LINES,0); in init_windows()
80 mt_win2=newwin (1,COLS,LINES-COMMAND_WIN_LINES-1,0); in init_windows()
81 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0); in init_windows()
115 wmove (show_win,2,COLS-18); in refresh_show_win()
118 wmove (show_win,2,COLS-18); in refresh_show_win()
204 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) { in redraw_all()
[all …]
Ddir_com.c464 if (dir_entry_ptr->name_len > (COLS - 55) && COLS > 55) in action_show()
465 temp [COLS-55]=0; in action_show()
Dext2ed.h64 #define SHOW_PAD_COLS (COLS > 140 ? COLS : 140)
/external/syslinux/gpxe/src/arch/i386/core/
Dvideo_subr.c52 memcpy(vidmem, vidmem + COLS * 2, (LINES - 1) * COLS * 2); in video_scroll()
53 for (i = (LINES - 1) * COLS * 2; i < LINES * COLS * 2; i += 2) in video_scroll()
77 vidmem[((video_col + (video_line *COLS)) * 2)] = byte; in vga_putc()
78 vidmem[((video_col + (video_line *COLS)) * 2) +1] = VGA_ATTR_CLR_WHT; in vga_putc()
84 if (video_col >= COLS) { in vga_putc()
93 write_crtc((video_col + (video_line *COLS)) >> 8, CRTC_CURSOR_HI); in vga_putc()
94 write_crtc((video_col + (video_line *COLS)) & 0x0ff, CRTC_CURSOR_LO); in vga_putc()
/external/python/cpython2/Demo/curses/
Dncurses.py76 for x in range(0, curses.COLS):
81 curses.COLS // 8 + 1,
88 curses.COLS // 7,
90 curses.COLS // 10)
95 curses.COLS // 10,
97 curses.COLS // 9)
102 curses.COLS // 8,
104 curses.COLS // 3)
109 curses.COLS // 8,
111 curses.COLS // 2 - 2)
[all …]
Drain.py42 c = curses.COLS - 4
Dtclock.py82 cx = (curses.COLS - 1) // 2
/external/gptfdisk/
Dgptcurses.cc326 move(2, (COLS - 29) / 2); in ShowInfo()
531 move(0, (COLS - 22) / 2); in ShowHelp()
612 numPerLine = (COLS - 8) / 12; in DisplayOptions()
633 move(LINES - 1, (COLS - optionDesc.length()) / 2); in DisplayOptions()
745 move(0, (COLS - title.length()) / 2); in DrawMenu()
747 move(2, (COLS - drive.length()) / 2); in DrawMenu()
749 move(3, (COLS - size.str().length()) / 2); in DrawMenu()
755 if (((LINES - RESERVED_TOP - RESERVED_BOTTOM) < 2) || (COLS < 80)) { in MainMenu()
790 move(LINES - 2, (COLS - 29) / 2); in PromptToContinue()
801 move(LINES - 2, (COLS - 29) / 2); in Report()
/external/llvm/utils/lit/lit/
DProgressBar.py71 COLS = None #: Width of the terminal (None for unknown) variable in TerminalController
110 self.COLS = curses.tigetnum('cols')
231 if self.term.COLS:
232 self.width = self.term.COLS
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DProgressBar.py67 COLS = None #: Width of the terminal (None for unknown) variable in TerminalController
106 self.COLS = curses.tigetnum('cols')
219 if self.term.COLS:
220 self.width = self.term.COLS
/external/eigen/Eigen/src/Core/util/
DStaticAssert.h157 #define EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(TYPE, ROWS, COLS) \
158 EIGEN_STATIC_ASSERT(TYPE::RowsAtCompileTime==ROWS && TYPE::ColsAtCompileTime==COLS, \
/external/syslinux/gpxe/src/hci/mucurses/
Dwininit.c22 stdscr->width = COLS; in initscr()
Dslk.c274 available_width = COLS - ( ( MIN_SPACE_SIZE * nmaj ) + nmin ); in slk_init()
331 if ( pos_x < COLS ) in slk_restore()
Dwindows.c103 ( ( (unsigned)x + win->width ) > COLS ) ) in mvwin()
/external/clang/test/SemaCXX/
Dcxx11-call-to-deleted-constructor.cpp10 template <class VT, unsigned int ROWS = 0, unsigned int COLS = 0>
/external/syslinux/gpxe/src/hci/tui/
Dsettings_ui.c238 char buf[COLS]; in vmsg()
242 mvprintw ( row, ( ( COLS - len ) / 2 ), "%s", buf ); in vmsg()
/external/eigen/unsupported/Eigen/
DOpenGLSupport71 #define EIGEN_GL_FUNC_SPECIALIZATION_MAT(FUNC,SCALAR,ROWS,COLS,SUFFIX) …
73 …me XprType> struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType, SCALAR, ROWS, COLS, true> { \
223 #define EIGEN_GL_FUNC1_SPECIALIZATION_MAT(FUNC,ARG1,CONST,SCALAR,ROWS,COLS,SUFFIX) …
225 …rType> struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType, SCALAR, ROWS, COLS, true> { …
/external/toybox/kconfig/lxdialog/
Dyesno.c54 x = (COLS - width) / 2; in dialog_yesno()
Dinputbox.c64 x = (COLS - width) / 2; in dialog_inputbox()
Dutil.c254 attr_clear(stdscr, LINES, COLS, dlg.screen.atr); in dialog_clear()
262 for (i = 1; i < COLS - 1; i++) in dialog_clear()
Dtextbox.c86 x = (COLS - width) / 2; in dialog_textbox()
/external/syslinux/gpxe/src/arch/i386/include/
Dvga.h27 #define COLS 80 macro
/external/python/cpython2/Lib/test/
Dtest_curses.py314 lines, cols = curses.LINES, curses.COLS
320 self.assertEqual(curses.COLS, new_cols)
/external/syslinux/gpxe/src/usr/
Dpxemenu.c192 char buf[COLS+1]; in pxe_menu_draw_item()
/external/python/cpython3/Lib/test/
Dtest_curses.py319 lines, cols = curses.LINES, curses.COLS
325 self.assertEqual(curses.COLS, new_cols)

12