This file is indexed.

/usr/lib/s9fes/help/curs_clear is in scheme9 2010.11.13-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
S9 EXT  (curs:clear)     ==>  unspecific
        (curs:clrtobot)  ==>  unspecific
        (curs:clrtoeol)  ==>  unspecific

Curses routines for clearing the screen. This is only a rough
summary. See the curses(3) manual page or a curses tutorial of
your choice for further information.

These routines do not cause any effect before CURS:REFRESH (q.v.)
is called.

CURS:CLEAR clears the entire virtual screen.

CURS:CLRTOBOT clears the current line from the current column
of the virtual cursor to the end of the line as well as all
lines below the virtual cursor.

CURS:CLRTOEOL clears the current line from the current column
of the virtual cursor to the end of the line.