Searched defs:doupdate (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddoupdate.c53 doupdate(void) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c29 * doupdate.c
39 static char const rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/doupdate.c 1.9 1995/07/26 17:45:06 ant Exp $";
110 * All ordinary characters go to the screen via the putc in doupdate.c
120 * Allocate or grow doupdate() structures.
897 * If idlok() is set TRUE then doupdate will try and use hardware insert
907 doupdate() function
933 "doupdate(void) using %s algorithm.",
1017 return __m_return_code("doupdate", OK);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c32 * doupdate.c
44 "libxcurses/src/libc/xcurses/rcs/doupdate.c 1.22 1998/06/04 12:13:38 "
113 * All ordinary characters go to the screen via the putc in doupdate.c
122 * Allocate or grow doupdate() structures.
1032 * Force compare in doupdate to fail.
1042 * If idlok() is set TRUE then doupdate will try and use hardware insert
1052 doupdate(void) function
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c1103 int doupdate = 0; local
1145 doupdate = 0;
1154 doupdate++;
1156 if (doupdate) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1351 int doupdate = 1; local
1526 doupdate = 0;
1528 if (doupdate) {
/illumos-gate/usr/src/man/man3curses/
H A DMakefile168 doupdate.3curses \
868 doupdate.3curses := LINKSRC = curs_refresh.3curses

Completed in 84 milliseconds