File: gozilla.ref

package info (click to toggle)
global 4.8.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,356 kB
  • ctags: 4,245
  • sloc: ansic: 26,150; lex: 1,471; perl: 1,233; sh: 1,032; lisp: 410; makefile: 158; yacc: 123
file content (102 lines) | stat: -rw-r--r-- 2,960 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
@c This file is generated automatically by convert.pl from gozilla/manual.in.
@unnumberedsubsec NAME
gozilla - force mozilla to display specified source file.
@unnumberedsubsec SYNOPSIS
@noindent
@quotation
gozilla [-b browser][-p][+no] file@*
gozilla [-b browser][-p] -d name@*
@end quotation
@unnumberedsubsec DESCRIPTION
Gozilla force mozilla to display specified source
file 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 tree
to 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 OPTIONS
The following options are available:
@table @asis
@item @samp{+no}
line number. It must be a line on which function definition or
function reference is exist.  If you execute htags(1)
with @samp{-l} option, you can specify any line.
@item @samp{-b} browser
browser to use. By default, it is assumed mozilla.
If you specify another browser, gozilla waits for
exiting of the browser.
@item @samp{-p}
just print generated target URL.
@item file
path of source file or alias name.
@item @samp{-d} name
print 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 DIAGNOSTICS
Gozilla exits with a non 0 value if an error occurred, 0 otherwise.
@unnumberedsubsec SEE ALSO
global(1),
gtags(1),
htags(1),
mozilla(1).

GNU GLOBAL source code tag system@*
(http://www.gnu.org/software/global/).
@unnumberedsubsec NOTES
Gozilla means 'Global for mozilla'.
@unnumberedsubsec BUGS
Gozilla 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 Windows32
environment.
@unnumberedsubsec AUTHORS
Tama Communications Corporation.
@unnumberedsubsec HISTORY
The gozilla command appeared in FreeBSD 2.2.2 but did not
installed by default.