HomeSort by: relevance | last modified time | path
    Searched refs:mvwdelch (Results 1 - 3 of 3) 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);
  /src/tests/lib/libcurses/slave/
curses_commands.c 1071 report_return(mvwdelch(win, y, x));

Completed in 14 milliseconds