Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Generate index file:
    $ cd /illumos-gate/usr/src
    $ ctags -R ./
  2. Run vim for the function or declaration requriedrequired:
    $ vim -t _endopen
  3. Browse source code using vim functionality.