I usually create the cscope database with the command,
cscope -bqRv
But at times, I just want to access the cscope menu usually got by running,
cscope -R
This needlessly recreates the cscope database, something, I don't always need. Is there anyway to get to the cscope menu without recreating the database ?