what do "All" and "Bot" mean in vim status line?

linux, unix, vim

Solution

- Bot - Bottom of file / last line is visible

- All - first and last line are visible

- Top - Top of file / first line is visible

Problem

and how can I print the blueprint of the statusline? `set statusline?` prints blank (`statusline=`) which doesn't seem correct to me as my statusline shows filename, row and column numbers as well as "All" or "Bot" at the end.

Original source