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

  /src/lib/libcurses/
delch.c 65 return mvwdelch(stdscr, y, x);
69 * mvwdelch --
73 mvwdelch(WINDOW *win, int y, int x) function in typeref:typename:int
curses.h 487 #define mvdelch(y, x) mvwdelch(stdscr, y, x)
509 #define mvwdelch(w, y, x) \ macro
610 int mvwdelch(WINDOW *, int, int);

Completed in 13 milliseconds