Searched refs:idlok (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/libs/ncurses/test/
H A Dtestscanw.c19 idlok(stdscr, TRUE);
H A Dview.c294 idlok(stdscr, TRUE); /* allow use of insert/delete line */
H A Dncurses.c5529 idlok(stdscr, TRUE);
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_options.c49 idlok(WINDOW *win, bool flag) function
51 T((T_CALLED("idlok(%p,%d)"), win, flag));
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesw.h1115 int idlok(bool bf) { return ::idlok(w, bf); } function in class:NCursesWindow
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dllib-lncurses2503 #undef idlok
2504 int idlok(
H A Dllib-lncursesw3252 #undef idlok
3253 int idlok(
H A Dlink_test.c428 T((T_CALLED("idlok(%p,%#lx)"), a1, (long)z)); returnCode(idlok(a1, z));
/haiku-fatelf/headers/libs/ncurses/
H A Dcurses.h590 extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */
/haiku-fatelf/src/libs/ncurses/include/
H A Dcurses.h590 extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */
H A Dcurses.h.in590 extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */
H A Dcurses.head590 extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */

Completed in 195 milliseconds