Searched refs:_w (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | slk.c | 74 if (__m_screen->_slk._w != NULL) in slk_attron() 75 code = wattron(__m_screen->_slk._w, (int) at); in slk_attron() 85 if (__m_screen->_slk._w != NULL) in slk_attroff() 86 code = wattroff(__m_screen->_slk._w, (int) at); in slk_attroff() 96 if (__m_screen->_slk._w != NULL) in slk_attrset() 97 code = wattrset(__m_screen->_slk._w, (int) at); in slk_attrset() 107 if (__m_screen->_slk._w != NULL) in slk_attr_off() 108 code = wattr_off(__m_screen->_slk._w, at, opts); in slk_attr_off() 118 if (__m_screen->_slk._w != NULL) in slk_attr_on() 119 code = wattr_on(__m_screen->_slk._w, at, opts); in slk_attr_on() [all …]
|
H A D | newterm.c | 149 sp->_slk._w = subwin(sp->_newscr, 1, 0, lines-1, 0); in __m_slk_init() 150 if (sp->_slk._w == NULL) in __m_slk_init() 154 (void) wattrset(sp->_slk._w, A_DIM|A_REVERSE); in __m_slk_init() 409 if (sp->_slk._w != NULL) in delscreen() 410 (void) delwin(sp->_slk._w); in delscreen()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | slk.c | 67 if (__m_screen->_slk._w != NULL) in slk_attron() 68 code = wattron(__m_screen->_slk._w, at); in slk_attron() 82 if (__m_screen->_slk._w != NULL) in slk_attroff() 83 code = wattroff(__m_screen->_slk._w, at); in slk_attroff() 97 if (__m_screen->_slk._w != NULL) in slk_attrset() 98 code = wattrset(__m_screen->_slk._w, at); in slk_attrset() 112 if (__m_screen->_slk._w != NULL) in slk_attr_off() 113 code = wattr_off(__m_screen->_slk._w, at, opts); in slk_attr_off() 127 if (__m_screen->_slk._w != NULL) in slk_attr_on() 128 code = wattr_on(__m_screen->_slk._w, at, opts); in slk_attr_on() [all …]
|
H A D | newterm.c | 146 sp->_slk._w = subwin(sp->_newscr, 1, 0, --lines, 0); in __m_slk_init() 147 if (sp->_slk._w == (WINDOW *) 0) in __m_slk_init() 397 if (sp->_slk._w != (WINDOW *) 0) 398 (void) delwin(sp->_slk._w);
|
/illumos-gate/usr/src/cmd/sgs/lex/ |
H A D | Makefile.com | 77 objs/%_w.o:= DEFLIST = -DEUC -DJLSLEX -DWOPTION -D$*=$*_w 78 pics/%_w.o:= DEFLIST = -DEUC -DJLSLEX -DWOPTION -D$*=$*_w
|
H A D | Makefile.targ | 71 objs/%_w.o pics/%_w.o objs/%_e.o pics/%_e.o: ../common/%.c
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdio.h | 113 int _w; /* (*) write space left for putc() */ member 464 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) in __sputc() 474 (--(p)->_w < 0 ? \ 475 (p)->_w >= (p)->_lbfsize ? \
|
/illumos-gate/usr/src/lib/libc/ |
H A D | Makefile.targ | 152 pics/%_w.o: $(LIBCBASE)/../port/stdio/%.c 156 pics/%_w.o: $(LIBCBASE)/../port/print/%.c
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 182 WINDOW *_w; /* Exists on if emulating soft label keys. */ member
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 179 WINDOW *_w; /* Exists on if emulating soft label keys. */ member
|