Home
last modified time | relevance | path

Searched refs:report_ptr (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/tests/lib/libcurses/slave/
Dslave.h50 void report_ptr(void *);
Dcommands.c114 report_ptr(void *ptr) in report_ptr() function
Dcurses_commands.c1359 report_ptr(derwin(win, lines, cols, y, x)); in cmd_derwin()
1370 report_ptr(dupwin(win)); in cmd_dupwin()
1676 report_ptr(getwin(fp)); in cmd_getwin()
1791 report_ptr(initscr()); in cmd_initscr()
2200 report_ptr(newpad(y, x)); in cmd_newpad()
2226 report_ptr(newterm(type, out, in)); in cmd_newterm()
2240 report_ptr(newwin(lines, cols, begin_y, begin_x)); in cmd_newwin()
2598 report_ptr(set_term(scrn)); in cmd_set_term()
2623 report_ptr(subpad(pad, lines, cols, begin_y, begin_x)); in cmd_subpad()
2638 report_ptr(subwin(win, lines, cols, begin_y, begin_x)); in cmd_subwin()