File: const.h

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 (28 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (2)
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
/* This file is generated automatically by convert.pl from gozilla/manual.in. */
const char *progname = "gozilla";
const char *usage_const = "Usage: gozilla [-b browser][-p][+no] file\n\
       gozilla [-b browser][-p] -d name\n";
const char *help_const = "Options:\n\
+no\n\
       line number. It must be a line on which function definition or\n\
       function reference is exist.  If you execute htags(1)\n\
       with -l option, you can specify any line.\n\
-b browser\n\
       browser to use. By default, it is assumed mozilla.\n\
       If you specify another browser, gozilla waits for\n\
       exiting of the browser.\n\
-p\n\
       just print generated target URL.\n\
file\n\
       path of source file or alias name.\n\
-d name\n\
       print function.\n\
-q, --quiet\n\
       Quiet mode.\n\
-v, --verbose\n\
       Verbose mode.\n\
--version\n\
       Show version number.\n\
--help\n\
       Show help.\n\
";