Searched refs:UP (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libtermcap/common/
H A Dtermcap.h35 extern char PC, *UP, *BC;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv6remote.pl57 # "UP" is always printed first (see print_flags() in ifconfig.c):
58 $up = 1 if /^[a-z].*<UP,/;
H A Dget.ipv4remote.pl56 # "UP" is always printed first (see print_flags() in ifconfig.c):
57 $up = 1 if /^[a-z].*<UP,/;
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c47 char *UP; variable
165 if (oncol || UP)
173 (BC ? BC : "\b") : UP);
/illumos-gate/usr/src/cmd/eqn/
H A Dmove.c34 else if (dir == UP)
H A De.y45 %right UP DOWN BACK FWD
111 | fwd box %prec UP { move(FWD, $1, $2); }
112 | up box %prec UP { move(UP, $1, $2); }
113 | back box %prec UP { move(BACK, $1, $2); }
114 | down box %prec UP { move(DOWN, $1, $2); }
122 up : UP text { $$ = atoi((char *) $1); } ;
H A Dlookup.c84 "up", UP,
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c143 if (destline < outline && !(CA || UP))
225 * Decision. We may not have a choice if no UP.
227 if (i + destline < j || (!UP && destline < outline)) {
240 if (i + k + 2 < j && (k <= 0 || UP)) {
251 if (!UP && destline < outline)
336 (void) tputs(UP, 0, plodput);
H A Dcurses.c57 *TI, *UC, *UE, *UP, *US, *VB, *VS, *VE, *AL_PARM, *DL_PARM, variable
H A Dcr_tty.c50 &SO, &SR, &TA, &TE, &TI, &UC, &UE, &UP, &US,
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c88 #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 Dptrace.c88 #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/cmd/sendmail/db/btree/
H A Dbt_split.c83 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/ucbhead/
H A Dcurses.h65 *SO, *SR, *TA, *TE, *TI, *UC, *UE, *UP, *US, *VB, *VS,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd738 $etherif = $1 if !$etherif && /^([^:]*).*UP.*BROADCAST/;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c2170 #define UP 0x00008000 macro
2191 probe |= UP;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c192 X (UP); X (BROADCAST); X (DEBUG); X (LOOPBACK); X (POINTOPOINT);
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh746 if [[ $flags == ~(E).UP, ]] ; then

Completed in 148 milliseconds