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

Lines Matching defs:routine

32 ;; documentation, and is available, along with general routine
162 for every routine and keyword, even though the item may not be highlighted
166 loads the routine source file into the help buffer. If you try to write
178 "*Non-nil means, try to find help in routine header when displaying source.
181 the help item in the first routine doclib header above the routine definition.
182 If the variable is nil, or if we cannot find/parse the header, the routine
460 (nth 2 (idlwave-current-routine))
486 ;; A routine keyword -- in text or system help
569 ((memq what '(procedure function routine))
586 (idlwave-sintern-routine-or-method name class)
607 (idlwave-sintern-routine-or-method name class)
742 `t', first look up the optional arguments in the routine info list to
763 (concat "No routine info for %s"
818 ;; A special help routine for source-level syntax help in files.
825 by loading the routine source file into the help buffer. Depending on
827 routine definition or the header description. If
846 (idlwave-routine-source-file
903 ;; Just find the routine definition
906 (idlwave-help-find-routine-definition name type class keyword))))
928 (defun idlwave-help-find-routine-definition (name type class keyword)
929 "Find the definition of routine CLASS::NAME in current buffer.
952 routine. Then tries to find the KEYWORDS section and the KEYWORD, if
959 describes the correct routine - even if the keyword description cannot
962 This function expects a more or less standard routine header. In
964 on a line. Then `NAME:' must be followed by the routine name on the
993 ;; NAME tag plus the routine name. The new version is from JD.
1034 ;; found a routine header
1091 (error "Cannot find doclib header for routine %s"
1136 (error "Cannot find doclib header for routine %s"