bool is_linetouched (WINDOW *,int) {} bool is_wintouched (WINDOW *) {} NCURSES_CONST char * keyname (int) {}
| 342 | // bool is_wintouched (WINDOW *) {} |
| 343 | // NCURSES_CONST char * keyname (int) {} |
| 344 | int keypad (WINDOW *win, bool flag) { /* TODO */ return 0; } |
| 345 | // char killchar (void) {} |
| 346 | /* D */ int leaveok(WINDOW *win, bool flag) { win->_leaveok = flag; return OK; } |
| 347 | // char *longname (void) {} |
no outgoing calls
no test coverage detected