Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)

ex(1) OSS Shell and Utilities Reference Manual
-T Makes the ex command run in trace mode. It generates a lot of messages to the stan-
dard output le concerning the form of the input and the resultant nondeterministic and
deterministic nite automata. This ag is mostly for use in maintaining the ex com-
mand.
-8 Instructs the ex command to generate an 8-bit scanner (which is the default scanner).
-C[efmF]
Controls the degree of table compression. The default setting is -Cem, which provides
the highest degree of table compression. Faster-executing scanners can be traded off at
the cost of larger tables with the following generally being true:
Slowest and smallest
-Cem
-Cm
-Ce
-C
-C{f,F}e
-C{f,F}
Fastest and largest
-C ags are not cumulative; whenever the ag is encountered, the previous -C settings
are forgotten. The -f or -F and -Cm ags do not make sense together; there is no oppor-
tunity for meta-equivalence classes if the table is not being compressed. Otherwise, the
ags may be freely mixed.
-C Species that the scanner tables should be compressed and neither
equivalence classes nor meta-equivalence classes should be used.
-Ce Directs the ex command to construct equivalence classes; for example,
sets of characters that have identical lexical properties. Equivalence
classes usually give dramatic reductions in the nal table/object le
sizes (typically a factor of 2 to 5) and are inexpensive in terms of cost
versus performance (one array look-up per character scanned).
-Cm Directs the ex command to construct meta-equivalence classes, which
are sets of equivalence classes (or characters, if equivalence classes are
not being used) that are commonly used together. Meta-equivalence
classes are often a benet when using compressed tables, but they have
a moderate performance impact (one or two "if" tests and one array
look-up per character scanned).
-Cf Species that the full scanner tables should be generated; the ex com-
mand should not compress the tables by taking advantage of similar
transition functions for different states.
-CF Species that the alternative fast scanner representation should be used.
3144 Hewlett-Packard Company 527188-004