From ba6bfe01ee0d5cf3f06003ced36879aff1cc2ddf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 12 Jun 2003 17:04:40 +0000 Subject: Regenerated. --- doc/gperf_6.html | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) (limited to 'doc/gperf_6.html') diff --git a/doc/gperf_6.html b/doc/gperf_6.html index 599910d..05b48cd 100644 --- a/doc/gperf_6.html +++ b/doc/gperf_6.html @@ -1,16 +1,15 @@ - + -Perfect Hash Function Generator - 4 Invoking gperf +Perfect Hash Function Generator - 4. Invoking gperf Go to the first, previous, next, last section, table of contents.


-

4 Invoking gperf

+

4. Invoking gperf

There are many options to gperf. They were added to make @@ -18,11 +17,10 @@ the program more convenient for use with real applications. "On-line" help is readily available via the `--help' option. Here is the complete list of options. -

-

4.1 Specifying the Location of the Output File

+

4.1 Specifying the Location of the Output File

@@ -35,16 +33,16 @@ Allows you to specify the name of the file to which the output is written to. The results are written to standard output if no output file is specified or if it is `-'. -

-

4.2 Options that affect Interpretation of the Input File

+ +

4.2 Options that affect Interpretation of the Input File

These options are also available as declarations in the input file -(see section 3.1.1.2 Gperf Declarations). +(see section 3.1.1.2 Gperf Declarations). + -

`-e keyword-delimiter-list' @@ -84,13 +82,13 @@ the gperf generated function. -

4.3 Options to specify the Language for the Output Code

+

4.3 Options to specify the Language for the Output Code

These options are also available as declarations in the input file -(see section 3.1.1.2 Gperf Declarations). +(see section 3.1.1.2 Gperf Declarations). + -

`-L generated-language-name' @@ -138,13 +136,13 @@ This option is supported for compatibility with previous releases of -

4.4 Options for fine tuning Details in the Output Code

+

4.4 Options for fine tuning Details in the Output Code

Most of these options are also available as declarations in the input file -(see section 3.1.1.2 Gperf Declarations). +(see section 3.1.1.2 Gperf Declarations). + -

`-K slot-name' @@ -215,7 +213,7 @@ to support 8-bit and multibyte characters.
`--compare-lengths'
Compare keyword lengths before trying a string comparison. This option -is mandatory for binary comparisons (see section 3.3 Use of NUL bytes). It also might +is mandatory for binary comparisons (see section 3.3 Use of NUL bytes). It also might cut down on the number of string comparisons made during the lookup, since keywords with different lengths are never compared via strcmp. However, using `-l' might greatly increase the size of the @@ -333,7 +331,7 @@ This option is supported for compatibility with previous releases of -

4.5 Options for changing the Algorithms employed by gperf

+

4.5 Options for changing the Algorithms employed by gperf

@@ -458,7 +456,7 @@ heuristic. -

4.6 Informative Output

+

4.6 Informative Output

-- cgit v1.2.1