Symbol: leaveok
games/cribbage/crib.c
78
leaveok(Playwin, TRUE);
games/cribbage/crib.c
79
leaveok(Tablewin, TRUE);
games/cribbage/crib.c
80
leaveok(Compwin, TRUE);
games/hangman/endgame.c
60
leaveok(stdscr, FALSE);
games/hangman/endgame.c
69
leaveok(stdscr, TRUE);
games/hangman/getguess.c
51
leaveok(stdscr, FALSE);
games/hangman/getguess.c
84
leaveok(stdscr, TRUE);
games/mille/mille.c
86
leaveok(Score, TRUE);
games/mille/mille.c
87
leaveok(Miles, TRUE);
games/mille/misc.c
166
leaveok(Board, FALSE);
games/mille/misc.c
174
leaveok(Board, TRUE);
games/mille/misc.c
179
leaveok(Board, TRUE);
games/mille/move.c
345
leaveok(Board, FALSE);
games/mille/move.c
421
leaveok(Board, FALSE);
games/mille/move.c
443
leaveok(Board, TRUE);
games/mille/move.c
457
leaveok(Board, TRUE);
games/mille/save.c
100
leaveok(Board, TRUE);
games/mille/save.c
72
leaveok(Board, FALSE);
games/robots/make_level.c
58
leaveok(stdscr, FALSE);
games/robots/move.c
119
leaveok(stdscr, TRUE);
games/robots/move.c
170
leaveok(stdscr, TRUE);
games/robots/move.c
181
leaveok(stdscr, TRUE);
games/robots/move.c
193
leaveok(stdscr, FALSE);
games/robots/move.c
224
leaveok(stdscr, FALSE);
games/robots/move.c
276
leaveok(stdscr, FALSE);
games/robots/move.c
326
leaveok(stdscr, FALSE);
games/sail/pl_7.c
79
(void) leaveok(view_w, 1);
games/sail/pl_7.c
80
(void) leaveok(slot_w, 1);
games/sail/pl_7.c
81
(void) leaveok(stat_w, 1);
games/sail/pl_7.c
82
(void) leaveok(turn_w, 1);
lib/libcurses/base/lib_leaveok.c
49
leaveok(WINDOW *win, bool flag)
lib/libcurses/curses.h
1172
leaveok(newscr, TRUE); \
lib/libcurses/curses.h
1174
leaveok(newscr, FALSE); \
lib/libcurses/curses.h
689
extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */