HomeSort by: relevance | last modified time | path
    Searched refs:idlok (Results 1 - 6 of 6) 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 in typeref:typename:int
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/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 16 milliseconds