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

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c46 * intrflush()
175 * this implementation may be wrong. See the comment under intrflush().
334 * for certain that SVr3 intrflush() tweaks the NOFLSH bit; on the other hand,
340 NCURSES_SP_NAME(intrflush) (NCURSES_SP_DCLx WINDOW *win GCC_UNUSED, bool flag) function
345 T((T_CALLED("intrflush(%p,%d)"), (void *) SP_PARM, flag));
352 BEFORE("intrflush");
366 AFTER("intrflush");
373 intrflush(WINDOW *win GCC_UNUSED, bool flag) function
375 return NCURSES_SP_NAME(intrflush) (CURRENT_SCREEN, win, flag);
/freebsd-11-stable/tools/tools/ath/athratestats/
H A Dmain.c387 intrflush(stdscr, FALSE);
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c205 intrflush(stdscr, FALSE);
/freebsd-11-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c1024 intrflush(stdscr, FALSE);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h560 extern int intrflush(WINDOW *, int);
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile716 curs_inopts.3 intrflush.3 \
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat.c1387 intrflush(stdscr, FALSE);
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2743 report_return(intrflush(win, flag));

Completed in 222 milliseconds