Home
last modified time | relevance | path

Searched refs:_w (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c74 if (__m_screen->_slk._w != NULL) in slk_attron()
85 if (__m_screen->_slk._w != NULL) in slk_attroff()
96 if (__m_screen->_slk._w != NULL) in slk_attrset()
107 if (__m_screen->_slk._w != NULL) in slk_attr_off()
118 if (__m_screen->_slk._w != NULL) in slk_attr_on()
129 if (__m_screen->_slk._w != NULL) in slk_attr_set()
140 if (__m_screen->_slk._w != NULL) in slk_color()
150 WINDOW *w = __m_screen->_slk._w; in slk_touch()
197 __m_screen->_slk._w->_bg = __m_screen->_slk._w->_fg; in __m_slk_clear()
252 if (__m_screen->_slk._w != NULL) in slk_noutrefresh()
[all …]
H A Dnewterm.c149 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 Dslk.c67 if (__m_screen->_slk._w != NULL) in slk_attron()
82 if (__m_screen->_slk._w != NULL) in slk_attroff()
97 if (__m_screen->_slk._w != NULL) in slk_attrset()
112 if (__m_screen->_slk._w != NULL) in slk_attr_off()
127 if (__m_screen->_slk._w != NULL) in slk_attr_on()
142 if (__m_screen->_slk._w != NULL) in slk_attr_set()
157 if (__m_screen->_slk._w != NULL) in slk_color()
172 if (__m_screen->_slk._w != NULL) in slk_touch()
187 if (__m_screen->_slk._w != NULL) { in slk_clear()
208 if (__m_screen->_slk._w != NULL) { in slk_restore()
[all …]
H A Dnewterm.c146 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 DMakefile.com77 objs/%_w.o:= DEFLIST = -DEUC -DJLSLEX -DWOPTION -D$*=$*_w
78 pics/%_w.o:= DEFLIST = -DEUC -DJLSLEX -DWOPTION -D$*=$*_w
H A DMakefile.targ71 objs/%_w.o pics/%_w.o objs/%_e.o pics/%_e.o: ../common/%.c
/illumos-gate/usr/src/boot/include/
H A Dstdio.h113 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 DMakefile.targ152 pics/%_w.o: $(LIBCBASE)/../port/stdio/%.c
156 pics/%_w.o: $(LIBCBASE)/../port/print/%.c
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h179 WINDOW *_w; /* Exists on if emulating soft label keys. */ member
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h182 WINDOW *_w; /* Exists on if emulating soft label keys. */ member