/titanic_41/usr/src/cmd/ssh/include/ |
H A D | bsd-waitpid.h | 43 #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 D | wattr_on.c | 47 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 D | clearok.c | 47 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 D | wgetch.c | 71 __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 D | newwin.c | 66 WINDOW *w; local 223 delwin(w) in delwin() argument 257 WINDOW *w; local 282 WINDOW *w; local 298 WINDOW *w; local
|
H A D | wattron.c | 45 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 D | wsyncup.c | 47 syncok(WINDOW *w, bool bf) in syncok() 61 wsyncup(WINDOW *w) in wsyncup() 84 wcursyncup(WINDOW *w) in wcursyncup()
|
H A D | getwin.c | 48 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 D | wins_wch.c | 52 __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 D | wsyncdn.c | 47 syncdown(WINDOW *p, WINDOW *w) in syncdown() 65 wsyncdown(WINDOW *w) in wsyncdown()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wattr_on.c | 53 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 D | clearok.c | 50 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 D | touchwin.c | 52 touchwin(WINDOW *w) in touchwin() 60 untouchwin(WINDOW *w) in untouchwin() 68 touchline(WINDOW *w, int y, int n) in touchline()
|
H A D | newwin.c | 72 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 D | wsyncup.c | 50 syncok(WINDOW *w, bool bf) in syncok() 60 wsyncup(WINDOW *w) in wsyncup() 77 wcursyncup(WINDOW *w) in wcursyncup()
|
H A D | wattron.c | 50 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 D | wgetch.c | 280 __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 D | getwin.c | 54 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 D | wins_wch.c | 58 __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 D | wclear.c | 55 wclear(WINDOW *w) in wclear() 71 werase(WINDOW *w) in werase()
|
/titanic_41/usr/src/common/mpi/ |
H A D | mp_gf2m-priv.h | 63 #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 D | utility.c | 109 _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 D | curses.h | 347 #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 D | curses.h | 332 #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 D | mallint.h | 123 #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
|