⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manual.in

📁 代码检索工具GLOBAL源码。可用来浏览分析LINUX源码。
💻 IN
字号:
## Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003#	Tama Communications Corporation## This file is part of GNU GLOBAL.## GNU GLOBAL is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.## GNU GLOBAL is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.## This file is converted to the following files:#	o command source file(for usage and help).#	o man format reference manual.#	o texinfo format reference manual.#@HEADER	GTAGS-PARSER,1,May 2004,GNU Project@NAME	gtags-parser - print cross reference list for gtags.@SYNOPSIS	@name{gtags-parser} [-bdenrstvw] @arg{file} ...@DESCRIPTION	@name{Gtags-parser} print cross reference list for @xref{gtags,1}	from the specified C, C++, yacc, java, PHP and Assembly source	to standard output.	Each line of output contains the object name,	the line number which it appears, the file in which it is defined,	and a line image separated by white-space.	It's same with the output of @xref{ctags,1} with @option{-x} option.	Depending upon the options provided to @name{gtags-parser},	objects will consist of function definitions, function references	and other symbols.	Files whose names end in @file{.c} or @file{.h} are assumed to be C	source files and are searched for C style routine and macro definitions.	Files whose names end in @file{.c++} @file{.cc} @file{.cpp}	@file{.cxx} @file{.hxx} @file{.hpp} @file{.C} @file{.H} are assumed to be C++	source files.	Files whose names end in @file{.y} are assumed to be YACC source files.	Files whose names end in @file{.java} are assumed to be Java source files.	Files whose names end in @file{.php} @file{.php3} @file{.phtml} are	assumed to be PHP source files.	Files whose names end in @file{.s} or @file{.S} are assumed to be	Assembler source files.	Other files are searched for C style definitions.	Yacc files each have a special tag. @name{yyparse} is the start	of the second section of the yacc file.	This command is the default parser of GLOBAL source code tag system.@OPTIONS	The following options are available:	@begin_itemize	@item{@option{-b}, @option{--begin-block}}		Force level 1 block to begin when reach a left brace at the first column.		(C only)	@item{@option{-d}, @option{--define}}		Pick up not only function but also macro without argument		as a definition.	@item{@option{-e}, @option{--end-block}}		Force level 1 block to end when reach a right brace at the first column.		(C only)	@item{@option{-n}, @option{--no-tags}}		Suppress output of tags. It is useful to use with @option{-w} option.	@item{@option{-r}, @option{--reference}}		Locate function references instead of function definitions.		@file{GTAGS} is needed at the current directory.		(C, C++ and Java source only)		By default, locate function definitions.	@item{@option{-s}, @option{--symbol}}		Collect symbols other than functions.		By default, locate function definitions.	@item{@option{-t}, @option{--typedef}}		Pick up not only function but also typedef name and enum member		as a definition.	@item{@option{-v}, @option{--verbose}}		Verbose mode.	@item{@option{-w}, @option{--warning}}		Print warning message.	@item{@option{--langmap}=map}		Language mapping. Each comma-separated  map  consists of		the language name, a colon, and a list of file extensions.		Default mapping is 'c:.c.h,yacc:.y,asm:.s.S,java:.java,cpp:.c++.cc.cpp.cxx.hxx.hpp.C.H,php:.php.php3.phtml'.	@end_itemize	The @option{-r} and @option{-s} options override each other;	the last one specified determines the method used.@DIAGNOSTICS	@name{Gtags-parser} exits with a non 0 value if an error occurred, 0 otherwise.	Duplicate objects are not considered errors.@SEE ALSO	@xref{global,1},	@xref{gtags,1},	@xref{htags,1}.        GNU GLOBAL source code tag system@br        (http://www.gnu.org/software/global/).@BUG	@name{Gtags-parser} relies on the input being well formed,	and any syntactical errors will completely confuse it.	Assembler support is far from complete.	Probably valid only for FreeBSD and Linux kernel source.@AUTHOR	Tama Communications Corporation.@HISTORY	The @name{gtags-parser}(gctags) command appeared in FreeBSD 2.2.2.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -