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

📄 gozilla.ref

📁 代码检索工具GLOBAL源码。可用来浏览分析LINUX源码。
💻 REF
字号:
@c This file is generated automatically by convert.pl from gozilla/manual.in.@unnumberedsubsec NAMEgozilla - force mozilla to display specified source file.@unnumberedsubsec SYNOPSIS@noindent@quotationgozilla [-b browser][-p][+no] file@*gozilla [-b browser][-p] -d name@*@end quotation@unnumberedsubsec DESCRIPTIONGozilla force mozilla to display specified sourcefile as a hypertext.In advance of using this command, [1] you must execute gtags(1)and htags(1) at the root directory of the source treeto make tag files, and [2] execute mozilla in you computer.Then you can execute gozilla at anywhere in the source tree.First form:@*You can specify source file and the line number optionally.Second form:@*You can specify definition name directly. Definition name must exist in @file{GTAGS} tag file.@unnumberedsubsec OPTIONSThe following options are available:@table @asis@item @samp{+no}line number. It must be a line on which function definition orfunction reference is exist.  If you execute htags(1)with @samp{-l} option, you can specify any line.@item @samp{-b} browserbrowser to use. By default, it is assumed mozilla.If you specify another browser, gozilla waits forexiting of the browser.@item @samp{-p}just print generated target URL.@item filepath of source file or alias name.@item @samp{-d} nameprint function.@item @samp{-q}, @samp{--quiet}Quiet mode.@item @samp{-v}, @samp{--verbose}Verbose mode.@item @samp{--version}Show version number.@item @samp{--help}Show help.@end table@unnumberedsubsec FILES@table @asis@item @file{HTML/}hypertext of source tree.@item @file{GTAGS/}tags file for function definitions.@item @file{$HOME/.gozillarc}alias file. Please read source code for the detail.@end table@unnumberedsubsec ENVIRONMENT@table @asis@item @var{GTAGSROOT}The directory which is the root of source tree.@item @var{GTAGSDBPATH}The directory on which gtags database exist.This value is ignored when @var{GTAGSROOT} is not defined.@item @var{BROWSER}browser to use. By default, it is assumed mozilla.@end table@unnumberedsubsec EXAMPLES@example	$ gtags	$ htags	$ mozilla &	$ global -x main	main              82 ctags.c          main(argc, argv)	$ gozilla +82 ctags.c@end example@unnumberedsubsec DIAGNOSTICSGozilla exits with a non 0 value if an error occurred, 0 otherwise.@unnumberedsubsec SEE ALSOglobal(1),gtags(1),htags(1),mozilla(1).GNU GLOBAL source code tag system@*(http://www.gnu.org/software/global/).@unnumberedsubsec NOTESGozilla means 'Global for mozilla'.@unnumberedsubsec BUGSGozilla can treat not only source file but also normal file,directory, HTML file and even URL, because it is omnivorous.I don't know whether or not gozilla works well in Windows32environment.@unnumberedsubsec AUTHORSTama Communications Corporation.@unnumberedsubsec HISTORYThe gozilla command appeared in FreeBSD 2.2.2 but did notinstalled by default.

⌨️ 快捷键说明

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