Home
last modified time | relevance | path

Searched refs:UP (Results 1 – 25 of 40) sorted by relevance

12

/titanic_44/usr/src/cmd/eqn/
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 Dmove.c34 else if (dir == UP) in move()
H A Dlookup.c84 "up", UP,
/titanic_44/usr/src/ucblib/libtermcap/
H A Dtgoto.c47 char *UP; variable
165 if (oncol || UP) in tgoto()
173 (BC ? BC : "\b") : UP); in tgoto()
H A Dmapfile-vers52 UP;
/titanic_44/usr/src/ucblib/libcurses/
H A Dcr_put.c143 if (destline < outline && !(CA || UP)) in fgoto()
227 if (i + destline < j || (!UP && destline < outline)) { in plod()
240 if (i + k + 2 < j && (k <= 0 || UP)) { in plod()
251 if (!UP && destline < outline) in plod()
336 (void) tputs(UP, 0, plodput); in plod()
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,
H A Dmapfile-vers157 UP;
/titanic_44/usr/src/cmd/localedef/data/
H A DKOI8-R.TXT179 0x84 0x2514 # BOX DRAWINGS LIGHT UP AND RIGHT
180 0x85 0x2518 # BOX DRAWINGS LIGHT UP AND LEFT
184 0x89 0x2534 # BOX DRAWINGS LIGHT UP AND HORIZONTAL
216 0xA9 0x2558 # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
217 0xAA 0x2559 # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
218 0xAB 0x255A # BOX DRAWINGS DOUBLE UP AND RIGHT
219 0xAC 0x255B # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
220 0xAD 0x255C # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
221 0xAE 0x255D # BOX DRAWINGS DOUBLE UP AND LEFT
232 0xB9 0x2567 # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[all …]
H A DKOI8-U.TXT187 0x84 0x2514 # BOX DRAWINGS LIGHT UP AND RIGHT
188 0x85 0x2518 # BOX DRAWINGS LIGHT UP AND LEFT
192 0x89 0x2534 # BOX DRAWINGS LIGHT UP AND HORIZONTAL
224 0xA9 0x2558 # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
225 0xAA 0x2559 # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
226 0xAB 0x255A # BOX DRAWINGS DOUBLE UP AND RIGHT
227 0xAC 0x255B # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
229 0xAE 0x255D # BOX DRAWINGS DOUBLE UP AND LEFT
240 0xB9 0x2567 # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
241 0xBA 0x2568 # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[all …]
/titanic_44/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)) in ptrace()
253 if (xaddr >= U_SIGNAL && xaddr < U_SIGNAL+sizeof (UP->u_signal)) in ptrace()
/titanic_44/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)) in ptrace()
253 if (xaddr >= U_SIGNAL && xaddr < U_SIGNAL+sizeof (UP->u_signal)) in ptrace()
/titanic_44/usr/src/lib/libtermcap/common/
H A Dtermcap.h35 extern char PC, *UP, *BC;
H A Dmapfile-vers47 UP { TYPE = COMMON; SIZE = 4; FLAGS = NODIRECT;
53 UP { TYPE = COMMON; SIZE = 8; FLAGS = NODIRECT;
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DWinScrollbar.java344 private static final int UP = 10; field in WinScrollbar
438 drawArrow(g, 0, 0, w, w, UP); in drawEndBoxes()
441 drawArrow(g, 1, 1, w, w, UP); in drawEndBoxes()
579 case UP: in drawArrow()
H A DKeyField.java158 case Event.UP: in getKeyString()
/titanic_44/usr/src/cmd/sendmail/db/btree/
H A Dbt_split.c83 enum { UP, DOWN } dir; enumerator
117 for (dir = UP, level = LEAFLEVEL;; dir == UP ? ++level : --level) {
150 if (dir == UP)
161 dir = UP;
/titanic_44/usr/src/cmd/bnu/
H A DDialers75 # S1 - UP S2 - UP S3 - DOWN S4 - UP
76 # S5 - UP S6 - DOWN S7 - ? S8 - DOWN
189 # For normal operation, dip switch S1 switch 3 should be UP.
/titanic_44/usr/src/lib/libcurses/screen/
H A Dtermcap.ed35 char *UP;
H A Dmapfile-vers571 UP;
/titanic_44/usr/src/ucbhead/
H A Dcurses.h65 *SO, *SR, *TA, *TE, *TI, *UC, *UE, *UP, *US, *VB, *VS,
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src339 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:tc=ansi+local1:
439 :SR=\E[%dT:UP=\E[%dA:bt=\E[Z:ch=\E[%i%dG:cl=\Ec:\
509 # standard capabilities. This entry deletes :UP:, :RI:, :DO:, :LE:, and
549 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
698 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
782 :LE=\E[%dD:RI=\E[%dC:Sb=\E[%+(m:Sf=\E[%+^^m:UP=\E[%dA:\
831 :SA=\E[?7h:UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:\
971 :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
1019 :UP=\E[%dA:ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:bt=\E[Z:\
1075 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd738 $etherif = $1 if !$etherif && /^([^:]*).*UP.*BROADCAST/;
/titanic_44/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif732 ##### passwords are different from users' passwords (UP).

12