Function: semantic-ia-sb-line-path

semantic-ia-sb-line-path is a byte-compiled function defined in ia-sb.el.gz.

Signature

(semantic-ia-sb-line-path &optional DEPTH)

Documentation

Return the file name associated with DEPTH.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ia-sb.el.gz
(defun semantic-ia-sb-line-path (&optional _depth)
  "Return the file name associated with DEPTH."
  (save-match-data
    (let* ((tok (speedbar-line-token))
	   (buff (or (semantic-tag-buffer tok)
		     (current-buffer))))
      (buffer-file-name buff))))