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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 940 int mvcur(int oldrow, int oldcol, int newrow, int newcol) const { function in class:NCursesWindow
941 return ::mvcur(oldrow, oldcol, newrow, newcol); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 940 int mvcur(int oldrow, int oldcol, int newrow, int newcol) const { function in class:NCursesWindow
941 return ::mvcur(oldrow, oldcol, newrow, newcol); }
    [all...]

Completed in 68 milliseconds