#!/bin/sh
#
# Search the cscope index.
#
# $dotat: buildworld/cscope,v 1.3 2002/08/02 20:40:57 fanf2 Exp $

# -d do not update the index
# -q quick
# -R recursive
# -P place where index was built
# -f cross-reference filename

/usr/local/bin/cscope -d -q -R -P /FreeBSD -f /FreeBSD/buildworld/.cscope
