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

/netbsd-current/lib/libcurses/
H A Didlok.c1 /* $NetBSD: idlok.c,v 1.12 2017/01/06 13:53:18 roy Exp $ */
35 static char sccsid[] = "@(#)idlok.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: idlok.c,v 1.12 2017/01/06 13:53:18 roy Exp $");
45 * idlok --
50 idlok(WINDOW *win, bool bf) function
H A DMakefile24 flushok.c fullname.c getch.c getstr.c getyx.c id_subwins.c idlok.c \
106 curses_tty.3 idlok.3 curses_refresh.3 immedok.3 curses_inch.3 inch.3 \
H A Dcurses.h689 int idlok(WINDOW *, bool);
/netbsd-current/games/mille/
H A Dmille.c87 idlok(Board, TRUE);
88 idlok(Score, TRUE);
89 idlok(Miles, TRUE);
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c46 * for the idlok function. Cthulu only knows why. Break things up into a
109 * idlok --
113 * PUBLIC: void idlok __P((WINDOW *, int));
117 idlok(win, bf) function
H A Dcl_screen.c316 idlok(stdscr, 1); /* Use hardware insert/delete line. */
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dview.c279 idlok(stdscr, TRUE); /* allow use of insert/delete line */
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c1754 report_return(idlok(win, flag));

Completed in 245 milliseconds