ada-goto-next-non-ws

ada-goto-next-non-ws is a compiled Lisp function in `ada-mode.el'.

(ada-goto-next-non-ws &optional LIMIT SKIP-GOTO-LABEL)

Skip to next non-whitespace character.
Skips spaces, newlines and comments, and possibly goto labels.
Return `point' if moved, nil if not.
Stop the search at LIMIT.
Do not call this function from within a string.