logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ocs - creates and maintains the database for cscope on a recursive directory set

Authors

       This manpage originally prepared by NickRusnov <nick@grawk.net> for the Debian Project.

The Debian Project                                  June 2001                                             ocs(1)

Bugs

       None noted.

Description

       This  manual  page  briefly  documents  ocs  ,  a  shell  script  wrapper that automates the creation and
       maintenance of a cscope(1) database on a recursive set of directories. Under  normal  circumstances,  ocs
       generates  a  cscope  database  on  a  recursive  group  of directories starting from the current working
       directory, before launching cscope(1) in interactive mode.

Files

       ./cscope.rc
              If this is an executable shell script, it will be included in the body of ocs in order to override
              intenal filenames and other options. See  the  comments  at  the  top  of  /usr/bin/ocs  for  more
              information.

Name

       ocs - creates and maintains the database for cscope on a recursive directory set

Options

       -x     Enable debugging.

       -f     Force. Do not ask about regenerating 'TMP' lists (lists generated by ocs ), just do it; Allow  the
              regeneration of 'CSD' (lists generated by cscope(1) ) lists.

       -q     Tell  cscope  to  build  a fast reverse index. Database disk space usage is doubled, but searching
              speed is increased.

       -u     Request that the database be updated or regenerated.

See Also

cscope(1),/usr/bin/ocs.

Synopsis

ocs [-x] [-f] [-q] [-u]

See Also