semantic-read-function

semantic-read-function is a compiled Lisp function in `util.el'.

(semantic-read-function PROMPT &optional DEFAULT STREAM)

Read a function name from the user for the current buffer.
PROMPT is the prompt to use.
Optional arguments:
DEFAULT is the default choice. If no default is given, one is read
from under point.
STREAM is the list of tags to complete from.