Searched defs:UP (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/ucblib/libtermcap/ |
H A D | tgoto.c | 47 char *UP; variable 165 if (oncol || UP) 173 (BC ? BC : "\b") : UP);
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_split.c | 83 enum { UP, DOWN } dir; enumerator in enum:__anon1350 117 for (dir = UP, level = LEAFLEVEL;; dir == UP ? ++level : --level) { 150 if (dir == UP) 161 dir = UP;
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 88 #define UP ((user_t *)NULL) macro 89 #define U_REG ((int)(&UP->u_reg[0])) 90 #define U_AR0 ((int)(&UP->u_ar0)) 91 #define U_PSARGS ((int)(&UP->u_psargs[0])) 92 #define U_SIGNAL ((int)(&UP->u_signal[0])) 93 #define U_CODE ((int)(&UP->u_code)) 94 #define U_ADDR ((int)(&UP->u_addr)) 251 if (xaddr >= U_PSARGS && xaddr < U_PSARGS+sizeof (UP->u_psargs)) 253 if (xaddr >= U_SIGNAL && xaddr < U_SIGNAL+sizeof (UP->u_signal))
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | ptrace.c | 88 #define UP ((user_t *)NULL) macro 89 #define U_REG ((int)(&UP->u_reg[0])) 90 #define U_AR0 ((int)(&UP->u_ar0)) 91 #define U_PSARGS ((int)(&UP->u_psargs[0])) 92 #define U_SIGNAL ((int)(&UP->u_signal[0])) 93 #define U_CODE ((int)(&UP->u_code)) 94 #define U_ADDR ((int)(&UP->u_addr)) 251 if (xaddr >= U_PSARGS && xaddr < U_PSARGS+sizeof (UP->u_psargs)) 253 if (xaddr >= U_SIGNAL && xaddr < U_SIGNAL+sizeof (UP->u_signal))
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | curses.c | 57 *TI, *UC, *UE, *UP, *US, *VB, *VS, *VE, *AL_PARM, *DL_PARM, variable
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 2170 #define UP 0x00008000 macro 2191 probe |= UP;
|
Completed in 82 milliseconds