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

12

/opensolaris-onvv-gate/usr/src/ucblib/libtermcap/
H A Dmapfile-vers52 UP;
H A Dtgoto.c47 char *UP; variable
165 if (oncol || UP)
173 (BC ? BC : "\b") : UP);
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv6remote.pl58 # "UP" is always printed first (see print_flags() in ifconfig.c):
59 $up = 1 if /^[a-z].*<UP,/;
H A Dget.ipv4remote.pl57 # "UP" is always printed first (see print_flags() in ifconfig.c):
58 $up = 1 if /^[a-z].*<UP,/;
/opensolaris-onvv-gate/usr/src/lib/libplot/t300/common/
H A Dcon.h37 #define UP 013 macro
H A Dsubr.c78 if (ch == UP)
145 ch = UP;
H A Dline.c56 chy = UP;
/opensolaris-onvv-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,
/opensolaris-onvv-gate/usr/src/lib/libplot/t300s/common/
H A Dcon.h45 #define UP 013 macro
/opensolaris-onvv-gate/usr/src/lib/libplot/t450/common/
H A Dcon.h37 #define UP 013 macro
H A Dsubr.c81 if (ch == UP) {
148 ch = UP;
H A Dline.c52 chy = UP;
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A Dposttek.h87 * The pen state, either UP or DOWN, controls whether vectors are drawn.
91 #define UP 0 macro
H A Dposttek.c168 int pen = UP; /* just for point plotting */
881 pen = ( c & 040 ) ? UP : DOWN;
1132 pen = UP;
/opensolaris-onvv-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 Dmapfile-vers157 UP;
H A Dcr_tty.c50 &SO, &SR, &TA, &TE, &TI, &UC, &UE, &UP, &US,
/opensolaris-onvv-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))
/opensolaris-onvv-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))
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DKeyField.java158 case Event.UP:
H A DWinScrollbar.java344 private static final int UP = 10; field in class:WinScrollbar
438 drawArrow(g, 0, 0, w, w, UP);
441 drawArrow(g, 1, 1, w, w, UP);
579 case UP:
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_split.c83 enum { UP, DOWN } dir; enumerator in enum:__anon1509
117 for (dir = UP, level = LEAFLEVEL;; dir == UP ? ++level : --level) {
150 if (dir == UP)
161 dir = UP;

Completed in 202 milliseconds

12