Searched defs:overlay (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_overlay.c49 overlay(WINDOW *src, WINDOW *dst) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Doverlay.c30 * overlay.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/overlay.c 1.3 1995/09/19 19:15:49 ant Exp $";
47 (overlay)(s, t) function
54 __m_trace("overlay(%p, %p)", s, t);
59 return __m_return_code("overlay", ERR);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Doverlay.c32 * overlay.c
44 "libxcurses/src/libc/xcurses/rcs/overlay.c 1.2 1998/05/29 14:14:46 "
51 #undef overlay macro
54 overlay(const WINDOW *s, WINDOW *t) function
/illumos-gate/usr/src/ucblib/libcurses/
H A Doverlay.c21 sccsid[] = "@(#)overlay.c 1.9 89/07/13 SMI"; /* from UCB 5.2 86/02/12 */
35 overlay(WINDOW *win1, WINDOW *win2) function
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc.h62 struct overlay;
65 typedef struct overlay overlay_t;
71 const struct overlay *tbl_ovp;
89 struct overlay { struct
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c53 static int overlay; variable
91 if (overlay)
295 overlay = 1;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c87 int overlay = 1; local
182 mount_nfs(me, spec_mntpnt, private, overlay, uid,
280 me->map_mntopts, overlay);
286 spec_mntpnt, overlay);
336 mount_generic(special, fstype, opts, mntpnt, overlay)
338 int overlay;
357 if (overlay)
H A Dautod_nfs.c231 int overlay,
257 mntpnt, me->map_mntopts, overlay);
280 overlay, uid, alp);
638 int overlay,
763 flags |= overlay ? MS_OVERLAY : 0;
3473 loopbackmount(fsname, dir, mntopts, overlay)
3477 int overlay;
3503 if (overlay)
227 mount_nfs( struct mapent *me, char *mntpnt, char *prevhost, int overlay, uid_t uid, action_list **alpp) argument
635 nfsmount( struct mapfs *mfs_in, char *mntpnt, char *opts, int overlay, uid_t uid, action_list *alp) argument
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c81 struct ppm_unit *overlay; local
89 if (overlay = ddi_get_soft_state(ppm_statep, ppm_inst)) {
90 *resultp = overlay->dip;
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c237 ushf *overlay; local
238 /* We overlay pending_buf and d_buf+l_buf. This works since the average
299 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
300 s->pending_buf = (uchf *) overlay;
310 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
909 ushf *overlay;
929 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
930 ds->pending_buf = (uchf *) overlay;
944 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c228 ushf *overlay; local
229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
302 s->pending_buf = (uchf *) overlay;
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1023 ushf *overlay;
1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1044 ds->pending_buf = (uchf *) overlay;
1058 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h531 extern int overlay(const WINDOW *, WINDOW *);
1057 #define overlay(s, t) __m_copywin(s, t, 1) macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c865 ushf *overlay; local
867 * We overlay pending_buf and d_buf+l_buf. This works since
924 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof (ush)+2);
925 s->pending_buf = (uchf *) overlay;
935 s->d_buf = overlay + s->lit_bufsize/sizeof (ush);
1315 ushf *overlay;
1333 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof (ush)+2);
1334 ds->pending_buf = (uchf *) overlay;
1349 ds->d_buf = overlay + ds->lit_bufsize/sizeof (ush);
3404 * Check that the overlay betwee
[all...]
/illumos-gate/usr/src/man/man3curses/
H A DMakefile377 overlay.3curses \
852 overlay.3curses := LINKSRC = curs_overlay.3curses

Completed in 94 milliseconds