Searched refs:up (Results 51 - 75 of 684) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dsolitaire.el56 (define-key solitaire-mode-map "\C-p" 'solitaire-up)
65 (define-key solitaire-mode-map [up] 'solitaire-up)
70 (define-key solitaire-mode-map [S-up] 'solitaire-move-up)
75 (define-key solitaire-mode-map [kp-8] 'solitaire-up)
81 (define-key solitaire-mode-map [S-kp-8] 'solitaire-move-up)
137 '(solitaire-left solitaire-right solitaire-up solitaire-down))
182 horizontally or vertically, up, down, left or right, which look like
287 (defun solitaire-up ()
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_hopfpci.c103 hopfpci_start, /* start up driver */
122 struct hopfclock_unit *up; local
127 up = (struct hopfclock_unit *) emalloc(sizeof(struct hopfclock_unit));
129 if (!(up)) {
136 memset((char *)up, 0, sizeof(struct hopfclock_unit));
154 pp->unitptr = (caddr_t)up;
165 up->leap_status = 0;
166 up->unit = (short) unit;
/macosx-10.10.1/BerkeleyDB-21/db/mod_db4/
H A Dskiplist.c211 sl->top->up = (struct skiplistnode *) NULL;
225 sl->top->up =
227 assert(sl->top->up);
228 sl->top->up->down = sl->top;
229 sl->top = sl->topend = sl->top->up;
231 sl->top->previndex = sl->top->up = NULL;
267 tmp->up = NULL;
270 if(p) p->up=tmp;
322 sl->top->up =
325 sl->top->up
[all...]
/macosx-10.10.1/OpenSSL098-52/src/engines/
H A De_cswift.c280 /* Ensure the cswift error handling is set up */
493 * up. */
532 sw_param.up.exp.modulus.nbytes = BN_bn2bin(m,
534 sw_param.up.exp.modulus.value = (unsigned char *)modulus->d;
535 sw_param.up.exp.exponent.nbytes = BN_bn2bin(p,
537 sw_param.up.exp.exponent.value = (unsigned char *)exponent->d;
622 sw_param.up.crt.p.value = NULL;
623 sw_param.up.crt.q.value = NULL;
624 sw_param.up.crt.dmp1.value = NULL;
625 sw_param.up
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dtreeview.tcl36 bind Treeview <KeyPress-Up> { ttk::treeview::Keynav %W up }
57 # @@@ TODO: verify/rewrite up and down code.
64 up {
65 if {[set up [$w prev $focus]] eq ""} {
68 while {[$w item $up -open] && [llength [$w children $up]]} {
69 set up [lindex [$w children $up] end]
71 set focus $up
78 set up
[all...]
/macosx-10.10.1/tidy-15.15/tidy/build/rpm/
H A Dtidy.spec25 Summary: Utility to clean up and pretty print HTML/XHTML/XML
38 there was a simple way to fix these mistakes automatically and tidy up
46 Tidy is able to fix up a wide range of problems and to bring to your
49 problem lies in your markup. Tidy won't generate a cleaned up version
/macosx-10.10.1/ICU-531.30/icuSources/samples/uresb/
H A Dresources.mak15 @echo All targets are up to date
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Difconfig.sh21 # Set up interface aliases for bind9 system tests.
67 start|up)
84 ifconfig lo0:$int 10.53.0.$ns netmask 0xffffffff up
87 ifconfig lo0:$int 10.53.0.$ns netmask 0xffffffff up
91 /sbin/ifconfig lo0:$int 10.53.0.$ns up
96 inet6 fd92:7065:b8e:ffff::$ns up
100 ifconfig lo:$int 10.53.0.$ns up netmask 255.255.255.0
132 ifconfig lo0:$int 10.53.0.$ns netmask 255.255.255.0 up
133 ifconfig lo0:$int inet6 fd92:7065:b8e:ffff::$ns up
143 echo "Don't know how to set up interfac
[all...]
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib-Xlw.h24 xlw_pop_instance __P ((widget_instance* instance, Boolean up));
H A Dlwlib-Xm.h52 xm_pop_instance __P ((widget_instance* instance, Boolean up));
/macosx-10.10.1/vim-55/
H A Dvimtutor.com38 $ ! Pick up the argument, if any.
55 $ ! Make sure we clean up our toys when we're through playing.
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/upward-dylib/
H A DMakefile43 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib up.c -DSTUB -o libup.stub -install_name libup.dylib
45 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib up.c libdown.dylib -o libup.dylib
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_index.h56 * @up: pointer to index context located directly above in the tree
70 * @up and @down are pointers used to chain the various index contexts together
74 * @up points to the index context that is immediately above in the tree or if
75 * this is the top of the tree then @up is the bottom of the tree.
80 * If this index context is the only node then @up == @down == this index
117 ntfs_index_context *up; /* Pointer to the index context that is member in struct:_ntfs_index_context
140 unsigned is_match:1; /* If 1 @ie matches the looked up
171 * mft record and looking up the index root attribute as it is
256 * its @up and @down pointers to point to itself.
264 .up
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dintervals.h48 } up; member in struct:interval
104 #define NULL_PARENT(i) ((i)->up_obj || (i)->up.interval == 0)
156 #define INTERVAL_HAS_PARENT(i) ((i)->up_obj == 0 && (i)->up.interval != 0)
165 (eassert (!INT_LISPLIKE (p)), (i)->up_obj = 0, (i)->up.interval = (p))
167 (eassert (BUFFERP (o) || STRINGP (o)), (i)->up_obj = 1, (i)->up.obj = (o))
169 (eassert ((i) != 0 && (i)->up_obj == 0),(i)->up.interval)
170 #define GET_INTERVAL_OBJECT(d,s) (eassert((s)->up_obj == 1), (d) = (s)->up.obj)
175 ((d)->up = (s)->up, (d)->up_obj = (s)->up_obj)
178 for walking up t
[all...]
H A Dtparam.c136 tparam1 (string, outstring, len, up, left, argp)
140 char *up, *left;
237 doup++, outend -= strlen (up);
247 case 'b': /* %b means back up one arg (and re-use it). */
325 strcat (op, up);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngwrite.c108 png_unknown_chunk *up; local
112 for (up = info_ptr->unknown_chunks;
113 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num;
114 up++)
116 int keep = png_handle_as_unknown(png_ptr, up->name);
118 up->location && !(up->location & PNG_HAVE_PLTE) &&
119 !(up->location & PNG_HAVE_IDAT) &&
120 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
123 if (up
286 png_unknown_chunk *up; local
389 png_unknown_chunk *up; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dsafe-ctype.c136 #define up _sch_isupper macro
143 #define U (const unsigned short) (up|is |pr) /* upper case letter */
144 #define XU (const unsigned short) (up|is|xd|pr) /* uppercase hex digit */
/macosx-10.10.1/ruby-106/ruby/lib/rake/contrib/
H A Dftptools.rb91 # Create an uploader and pass it to the given block as +up+.
94 up = self.new(path, host, account, password)
96 yield(up)
98 up.close
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A DdecNumber.c60 /* precision (up to 999,999,999 digits) and arbitrary exponent */
158 /* numbers up to four digits, using appropriate constants. This */
235 /* of 17 [we only need up to **4] */
380 Unit *up; /* work pointer */ local
383 for (up=dn->lsu; uin>0; up++) {
384 *up=(Unit)(uin%(DECDPUNMAX+1));
387 dn->digits=decGetDigits(dn->lsu, up-dn->lsu);
410 const Unit *up; /* .. */ local
412 up
446 const Unit *up; /* .. */ local
523 Unit *up; /* .. */ local
3488 const Unit *up=dn->lsu; /* Unit pointer, -> lsu */ local
3521 Unit *up=dn->lsu+D2U(dn->digits)-1; /* -> msu [target pointer] */ local
3656 const Unit *up=dn->lsu+D2U(dn->digits)-1; /* -> msu [input pointer] */ local
4737 Unit *up; /* .. */ local
4919 Unit *up; /* .. */ local
6637 Unit *up; /* -> current Unit */ local
6784 Unit *target, *up; /* work */ local
6935 const Unit *up; /* work */ local
7200 Unit *up; /* work */ local
7224 Unit *up, *sup; /* work */ local
7438 Unit *up; /* work */ local
7587 const Unit *up; /* work */ local
7811 Unit *up=uar+(len-1); /* -> msu */ local
7857 const Unit *up; /* work */ local
8000 const Unit *up; /* work */ local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DPopover.css35 .popover.arrow-up {
78 .popover.arrow-up > .container {
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/
H A Dtparam.c145 tparam1 (string, outstring, len, up, left, argp)
149 char *up, *left;
237 doup++, outend -= strlen (up);
247 case 'b': /* %b means back up one arg (and re-use it). */
322 strcat (op, up);
/macosx-10.10.1/Security-57031.1.35/
H A D.call33 update up
/macosx-10.10.1/cups-408/cups/test/
H A D5.6-lpr.sh43 echo " lpr -P Test1 -o number-up=4 -o job-sheets=standard,none testfile.pdf"
44 $VALGRIND ../berkeley/lpr -P Test1 -o number-up=4 -o job-sheets=standard,none testfile.pdf 2>&1
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dbashbug.sh85 Bashbug will start up your editor (as defined by the shell's
216 echo "$0: Type \`y' to give up, and lose your bug report;"
218 echo $n "$0: Do you want to give up? $c"
236 echo "$0: Type \`y' to give up, and lose your bug report;"
238 echo $n "$0: Do you want to give up? $c"
/macosx-10.10.1/bash-94.1.2/
H A Dbashbug85 Bashbug will start up your editor (as defined by the shell's
216 echo "$0: Type \`y' to give up, and lose your bug report;"
218 echo $n "$0: Do you want to give up? $c"
236 echo "$0: Type \`y' to give up, and lose your bug report;"
238 echo $n "$0: Do you want to give up? $c"

Completed in 305 milliseconds

1234567891011>>