The SILC Project

source navigation ]
identifier search ]
freetext search ]
file search ]

silc/scripts/tags

  1 #!/bin/sh
  2 #
  3 # Add emacs TAGS from the entire source tree.
  4 #
  5 # Usage: sh scripts/tags
  6 # 
  7 find -name "*.[ch]" | grep -v CVS | grep -v tests | xargs etags -a

This page was automatically generated by the LXR engine.
Free-text search provided by Glimpse