
Cscope Home Page
Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was …
The Vim/Cscope tutorial - SourceForge
In a nutshell, Vim's Cscope support is very similar to Vim's ctags features, in case you've used those. But since Cscope has more search types than ctags, there are a few differences. This …
Using Cscope on large projects (example: the Linux kernel)
cd /home/jru/cscope # the directory with 'cscope.files' cscope -b -q -k The -b flag tells Cscope to just build the database, and not launch the Cscope GUI. The -q causes an additional, 'inverted …
Manpage of CSCOPE - SourceForge
cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code. By default, cscope examines the C (.c and .h), lex (.l), and yacc …
Cscope Home Page
" To do the first type of search, hit 'CTRL-\', followed by one of the " cscope search types above (s,g,c,t,e,f,i,d). The result of your cscope " search will be displayed in the current window. You …
The History of Cscope - SourceForge
Various projects started using and then became dependent upon cscope for their day to day operations. It was distributed throughout AT&T/Bell Labs via the 'exptools' network (for …
BSD License for Cscope - SourceForge
Copyright (c) 1998-2000, The Santa Cruz Operation All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted ...