idlwave-find-structure-definition

idlwave-find-structure-definition is a compiled Lisp function in `idlwave.el'.

(idlwave-find-structure-definition &optional VAR NAME BOUND)

Search forward for a structure definition.
If VAR is non-nil, search for a structure assigned to variable VAR.
If NAME is non-nil, search for a named structure NAME, if a string,
or a generic named structure otherwise. If BOUND is an integer, limit
the search. If BOUND is the symbol `all', we search first back and
then forward through the entire file. If BOUND is the symbol `back'
we search only backward.