HomeSort by: relevance | last modified time | path
    Searched refs:getbegx (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libcurses/
getyx.c 121 * getbegx --
125 getbegx(WINDOW *win) function in typeref:typename:int
Makefile 94 curses_cursor.3 getbegx.3 curses_cursor.3 getmaxx.3 \
curses.h 620 #define getbegyx(w, y, x) (y) = getbegy(w), (x) = getbegx(w)
676 int getbegx(WINDOW *);
  /src/tests/lib/libcurses/tests/
Makefile 61 FILES+= getbegx
  /src/tests/lib/libcurses/
t_curses.sh 1875 atf_test_case getbegx
1882 h_run getbegx
2420 atf_add_test_case getbegx
  /src/tests/lib/libcurses/slave/
curses_commands.c 1537 report_int(getbegx(win));

Completed in 38 milliseconds