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

  /src/lib/libcurses/
idlok.c 1 /* $NetBSD: idlok.c,v 1.13 2024/12/23 02:58:03 blymn Exp $ */
35 static char sccsid[] = "@(#)idlok.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: idlok.c,v 1.13 2024/12/23 02:58:03 blymn Exp $");
45 * idlok --
50 idlok(WINDOW *win, bool bf) function
Makefile 24 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 \
curses.h 690 int idlok(WINDOW *, bool);
  /src/games/mille/
mille.c 87 idlok(Board, TRUE);
88 idlok(Score, TRUE);
89 idlok(Miles, TRUE);
  /src/external/bsd/nvi/dist/cl/
cl_bsd.c 46 * 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
cl_screen.c 316 idlok(stdscr, 1); /* Use hardware insert/delete line. */
  /src/lib/libcurses/EXAMPLES/
view.c 279 idlok(stdscr, TRUE); /* allow use of insert/delete line */
  /src/tests/lib/libcurses/slave/
curses_commands.c 1754 report_return(idlok(win, flag));

Completed in 27 milliseconds