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

  /src/tests/lib/libcurses/slave/
slave.h 50 void report_ptr(void *);
commands.c 114 report_ptr(void *ptr) function in typeref:typename:void
curses_commands.c 1359 report_ptr(derwin(win, lines, cols, y, x));
1370 report_ptr(dupwin(win));
1676 report_ptr(getwin(fp));
1791 report_ptr(initscr());
2200 report_ptr(newpad(y, x));
2226 report_ptr(newterm(type, out, in));
2240 report_ptr(newwin(lines, cols, begin_y, begin_x));
2598 report_ptr(set_term(scrn));
2623 report_ptr(subpad(pad, lines, cols, begin_y, begin_x));
2638 report_ptr(subwin(win, lines, cols, begin_y, begin_x))
    [all...]

Completed in 14 milliseconds