HomeSort by relevance Sort by last modified time
    Searched refs:COLS (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/ext2ed/
win.c 45 wmove (title_win,TITLE_WIN_LINES/2,(COLS-strlen (title_string))/2);
56 show_pad_info.display_cols=COLS;
75 title_win=newwin (TITLE_WIN_LINES,COLS,0,0);
76 show_win=newwin (SHOW_WIN_LINES,COLS,TITLE_WIN_LINES,0);
78 mt_win1=newwin (1,COLS,TITLE_WIN_LINES+SHOW_WIN_LINES,0);
79 mt_win2=newwin (1,COLS,LINES-COMMAND_WIN_LINES-1,0);
80 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0);
114 wmove (show_win,2,COLS-18);
117 wmove (show_win,2,COLS-18);
203 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
    [all...]
ext2ed.h 68 #define SHOW_PAD_COLS (COLS > 140 ? COLS : 140)
dir_com.c 463 if (dir_entry_ptr->name_len > (COLS - 55) && COLS > 55)
464 temp [COLS-55]=0;
general_com.c 660 show_pad_info.max_line=l-1;show_pad_info.max_col=COLS-1;
  /external/qemu/
curses.c 66 width = COLS;
78 if (width > COLS) {
79 px = (width - COLS) / 2;
81 smaxx = COLS;
84 sminx = (COLS - width) / 2;
143 if (x >= 0 && y >= 0 && x < COLS && y < LINES) {
  /development/apps/GraphicsLab/src/com/android/graphicslab/
GraphicsLab.java 57 private static final int COLS = 16;
144 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
198 private static final int COLS = 16;
249 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
286 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]
cursesw.h 800 int cols() const { initialize(); return COLS; } function in class:NCursesWindow
801 // Number of cols on terminal, *not* window
    [all...]
  /external/grub/grub/
asmstub.c 579 if (x + 1 == COLS)

Completed in 431 milliseconds