• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/src/

Lines Matching +defs:next +defs:depth

371 mean time, initialization proceeds immediately to the next step.  A
1546 (define-key idlwave-mode-map "\C-c\C-n" 'idlwave-next-statement)
2245 (next-char (char-after (point)))
2247 (amp-right (eq next-char ?&))
2255 (next-char (char-after (point)))
2258 (unless (eq next-char ?=)
2422 "Moves point to the start of the next program unit.
2478 "Move across next nested block."
2613 (defun idlwave-next-statement ()
2614 "Moves point to beginning of the next IDL statement.
2669 "Move to start of next IDL substatement after point.
2670 Uses the type of the current IDL statement to determine if the next
2696 (idlwave-next-statement))))
2698 ;; If a continuation line starts here, move to next line
2980 ;; Line up with next word unless this is a closing paren.
3127 "Move to next match of the regular expression KEY-RE.
3729 ;; Look for next unpaired delimiter
4579 nil 'idlwave-load-rinfo-next-step)))
5000 (defun idlwave-load-rinfo-next-step ()
5066 (idlwave-load-rinfo-next-step)
5070 nil 'idlwave-load-rinfo-next-step))))))
7255 "Choose the completion that point is in or next to."
7531 ;; Save the depth of inheritance scan to check for circular references
7544 "Class scan: inheritance depth exceeded. Circular inheritance?")
7926 ;; Restore last-command for next command, to make
8144 (next-char (save-excursion (skip-chars-forward "a-zA-Z0-9$_")
8158 (or (eq next-char ?\() ; exclude arrays, vars.
8168 (eq next-char ?\()) ; A function!
9126 (not (fboundp 'fume-find-next-idl-function-name)) ; avoid problems
9128 (cons '(idlwave-mode . fume-find-next-idl-function-name)