Searched refs:oldpos (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dsearch.c149 int oldpos, pos; local
171 oldpos = where_history ();
177 history_set_pos (oldpos);
456 int ret, oldpos; local
472 oldpos = where_history ();
475 history_set_pos (oldpos);
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.c286 mapKey(struct SRBRoot *bundle, int32_t oldpos) { argument
295 if (oldpos < map[i].oldpos) {
301 assert(oldpos == map[start].oldpos);
1479 int32_t lPos = ((const KeyMapEntry *)l)->oldpos;
1480 int32_t rPos = ((const KeyMapEntry *)r)->oldpos;
1500 /* Sort pool bundle keys first (negative oldpos), and otherwise keys in parsing order. */
1511 return compareInt32(((const KeyMapEntry *)l)->oldpos, ((const KeyMapEntry *)r)->oldpos);
1600 int32_t oldpos, newpos, limit; local
[all...]
H A Dreslist.h36 int32_t oldpos, newpos; member in struct:KeyMapEntry
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dmkmemoio.py78 oldpos = self.pos
83 self.pos = oldpos
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dparen.el143 (let ((oldpos (point))
173 (let ((beg (min pos oldpos)) (end (max pos oldpos)))
H A Dsort.el391 (let ((oldpos (point)))
394 (if (= sort-regexp-record-end oldpos)
H A Dsimple.el4503 (let* ((oldpos (point))
4513 oldpos))
4518 (setq blinkpos (scan-sexps oldpos -1)))
4529 ((not (or (eq matching-paren (char-before oldpos))
4533 (eq matching-paren (cdr (syntax-after (1- oldpos))))))
H A Dspeedbar.el3102 (let ((oldpos (point)))
3106 (goto-char oldpos))))
/macosx-10.10.1/mail_cmds-30/msgs/
H A Dmsgs.c727 off_t oldpos = ftello(f); local
734 fseeko(f, oldpos, SEEK_SET);
753 off_t oldpos; local
781 oldpos = ftello(newmsg);
816 fseeko(newmsg, oldpos, SEEK_SET);
826 fseeko(newmsg, oldpos, SEEK_SET);/* reposition current message */
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_utils.c660 struct zle_position *oldpos = zle_positions; local
665 zle_positions = oldpos->next;
667 mark = oldpos->mk;
670 zlemetacs = oldpos->cs;
671 zlemetall = oldpos->ll;
674 zlecs = oldpos->cs;
675 zlell = oldpos->ll;
679 for (nreg = 0, oldrhp = oldpos->regions;
689 oldrhp = oldpos->regions;
709 zfree(oldpos, sizeo
[all...]
/macosx-10.10.1/less-25/less/
H A Dsearch.c1058 POSITION linepos, oldpos; local
1061 oldpos = pos;
1117 *pendpos = oldpos;
1129 if (linenums && abs((int)(pos - oldpos)) > 1024)
1131 oldpos = pos;
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dpascal.el851 (oldpos (point))
877 (> (save-excursion (goto-char oldpos)
922 oldpos t)
933 (goto-char oldpos)
1015 (let* ((oldpos (point))
1024 (goto-char oldpos)
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-cite.el138 file buf pos oldpos)
147 (setq oldpos (point))
151 (goto-char oldpos) ;; restore previous position of point
159 (goto-char oldpos) ;; restore point.
H A Dsgml-mode.el522 (let ((oldpos (point))
530 oldpos))
532 (eq (match-end 0) (1- oldpos)))
534 (goto-char (1- oldpos))
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dlex.c439 static int oldpos; local
482 oldpos = incmdpos;
485 incmdpos = oldpos;
H A Dbuiltin.c1615 char *oldstr, *newstr, *oldpos, *newpos, *newmem, *s = *sp; local
1623 oldpos = s;
1625 while ((newpos = (char *)strstr(oldpos, oldstr))) {
1630 oldpos = newmem + strlen(newmem);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsyncrepl.c4234 int oldpos, newpos; local
4249 for ( oldpos=0, a=rs->sr_entry->e_attrs;
4250 a && a->a_desc != ad; oldpos++, a=a->a_next );
4257 if ( !a || oldpos != newpos || attr_valfind( a,
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoffcode.h1691 file_ptr oldpos = bfd_tell (abfd);
1699 bfd_seek (abfd, oldpos, 0);
1690 file_ptr oldpos = bfd_tell (abfd); local

Completed in 185 milliseconds