Searched refs:vid_puts (Results 1 - 18 of 18) sorted by relevance
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | vid_attr.c | 54 code = vid_puts(attr, pair, opts, __m_putchar);
|
H A D | vidattr.c | 56 code = vid_puts(cc._at, cc._co, NULL, __m_putchar); 68 code = vid_puts(cc._at, cc._co, NULL, putout);
|
H A D | endwin.c | 75 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
|
H A D | vid_puts.c | 32 * vid_puts.c 44 "libxcurses/src/libc/xcurses/rcs/vid_puts.c 1.6 1998/05/28 14:22:43 " 73 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) function
|
H A D | doupdate.c | 186 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc); 278 (void) vid_puts(nattr, npair, NULL, __m_outc); 331 (void) vid_puts(WA_NORMAL, 0, NULL, __m_outc);
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | vidattr.c | 57 code = vid_puts(cc._at, cc._co, (void *) 0, __m_putchar); 73 code = vid_puts(cc._at, cc._co, (void *) 0, putout);
|
H A D | vid_attr.c | 55 code = vid_puts(attr, pair, opts, __m_putchar);
|
H A D | endwin.c | 73 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
|
H A D | doupdate.c | 185 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc); 366 (void) vid_puts( 408 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc); 426 (void) vid_puts(
|
H A D | vid_puts.c | 30 * vid_puts.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/vid_puts.c 1.5 1995/07/19 16:38:26 ant Exp $"; 68 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) function 71 __m_trace("vid_puts(%x, %d, %p, %p)", attr, pair, opts, putout); 194 return __m_return_code("vid_puts", OK);
|
/osnet-11/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 54 box_set.o initscr.o prefresh.o vid_puts.o wins_nws.o \
|
/osnet-11/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 52 box_set.o initscr.o prefresh.o vid_puts.o wins_nws.o \
|
/osnet-11/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 766 * vid_puts.c 768 int vid_puts(attr_t, short, void *, int (*)(int));
|
H A D | llib-lxcurses | 766 * vid_puts.c 768 int vid_puts(attr_t, short, void *, int (*)(int));
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 766 * vid_puts.c 768 int vid_puts(attr_t, short, void *, int (*)(int));
|
H A D | llib-lxcurses | 766 * vid_puts.c 768 int vid_puts(attr_t, short, void *, int (*)(int));
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 817 extern int vid_puts(attr_t, short, void *, int (*)(int));
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 632 extern int vid_puts(attr_t, short, void *, int (*)(int));
|
Completed in 83 milliseconds