ctagsctags
[options
] files
Create a list of function and macro names that are defined in the specified C, Pascal, FORTRAN, yacc , or lex source files . Solaris ctags can also process C++ source files. The output list (named tags by default) contains lines of the form: name file context where name is the function or macro name, file is the source file in which name is defined, and context is a search pattern that shows the line of code containing name . After the list of tags is created, you can invoke vi on any file and type:
This switches the vi
editor to the source file associated with the name
listed in tagsfile
(which you specify with OptionsExamplesStore tags in Taglist for all C programs:
Update tags and store in Newlist :
|
|