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

  /external/e2fsprogs/ext2ed/
main.c 230 mvcur (-1,-1,LINES-COMMAND_WIN_LINES,0);
252 mvcur (-1,-1,LINES-COMMAND_WIN_LINES,0);
324 mvcur (-1,-1,LINES-COMMAND_WIN_LINES + 1,0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 865 int mvcur(int oldrow, int oldcol, int newrow, int newcol) const { function in class:NCursesWindow
866 return ::mvcur(oldrow, oldcol, newrow, newcol); }
    [all...]
curses.h 610 extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */
    [all...]
ncurses.h 610 extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 865 int mvcur(int oldrow, int oldcol, int newrow, int newcol) const { function in class:NCursesWindow
866 return ::mvcur(oldrow, oldcol, newrow, newcol); }
    [all...]
curses.h 610 extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */
    [all...]
ncurses.h 610 extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 865 int mvcur(int oldrow, int oldcol, int newrow, int newcol) const { function in class:NCursesWindow
866 return ::mvcur(oldrow, oldcol, newrow, newcol); }
    [all...]
curses.h 610 extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */
    [all...]
ncurses.h 610 extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */
    [all...]

Completed in 137 milliseconds