Searched refs:_w (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | slk.c | 76 if (__m_screen->_slk._w != NULL) in slk_attron() 77 code = wattron(__m_screen->_slk._w, (int) at); in slk_attron() 87 if (__m_screen->_slk._w != NULL) in slk_attroff() 88 code = wattroff(__m_screen->_slk._w, (int) at); in slk_attroff() 98 if (__m_screen->_slk._w != NULL) in slk_attrset() 99 code = wattrset(__m_screen->_slk._w, (int) at); in slk_attrset() 109 if (__m_screen->_slk._w != NULL) in slk_attr_off() 110 code = wattr_off(__m_screen->_slk._w, at, opts); in slk_attr_off() 120 if (__m_screen->_slk._w != NULL) in slk_attr_on() 121 code = wattr_on(__m_screen->_slk._w, at, opts); in slk_attr_on() [all …]
|
H A D | newterm.c | 151 sp->_slk._w = subwin(sp->_newscr, 1, 0, lines-1, 0); in __m_slk_init() 152 if (sp->_slk._w == NULL) in __m_slk_init() 156 (void) wattrset(sp->_slk._w, A_DIM|A_REVERSE); in __m_slk_init() 411 if (sp->_slk._w != NULL) in delscreen() 412 (void) delwin(sp->_slk._w); in delscreen()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | slk.c | 75 if (__m_screen->_slk._w != (WINDOW *) 0) in slk_attron() 76 code = wattron(__m_screen->_slk._w, at); in slk_attron() 90 if (__m_screen->_slk._w != (WINDOW *) 0) in slk_attroff() 91 code = wattroff(__m_screen->_slk._w, at); in slk_attroff() 105 if (__m_screen->_slk._w != (WINDOW *) 0) in slk_attrset() 106 code = wattrset(__m_screen->_slk._w, at); in slk_attrset() 120 if (__m_screen->_slk._w != (WINDOW *) 0) in slk_attr_off() 121 code = wattr_off(__m_screen->_slk._w, at, opts); in slk_attr_off() 135 if (__m_screen->_slk._w != (WINDOW *) 0) in slk_attr_on() 136 code = wattr_on(__m_screen->_slk._w, at, opts); in slk_attr_on() [all …]
|
H A D | newterm.c | 148 sp->_slk._w = subwin(sp->_newscr, 1, 0, --lines, 0); in __m_slk_init() 149 if (sp->_slk._w == (WINDOW *) 0) in __m_slk_init() 399 if (sp->_slk._w != (WINDOW *) 0) 400 (void) delwin(sp->_slk._w);
|
/titanic_41/usr/src/cmd/sgs/lex/ |
H A D | Makefile.com | 76 objs/%_w.o:= DEFLIST = -DEUC -DJLSLEX -DWOPTION -D$*=$*_w 77 pics/%_w.o:= DEFLIST = -DEUC -DJLSLEX -DWOPTION -D$*=$*_w
|
H A D | Makefile.targ | 74 objs/%_w.o pics/%_w.o objs/%_e.o pics/%_e.o: ../common/%.c
|
/titanic_41/usr/src/lib/libc/ |
H A D | Makefile.targ | 139 pics/%_w.o: $(LIBCBASE)/../port/stdio/%.c 143 pics/%_w.o: $(LIBCBASE)/../port/print/%.c
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 181 WINDOW *_w; /* Exists on if emulating soft label keys. */ member
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 184 WINDOW *_w; /* Exists on if emulating soft label keys. */ member
|