Searched refs:iend (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Dtime.c35 static int itadd_span P((struct sglobal *qglobal, int istart, int iend,
41 struct uuconf_timespan *qnext, int istart, int iend,
128 int istart, iend;
173 iend = 24 * 60;
183 iend = (int) strtol ((char *) z, &zendnum, 10);
187 iend = (iend / 100) * 60 + iend % 100;
198 if (istart < iend)
200 iminute + iend, iva
125 int istart, iend; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dimage-file.el113 (iend (+ (point) (cadr rval)))
114 (visitingp (and visit (= ibeg (point-min)) (= iend (point-max))))
117 (buffer-substring-no-properties ibeg iend)))
131 (add-text-properties ibeg iend props)
/macosx-10.10.1/libauto-186/
H A DZoneDump.cpp201 for (AssociationsHashMap::iterator i = _associations.begin(), iend = _associations.end(); i != iend; i++) {
H A DBlockIterator.h262 for (AssociationsHashMap::iterator i = associations.begin(), iend = associations.end(); i != iend; i++) {
H A DReferenceIterator.h583 for (AssociationsHashMap::iterator i = associations.begin(), iend = associations.end(); i != iend; i++) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp235 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N);
236 i != iend;
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-nm/
H A Dllvm-nm.cpp291 symbol_iterator iend = obj->end_symbols(); local
294 iend = obj->end_dynamic_symbols();
296 for (symbol_iterator i = ibegin; i != iend; i.increment(ec)) {
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm7342 # return length of tokens ($ibeg .. $iend) including $ibeg & $iend
7343 # returns 0 if $ibeg > $iend (shouldn't happen)
7344 my ( $ibeg, $iend ) = @_;
7345 return 0 if ( $iend < 0 || $ibeg > $iend );
7346 return $summed_lengths_to_go[ $iend + 1 ] if ( $ibeg < 0 );
7347 return $summed_lengths_to_go[ $iend + 1 ] - $summed_lengths_to_go[$ibeg];
7352 # return length of a line of tokens ($ibeg .. $iend)
7353 my ( $ibeg, $iend )
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DRecord.cpp362 iend = T1SuperClasses.end();
363 i != iend;
380 iend = T2SuperClasses.end();
381 i != iend;
425 iend = Range.end();
426 i != iend;
577 iend = Range.end();
578 i != iend;
1564 iend = args.end();
1565 i != iend;
[all...]
H A DTGParser.cpp54 iend = TemplateArgs.end();
55 i != iend;
222 iend = SMC->DefPrototypes.end();
223 i != iend;
781 for (LoopVector::iterator i = Loops.begin(), iend = Loops.end();
782 i != iend;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dushape.cpp1203 int32_t i, iend; local
1236 iend = -1;
1249 while (i != iend) {
1254 if(Nw == iend) {
1349 } else if(i != iend) {
/macosx-10.10.1/uucp-11/uucp/
H A Dcu.c2101 long iend;
2103 iend = ixsysdep_time ((long *) NULL) + (long) cCuvar_timeout;
2137 iend - ixsysdep_time ((long *) NULL),
2094 long iend; local
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dlistbox.tcl1551 set iend $ix
1554 set iend $ia
1557 for { set i $istart } { $i <= $iend } { incr i } {
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c3899 int ibeg, iend, encoded_length;
3906 iend = CHAR_TO_BYTE (XFASTINT (end));
3912 length = iend - ibeg;
3935 del_range_byte (ibeg + encoded_length, iend + encoded_length, 1);
4095 int ibeg, iend, length, allength;
4106 iend = CHAR_TO_BYTE (XFASTINT (end));
4108 length = iend - ibeg;
4137 iend + decoded_length, 1);
3873 int ibeg, iend, encoded_length; variable
4069 int ibeg, iend, length, allength; variable
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_exec.c5433 register int *iend = iptr - resetcount/2 + 1; local
5434 while (--iptr >= iend) *iptr = -1;
5483 register int *iend = iptr + resetcount; local
5484 while (iptr < iend) *iptr++ = -1;
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dutils.c2988 char *iend = itype_end(s, ISEP, 1); local
2989 if (iend != s) {
2990 s = iend;
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcperl-mode.el8977 (let ((dbg (point)) (iend end) (idone cperl-syntax-done-to)
9004 dbg iend start end idone cperl-syntax-done-to

Completed in 484 milliseconds