Searched refs:end1 (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dunderline.el43 (let ((end1 (make-marker)))
44 (move-marker end1 (max start end))
46 (while (< (point) end1)
58 (let ((end1 (make-marker)))
59 (move-marker end1 (max start end))
61 (while (re-search-forward "_\b\\|\b_" end1 t)
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dfop006.tcl48 foreach end1 {abort commit} {
53 $open $retval $end1]
66 $exists $noexist $open $retval $end1]
100 set end1 [lindex [lindex $case 0] 3]
106 puts "\tFop$tnum.$testid: $op1 ($names1) $res1 $end1;\
162 error_check_good txn1_$end1 [$txn1 $end1] 0
H A Dfoputils.tcl222 proc create_tests { op1 op2 exists noexist open retval { end1 "" } } {
232 set op1ret [list $op1 "$from $to" 0 $end1]
236 if { $end1 != "abort" } {
243 set op1ret [list $op1 $from 0 $end1]
245 if { $end1 != "abort" } {
254 set op1ret [list $op1 $from 0 $end1]
256 if { $end1 != "abort" } {
268 set op1ret [list $op1 $from 0 $end1]
270 if { $end1 != "abort" } {
290 proc create_badtests { op1 op2 exists noexist open retval {end1 ""} } {
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dpointer-support.m52 char* end1;
55 end1 = strchr(signature, _C_STRUCT_E);
59 return end1 - signature;
65 char* end1;
68 end1 = strchr(signature, _C_STRUCT_E);
72 return end1 - signature;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dpointer-support.m52 char* end1;
55 end1 = strchr(signature, _C_STRUCT_E);
59 return end1 - signature;
65 char* end1;
68 end1 = strchr(signature, _C_STRUCT_E);
72 return end1 - signature;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dpointer-support.m52 char* end1;
55 end1 = strchr(signature, _C_STRUCT_E);
59 return end1 - signature;
65 char* end1;
68 end1 = strchr(signature, _C_STRUCT_E);
72 return end1 - signature;
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dmailalias.el189 end1 pos epos seplen
199 (setq end1 (point-marker))
201 (while (< (point) end1)
206 (> pos (- end1 (cdr (car disabled-aliases)))))
210 (if (re-search-forward "[ \t]*[\n,][ \t]*" end1 t)
213 (setq epos (marker-position end1) seplen 0))
220 (setq disabled-aliases (cons (cons string (- end1 epos))
238 (set-marker end1 nil)))
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip_util.tcl278 foreach {start1 end1 start2 end2 lines msg} $hunk break
280 $start1 [expr {$end1-$start1+1}]\
324 lappend res [list $start1 $end1 $start2 $end2 $lines]
333 set end1 [expr {$start1+$len1-1}]
347 lappend res [list $start1 $end1 $start2 $end2 $lines]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dsort.el482 beg1 end1 col-beg1 col-end1 col-start col-end)
488 (setq col-end1 (current-column))
490 (setq end1 (point))
491 (setq col-start (min col-beg1 col-end1))
492 (setq col-end (max col-beg1 col-end1))
498 (while (< pos end1)
507 (setq pos (next-property-change pos nil end1)))))))
519 (apply #'call-process-region beg1 end1 "sort" t t nil sort-args))
523 (narrow-to-region beg1 end1)
[all...]
H A Dcompare-w.el359 (defun compare-windows-highlight (beg1 end1 b1 w1 beg2 end2 b2 w2)
362 (move-overlay compare-windows-overlay1 beg1 end1 b1)
363 (setq compare-windows-overlay1 (make-overlay beg1 end1 b1))
H A Dediff-ptch.el216 beg1 beg2 end1 end2
228 end1 (or (match-end 2) (match-end 4))
236 (cons (if (and beg1 end1)
237 (buffer-substring beg1 end1)
H A Dsmerge-mode.el667 (beg1 (match-beginning 1)) (end1 (match-end 1))
673 (smerge-refine-chopup-region beg1 end1 file1)
706 (end1 (match-end n1))
719 (write-region beg1 end1 file1 nil 'nomessage)
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dlist_test.c245 atf_list_citer_t end1, end2; local
250 end1 = atf_list_end_c(&l1);
253 ATF_CHECK(end1.m_entry != end2.m_entry);
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmltok.h231 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \
232 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
/macosx-10.10.1/emacs-93/emacs/src/
H A Deditfns.c2564 (buffer1, start1, end1, buffer2, start2, end2)
2565 Lisp_Object buffer1, start1, end1, buffer2, start2, end2;
2597 if (NILP (end1))
2601 CHECK_NUMBER_COERCE_MARKER (end1);
2602 endp1 = XINT (end1);
2611 args_out_of_range (start1, end1);
4074 transpose_markers (start1, end1, start2, end2,
4076 register int start1, end1, start2, end2;
4085 else if (PT < end1)
4086 TEMP_SET_PT_BOTH (PT + (end2 - end1),
2552 Lisp_Object buffer1, start1, end1, buffer2, start2, end2; variable
2588 CHECK_NUMBER_COERCE_MARKER (end1); variable
4136 register int start1, end1, start2, end2; variable
[all...]
H A Dregex.c155 # define GET_CHAR_BEFORE_2(c, p, str1, end1, str2, end2) \
159 re_char *dtemp = (p) == (str2) ? (end1) : (p); \
166 (c = ((p) == (str2) ? (end1) : (p))[-1]); \
291 # define GET_CHAR_BEFORE_2(c, p, str1, end1, str2, end2) \
292 (c = ((p) == (str2) ? *((end1) - 1) : *((p) - 1)))
4555 if (d == end1) \
4572 (SYNTAX ((d) == end1 ? *string2 \
4573 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) \
4974 re_char *end1, *end2;
5112 end1
4947 re_char *end1, *end2; local
[all...]
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmltok.h231 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \
232 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Difdef.c93 format_ifdef (char const *format, lin beg0, lin end0, lin beg1, lin end1) argument
102 groups[1].upto = end1;
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok.h247 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \
248 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmltok.h231 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \
232 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcc-mode.el513 (end1
517 (when (>= end1 beg) ; Don't hassle about changes entirely in comments.
526 ;; Look for the latest `c-type' property before end1
527 (when (and (> end1 (point-min))
529 (if (get-text-property (1- end1) 'c-type)
530 end1
531 (previous-single-property-change end1 'c-type nil lim))))
542 (goto-char end1)
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dpersist.cpp677 t4_i32 end1 = end0 + 8; local
678 t4_i32 end2 = end1 + 8;
692 if (realend > end1) {
694 end1 = realend;
700 d4_assert(_strategy.FileSize() == _strategy._baseOffset + end1);
734 d4_assert(_strategy.FileSize() - _strategy._baseOffset == end1);
743 _strategy.DataWrite(end1, &mark2, sizeof mark2);
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregcomp.ih10 static void p_bre(register struct parse *p, register int end1, register int end2);
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_usb.c293 goto end1; \
310 goto end1;
319 goto end1;
341 goto end1;
702 end1:
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dfilescan.test314 set end1 [expr $start1+($idx*2)+1]
320 } 0 "$start1 $end1"

Completed in 314 milliseconds

12