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

Lines Matching defs:routine

603 This is used to speed up the reloading of the routine info procedure
835 i Set breakpoint in routine named here.
836 j Set breakpoint at beginning of containing routine.
908 `\\[idlwave-routine-info]' displays information about an IDL routine near point,
912 \\[idlwave-update-routine-info].
1149 (defvar idlwave-shell-calling-stack-routine nil)
1690 "\\$MAIN\\$\\|" ; main level routine
1831 ;If optional arg SKIP-MAIN is non-nil, don't parse $MAIN$ routine stop
2000 (defun idlwave-shell-routine-info-filter ()
2043 (setq name (idlwave-sintern-routine-or-method name class t)
2144 (idlwave-shell-maybe-update-routine-info))
2302 (setq idlwave-shell-calling-stack-routine
2310 (format "In routine %s (stack level %d)"
2311 idlwave-shell-calling-stack-routine
2694 in the current routine."
2911 ;; For speed: assume the helper routine hasn't been lost, e.g. with
2923 idlwave-shell-calling-stack-routine)))
3152 Since this function depends upon the undocumented IDL routine
3438 "\\s-+\\(Uncompiled\\|" ; 3-6 either uncompiled or routine name
3546 ;; Get sources for this routine in the sources list
3943 `(idlwave-shell-maybe-update-routine-info nil
3952 (defun idlwave-shell-maybe-update-routine-info (&optional wait file)
3953 "Update the routine info if the shell is not stopped at an error."
3955 (or (eq t idlwave-auto-routine-info-updates)
3956 (memq 'compile-buffer idlwave-auto-routine-info-updates))
3957 idlwave-query-shell-for-routine-info
3959 (idlwave-shell-update-routine-info t nil wait file)))
4143 (define-key idlwave-shell-mode-map "\C-c?" 'idlwave-routine-info)
4148 (define-key idlwave-shell-mode-map "\C-c\C-i" 'idlwave-update-routine-info)