Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/titanic_41/usr/src/cmd/ssh/include/
H A Dbsd-waitpid.h43 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ argument
44 #define WIFEXITED(w) (!((_W_INT(w)) & 0377)) argument
45 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) argument
46 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) argument
47 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) argument
48 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) argument
50 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) argument
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwattr_on.c47 wattr_on(WINDOW *w, attr_t at, void *opts) in wattr_on()
61 wattr_off(WINDOW *w, attr_t at, void *opts) in wattr_off()
75 wattr_set(WINDOW *w, attr_t at, short co, void *opts) in wattr_set()
90 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) in wattr_get()
108 wcolor_set(WINDOW *w, short co, void *opts) in wcolor_set()
122 wstandout(WINDOW *w) in wstandout()
136 wstandend(WINDOW *w) in wstandend()
H A Dclearok.c47 clearok(WINDOW *w, bool bf) in clearok()
61 immedok(WINDOW *w, bool bf) in immedok()
75 leaveok(WINDOW *w, bool bf) in leaveok()
89 notimeout(WINDOW *w, bool bf) in notimeout()
103 scrollok(WINDOW *w, bool bf) in scrollok()
H A Dwgetch.c71 __xc_ungetc(int ch, void *w) in __xc_ungetc()
86 __xc_ferror(void *w) in __xc_ferror()
96 __xc_feof(void *w) in __xc_feof()
106 __xc_clearerr(void *w) in __xc_clearerr()
112 wgetch(w) in wgetch() argument
H A Dnewwin.c66 WINDOW *w; local
223 delwin(w) in delwin() argument
257 WINDOW *w; local
282 WINDOW *w; local
298 WINDOW *w; local
H A Dwattron.c45 wattron(WINDOW *w, int at) in wattron()
60 wattroff(WINDOW *w, int at) in wattroff()
75 wattrset(WINDOW *w, int at) in wattrset()
H A Dwsyncup.c47 syncok(WINDOW *w, bool bf) in syncok()
61 wsyncup(WINDOW *w) in wsyncup()
84 wcursyncup(WINDOW *w) in wcursyncup()
H A Dgetwin.c48 get_cc(w, mbs, fp) in get_cc() argument
79 WINDOW *w; local
133 put_cc(w, y, x, mbs, len, fp) in put_cc() argument
170 putwin(w, fp) in putwin() argument
H A Dwins_wch.c52 __m_cc_ins(w, y, x, cc) in __m_cc_ins() argument
97 __m_wins_wch(w, y, x, cc, yp, xp) in __m_wins_wch() argument
176 wins_wch(w, cc) in wins_wch() argument
H A Dwsyncdn.c47 syncdown(WINDOW *p, WINDOW *w) in syncdown()
65 wsyncdown(WINDOW *w) in wsyncdown()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwattr_on.c53 wattr_on(WINDOW *w, attr_t at, void *opts) in wattr_on()
64 wattr_off(WINDOW *w, attr_t at, void *opts) in wattr_off()
75 wattr_set(WINDOW *w, attr_t at, short co, void *opts) in wattr_set()
87 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) in wattr_get()
102 wcolor_set(WINDOW *w, short co, void *opts) in wcolor_set()
112 wstandout(WINDOW *w) in wstandout()
122 wstandend(WINDOW *w) in wstandend()
H A Dclearok.c50 clearok(WINDOW *w, bool bf) in clearok()
60 immedok(WINDOW *w, bool bf) in immedok()
68 leaveok(WINDOW *w, bool bf) in leaveok()
78 notimeout(WINDOW *w, bool bf) in notimeout()
88 scrollok(WINDOW *w, bool bf) in scrollok()
H A Dtouchwin.c52 touchwin(WINDOW *w) in touchwin()
60 untouchwin(WINDOW *w) in untouchwin()
68 touchline(WINDOW *w, int y, int n) in touchline()
H A Dnewwin.c72 WINDOW *w; in __m_newwin() local
244 delwin(WINDOW *w) in delwin()
269 WINDOW *w; in derwin() local
286 WINDOW *w; in newwin() local
296 WINDOW *w; in subwin() local
H A Dwsyncup.c50 syncok(WINDOW *w, bool bf) in syncok()
60 wsyncup(WINDOW *w) in wsyncup()
77 wcursyncup(WINDOW *w) in wcursyncup()
H A Dwattron.c50 wattron(WINDOW *w, int at) in wattron()
62 wattroff(WINDOW *w, int at) in wattroff()
75 wattrset(WINDOW *w, int at) in wattrset()
H A Dwgetch.c280 __xc_ferror(void *w) in __xc_ferror()
287 __xc_ungetc(int ch, void *w) in __xc_ungetc()
299 __xc_feof(void *w) in __xc_feof()
310 __xc_clearerr(void *w) in __xc_clearerr()
316 __m_echo(WINDOW *w, int ch) in __m_echo()
339 wgetch(WINDOW *w) in wgetch()
H A Dgetwin.c54 get_cc(WINDOW *w, char *mbs, FILE *fp) in get_cc()
81 WINDOW *w; in getwin() local
130 put_cc(WINDOW *w, int y, int x, in put_cc()
163 putwin(WINDOW *w, FILE *fp) in putwin()
H A Dwins_wch.c58 __m_cc_ins(WINDOW *w, int y, int x, const cchar_t *cc) in __m_cc_ins()
104 __m_wins_wch(WINDOW *w, int y, int x, const cchar_t *cc, in __m_wins_wch()
176 wins_wch(WINDOW *w, const cchar_t *cc) in wins_wch()
H A Dwclear.c55 wclear(WINDOW *w) in wclear()
71 werase(WINDOW *w) in werase()
/titanic_41/usr/src/common/mpi/
H A Dmp_gf2m-priv.h63 #define gf2m_SQR1(w) \ argument
66 #define gf2m_SQR0(w) \ argument
70 #define gf2m_SQR1(w) \ argument
75 #define gf2m_SQR0(w) \ argument
/titanic_41/usr/src/lib/libeti/form/common/
H A Dutility.c109 _buf_to_win(FIELD *f, WINDOW *w) in _buf_to_win()
127 _win_to_buf(WINDOW *w, FIELD *f) in _win_to_buf()
147 WINDOW * w = W(f); in _pos_form_cursor() local
182 WINDOW * w = W(f); in _update_current() local
245 justify(FIELD *f, WINDOW *w) in justify()
270 unjustify(FIELD *f, WINDOW *w) in unjustify()
313 WINDOW * w = derwin(Sub(f -> form), f -> rows, f -> cols, in display_field() local
339 WINDOW * w = derwin(Sub(f -> form), f -> rows, f -> cols, in erase_field() local
360 WINDOW * w = W(p); in _sync_field() local
394 WINDOW * w = W(p); in _sync_attrs() local
[all …]
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h347 #define __m_getpary(w) ((w)->_parent == (WINDOW *) 0 ? -1 \ argument
349 #define __m_getparx(w) ((w)->_parent == (WINDOW *) 0 ? -1 \ argument
355 #define getyx(w,y,x) (y = (w)->_cury, x = (w)->_curx) argument
356 #define getbegyx(w,y,x) (y = (w)->_begy, x = (w)->_begx) argument
357 #define getmaxyx(w,y,x) (y = (w)->_maxy, x = (w)->_maxx) argument
358 #define getparyx(w,y,x) (y = __m_getpary(w), x = __m_getparx(w)) argument
836 #define mvwaddch(w,y,x,ch) (wmove(w,y,x)?ERR:waddch(w,ch)) argument
840 #define mvwadd_wch(w,y,x,cp) (wmove(w,y,x)?ERR:wadd_wch(w,cp)) argument
846 #define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n)) argument
847 #define mvwaddchstr(w,y,x,chs) (wmove(w,y,x)?ERR:waddchstr(w,chs)) argument
[all …]
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h332 #define __m_getpary(w) ((w)->_parent == (WINDOW *) 0 ? -1 \ argument
334 #define __m_getparx(w) ((w)->_parent == (WINDOW *) 0 ? -1 \ argument
340 #define getyx(w, y, x) (y = (w)->_cury, x = (w)->_curx) argument
341 #define getbegyx(w, y, x) (y = (w)->_begy, x = (w)->_begx) argument
342 #define getmaxyx(w, y, x) (y = (w)->_maxy, x = (w)->_maxx) argument
343 #define getparyx(w, y, x) (y = __m_getpary(w), x = __m_getparx(w)) argument
737 #define mvwaddch(w, y, x, ch) \ argument
742 #define mvwadd_wch(w, y, x, cp) \ argument
753 #define mvwaddchnstr(w, y, x, chs, n) \ argument
757 #define mvwaddchstr(w, y, x, chs) \ argument
[all …]
/titanic_41/usr/src/lib/watchmalloc/common/
H A Dmallint.h123 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */ argument
124 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ argument
125 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */ argument
126 #define SETBIT1(w) ((w) |= BIT1) /* The preceding is free */ argument
127 #define CLRBIT0(w) ((w) &= ~BIT0) /* Clean bit0 */ argument
128 #define CLRBIT1(w) ((w) &= ~BIT1) /* Clean bit1 */ argument
129 #define SETBITS01(w) ((w) |= BITS01) /* Set bits 0 & 1 */ argument
130 #define CLRBITS01(w) ((w) &= ~BITS01) /* Clean bits 0 & 1 */ argument

12345678910>>...27