xref: /netbsd-src/external/bsd/flex/dist/doc/flex.info-2 (revision 56bd85463476f90bb489799c99292bb30d6771c0)
1*56bd8546SchristosThis is flex.info, produced by makeinfo version 6.1 from flex.texi.
23c3a7b76Schristos
33c3a7b76SchristosThe flex manual is placed under the same licensing conditions as the
43c3a7b76Schristosrest of flex:
53c3a7b76Schristos
630da1778Schristos   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2012 The Flex
730da1778SchristosProject.
83c3a7b76Schristos
93c3a7b76Schristos   Copyright (C) 1990, 1997 The Regents of the University of California.
103c3a7b76SchristosAll rights reserved.
113c3a7b76Schristos
123c3a7b76Schristos   This code is derived from software contributed to Berkeley by Vern
133c3a7b76SchristosPaxson.
143c3a7b76Schristos
153c3a7b76Schristos   The United States Government has rights in this work pursuant to
163c3a7b76Schristoscontract no.  DE-AC03-76SF00098 between the United States Department of
173c3a7b76SchristosEnergy and the University of California.
183c3a7b76Schristos
193c3a7b76Schristos   Redistribution and use in source and binary forms, with or without
203c3a7b76Schristosmodification, are permitted provided that the following conditions are
213c3a7b76Schristosmet:
223c3a7b76Schristos
233c3a7b76Schristos  1. Redistributions of source code must retain the above copyright
243c3a7b76Schristos     notice, this list of conditions and the following disclaimer.
253c3a7b76Schristos
263c3a7b76Schristos  2. Redistributions in binary form must reproduce the above copyright
273c3a7b76Schristos     notice, this list of conditions and the following disclaimer in the
283c3a7b76Schristos     documentation and/or other materials provided with the
293c3a7b76Schristos     distribution.
303c3a7b76Schristos
313c3a7b76Schristos   Neither the name of the University nor the names of its contributors
323c3a7b76Schristosmay be used to endorse or promote products derived from this software
333c3a7b76Schristoswithout specific prior written permission.
343c3a7b76Schristos
353c3a7b76Schristos   THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
363c3a7b76SchristosWARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
373c3a7b76SchristosMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
3830da1778SchristosINFO-DIR-SECTION Programming
3930da1778SchristosSTART-INFO-DIR-ENTRY
4030da1778Schristos* flex: (flex).      Fast lexical analyzer generator (lex replacement).
4130da1778SchristosEND-INFO-DIR-ENTRY
423c3a7b76Schristos
433c3a7b76Schristos
443c3a7b76SchristosFile: flex.info,  Node: Index of Functions and Macros,  Next: Index of Variables,  Prev: Concept Index,  Up: Indices
453c3a7b76Schristos
463c3a7b76SchristosIndex of Functions and Macros
473c3a7b76Schristos=============================
483c3a7b76Schristos
493c3a7b76SchristosThis is an index of functions and preprocessor macros that look like
50dded093eSchristosfunctions.  For macros that expand to variables or constants, see *note
513c3a7b76SchristosIndex of Variables::.
523c3a7b76Schristos
533c3a7b76Schristos�[index�]
543c3a7b76Schristos* Menu:
553c3a7b76Schristos
56dded093eSchristos* BEGIN:                                 Start Conditions.    (line  84)
573c3a7b76Schristos* debug (C++ only):                      Cxx.                 (line  48)
5830da1778Schristos* LexerError (C++ only):                 Cxx.                 (line 112)
5930da1778Schristos* LexerInput (C++ only):                 Cxx.                 (line  97)
6030da1778Schristos* LexerOutput (C++ only):                Cxx.                 (line 107)
613c3a7b76Schristos* lineno (C++ only):                     Cxx.                 (line  38)
623c3a7b76Schristos* set_debug (C++ only):                  Cxx.                 (line  42)
6330da1778Schristos* switch_streams (C++ only):             Cxx.                 (line  82)
643c3a7b76Schristos* yyFlexLexer constructor (C++ only):    Cxx.                 (line  61)
653c3a7b76Schristos* yyget_debug:                           Reentrant Functions. (line   8)
663c3a7b76Schristos* yyget_extra:                           Extra Data.          (line  20)
6730da1778Schristos* yyget_extra <1>:                       Reentrant Functions. (line   8)
683c3a7b76Schristos* yyget_in:                              Reentrant Functions. (line   8)
693c3a7b76Schristos* yyget_leng:                            Reentrant Functions. (line   8)
703c3a7b76Schristos* yyget_lineno:                          Reentrant Functions. (line   8)
713c3a7b76Schristos* yyget_out:                             Reentrant Functions. (line   8)
723c3a7b76Schristos* yyget_text:                            Reentrant Functions. (line   8)
733c3a7b76Schristos* YYLeng (C++ only):                     Cxx.                 (line  34)
7430da1778Schristos* yylex (C++ version):                   Cxx.                 (line  70)
7530da1778Schristos* yylex (reentrant version):             Bison Bridge.        (line  22)
7630da1778Schristos* yylex (reentrant version) <1>:         Bison Bridge.        (line  27)
773c3a7b76Schristos* yylex_destroy:                         Init and Destroy Functions.
783c3a7b76Schristos                                                              (line   6)
793c3a7b76Schristos* yylex_init:                            Init and Destroy Functions.
803c3a7b76Schristos                                                              (line   6)
813c3a7b76Schristos* yypop_buffer_state:                    Multiple Input Buffers.
8230da1778Schristos                                                              (line  60)
833c3a7b76Schristos* yypush_buffer_state:                   Multiple Input Buffers.
8430da1778Schristos                                                              (line  52)
8530da1778Schristos* yyrestart:                             User Values.         (line  38)
863c3a7b76Schristos* yyset_debug:                           Reentrant Functions. (line   8)
873c3a7b76Schristos* yyset_extra:                           Extra Data.          (line  20)
8830da1778Schristos* yyset_extra <1>:                       Reentrant Functions. (line   8)
893c3a7b76Schristos* yyset_in:                              Reentrant Functions. (line   8)
903c3a7b76Schristos* yyset_lineno:                          Reentrant Functions. (line   8)
913c3a7b76Schristos* yyset_out:                             Reentrant Functions. (line   8)
923c3a7b76Schristos* yytables_destroy:                      Loading and Unloading Serialized Tables.
9330da1778Schristos                                                              (line  23)
943c3a7b76Schristos* yytables_fload:                        Loading and Unloading Serialized Tables.
9530da1778Schristos                                                              (line  10)
963c3a7b76Schristos* YYText (C++ only):                     Cxx.                 (line  30)
9730da1778Schristos* YY_AT_BOL:                             Misc Macros.         (line  46)
9830da1778Schristos* yy_create_buffer:                      Multiple Input Buffers.
9930da1778Schristos                                                              (line  19)
10030da1778Schristos* yy_delete_buffer:                      Multiple Input Buffers.
10130da1778Schristos                                                              (line  46)
10230da1778Schristos* yy_flush_buffer:                       Multiple Input Buffers.
10330da1778Schristos                                                              (line  66)
10430da1778Schristos* yy_new_buffer:                         Multiple Input Buffers.
10530da1778Schristos                                                              (line  72)
10630da1778Schristos* YY_NEW_FILE (now obsolete):            EOF.                 (line  11)
10730da1778Schristos* yy_pop_state:                          Start Conditions.    (line 295)
10830da1778Schristos* yy_push_state:                         Start Conditions.    (line 289)
10930da1778Schristos* yy_scan_buffer:                        Multiple Input Buffers.
11030da1778Schristos                                                              (line 196)
11130da1778Schristos* yy_scan_bytes:                         Multiple Input Buffers.
11230da1778Schristos                                                              (line 186)
11330da1778Schristos* yy_scan_string:                        Multiple Input Buffers.
11430da1778Schristos                                                              (line 183)
11530da1778Schristos* yy_set_bol:                            Misc Macros.         (line  40)
11630da1778Schristos* yy_set_interactive:                    Misc Macros.         (line  28)
11730da1778Schristos* yy_switch_to_buffer:                   Multiple Input Buffers.
11830da1778Schristos                                                              (line  35)
11930da1778Schristos* yy_top_state:                          Start Conditions.    (line 298)
1203c3a7b76Schristos
1213c3a7b76Schristos
1223c3a7b76SchristosFile: flex.info,  Node: Index of Variables,  Next: Index of Data Types,  Prev: Index of Functions and Macros,  Up: Indices
1233c3a7b76Schristos
1243c3a7b76SchristosIndex of Variables
1253c3a7b76Schristos==================
1263c3a7b76Schristos
1273c3a7b76SchristosThis is an index of variables, constants, and preprocessor macros that
1283c3a7b76Schristosexpand to variables or constants.
1293c3a7b76Schristos
1303c3a7b76Schristos�[index�]
1313c3a7b76Schristos* Menu:
1323c3a7b76Schristos
133dded093eSchristos* INITIAL:                               Start Conditions.    (line  84)
1343c3a7b76Schristos* yyextra:                               Extra Data.          (line   6)
1353c3a7b76Schristos* yyin:                                  User Values.         (line  29)
1363c3a7b76Schristos* yyleng:                                User Values.         (line  26)
1373c3a7b76Schristos* yylloc:                                Bison Bridge.        (line   6)
1383c3a7b76Schristos* YYLMAX:                                User Values.         (line  13)
1393c3a7b76Schristos* yylval:                                Bison Bridge.        (line   6)
1403c3a7b76Schristos* yylval, with yacc:                     Yacc.                (line   6)
14130da1778Schristos* yyout:                                 User Values.         (line  45)
1423c3a7b76Schristos* yyscanner (reentrant only):            Extra Reentrant Argument.
1433c3a7b76Schristos                                                              (line   6)
144dded093eSchristos* yytext:                                Matching.            (line  29)
14530da1778Schristos* yytext <1>:                            User Values.         (line   9)
14630da1778Schristos* YY_CURRENT_BUFFER:                     User Values.         (line  49)
14730da1778Schristos* YY_END_OF_BUFFER_CHAR:                 Multiple Input Buffers.
14830da1778Schristos                                                              (line 196)
14930da1778Schristos* YY_NUM_RULES:                          Misc Macros.         (line  16)
15030da1778Schristos* YY_START:                              Start Conditions.    (line 191)
15130da1778Schristos* YY_START <1>:                          User Values.         (line  52)
1523c3a7b76Schristos
1533c3a7b76Schristos
1543c3a7b76SchristosFile: flex.info,  Node: Index of Data Types,  Next: Index of Hooks,  Prev: Index of Variables,  Up: Indices
1553c3a7b76Schristos
1563c3a7b76SchristosIndex of Data Types
1573c3a7b76Schristos===================
1583c3a7b76Schristos
1593c3a7b76Schristos�[index�]
1603c3a7b76Schristos* Menu:
1613c3a7b76Schristos
1623c3a7b76Schristos* FlexLexer (C++ only):                  Cxx.                 (line  57)
1633c3a7b76Schristos* yyFlexLexer (C++ only):                Cxx.                 (line  57)
1643c3a7b76Schristos* YYLTYPE:                               Bison Bridge.        (line   6)
1653c3a7b76Schristos* yyscan_t (reentrant only):             About yyscan_t.      (line   6)
1663c3a7b76Schristos* YYSTYPE:                               Bison Bridge.        (line   6)
16730da1778Schristos* YY_BUFFER_STATE:                       Multiple Input Buffers.
16830da1778Schristos                                                              (line  25)
16930da1778Schristos* YY_EXTRA_TYPE (reentrant only):        Extra Data.          (line  20)
17030da1778Schristos* yy_size_t:                             Multiple Input Buffers.
17130da1778Schristos                                                              (line 208)
1723c3a7b76Schristos
1733c3a7b76Schristos
1743c3a7b76SchristosFile: flex.info,  Node: Index of Hooks,  Next: Index of Scanner Options,  Prev: Index of Data Types,  Up: Indices
1753c3a7b76Schristos
1763c3a7b76SchristosIndex of Hooks
1773c3a7b76Schristos==============
1783c3a7b76Schristos
1793c3a7b76SchristosThis is an index of "hooks" that the user may define.  These hooks
18030da1778Schristostypically correspond to specific locations in the generated scanner, and
18130da1778Schristosmay be used to insert arbitrary code.
1823c3a7b76Schristos
1833c3a7b76Schristos�[index�]
1843c3a7b76Schristos* Menu:
1853c3a7b76Schristos
186dded093eSchristos* YY_BREAK:                              Misc Macros.          (line 49)
1873c3a7b76Schristos* YY_USER_ACTION:                        Misc Macros.          (line  6)
188dded093eSchristos* YY_USER_INIT:                          Misc Macros.          (line 23)
1893c3a7b76Schristos
1903c3a7b76Schristos
1913c3a7b76SchristosFile: flex.info,  Node: Index of Scanner Options,  Prev: Index of Hooks,  Up: Indices
1923c3a7b76Schristos
1933c3a7b76SchristosIndex of Scanner Options
1943c3a7b76Schristos========================
1953c3a7b76Schristos
1963c3a7b76Schristos�[index�]
1973c3a7b76Schristos* Menu:
1983c3a7b76Schristos
1993c3a7b76Schristos* -+:                                    Code-Level And API Options.
200*56bd8546Schristos                                                              (line  45)
2013c3a7b76Schristos* --7bit:                                Options Affecting Scanner Behavior.
20230da1778Schristos                                                              (line  56)
2033c3a7b76Schristos* --8bit:                                Options Affecting Scanner Behavior.
20430da1778Schristos                                                              (line  80)
2053c3a7b76Schristos* --align:                               Options for Scanner Speed and Size.
2063c3a7b76Schristos                                                              (line  15)
2073c3a7b76Schristos* --always-interactive:                  Options Affecting Scanner Behavior.
20830da1778Schristos                                                              (line  92)
2093c3a7b76Schristos* --array:                               Code-Level And API Options.
210*56bd8546Schristos                                                              (line  49)
2113c3a7b76Schristos* --backup:                              Debugging Options.   (line   6)
2123c3a7b76Schristos* --batch:                               Options Affecting Scanner Behavior.
2133c3a7b76Schristos                                                              (line  23)
2143c3a7b76Schristos* --bison-bridge:                        Code-Level And API Options.
215*56bd8546Schristos                                                              (line  12)
2163c3a7b76Schristos* --bison-locations:                     Code-Level And API Options.
217*56bd8546Schristos                                                              (line  19)
2183c3a7b76Schristos* --c++:                                 Code-Level And API Options.
219*56bd8546Schristos                                                              (line  45)
2203c3a7b76Schristos* --case-insensitive:                    Options Affecting Scanner Behavior.
2213c3a7b76Schristos                                                              (line   6)
2223c3a7b76Schristos* --debug:                               Debugging Options.   (line  16)
2233c3a7b76Schristos* --default:                             Options Affecting Scanner Behavior.
22430da1778Schristos                                                              (line  89)
2253c3a7b76Schristos* --ecs:                                 Options for Scanner Speed and Size.
2263c3a7b76Schristos                                                              (line  24)
2273c3a7b76Schristos* --fast:                                Options for Scanner Speed and Size.
228dded093eSchristos                                                              (line 100)
2293c3a7b76Schristos* --full:                                Options for Scanner Speed and Size.
230dded093eSchristos                                                              (line  95)
2313c3a7b76Schristos* --header-file:                         Options for Specifying Filenames.
2323c3a7b76Schristos                                                              (line   6)
2333c3a7b76Schristos* --help:                                Miscellaneous Options.
2343c3a7b76Schristos                                                              (line   9)
2353c3a7b76Schristos* --interactive:                         Options Affecting Scanner Behavior.
23630da1778Schristos                                                              (line  32)
2373c3a7b76Schristos* --lex-compat:                          Options Affecting Scanner Behavior.
2383c3a7b76Schristos                                                              (line  14)
2393c3a7b76Schristos* --main:                                Code-Level And API Options.
240*56bd8546Schristos                                                              (line  95)
2413c3a7b76Schristos* --meta-ecs:                            Options for Scanner Speed and Size.
2423c3a7b76Schristos                                                              (line  45)
2433c3a7b76Schristos* --never-interactive:                   Options Affecting Scanner Behavior.
24430da1778Schristos                                                              (line 100)
245dded093eSchristos* --nodefault:                           Debugging Options.   (line  43)
2463c3a7b76Schristos* --noline:                              Code-Level And API Options.
247*56bd8546Schristos                                                              (line  24)
2483c3a7b76Schristos* --nounistd:                            Code-Level And API Options.
249*56bd8546Schristos                                                              (line 100)
250dded093eSchristos* --nowarn:                              Debugging Options.   (line  55)
2513c3a7b76Schristos* --option-ansi-definitions:             Code-Level And API Options.
2523c3a7b76Schristos                                                              (line   6)
2533c3a7b76Schristos* --option-ansi-prototypes:              Code-Level And API Options.
254*56bd8546Schristos                                                              (line   9)
2553c3a7b76Schristos* --outfile:                             Options for Specifying Filenames.
2563c3a7b76Schristos                                                              (line  21)
257dded093eSchristos* --perf-report:                         Debugging Options.   (line  31)
2583c3a7b76Schristos* --pointer:                             Code-Level And API Options.
259*56bd8546Schristos                                                              (line  52)
2603c3a7b76Schristos* --posix:                               Options Affecting Scanner Behavior.
26130da1778Schristos                                                              (line 104)
2623c3a7b76Schristos* --prefix:                              Code-Level And API Options.
263*56bd8546Schristos                                                              (line  56)
2643c3a7b76Schristos* --read:                                Options for Scanner Speed and Size.
2653c3a7b76Schristos                                                              (line  54)
2663c3a7b76Schristos* --reentrant:                           Code-Level And API Options.
267*56bd8546Schristos                                                              (line  33)
2683c3a7b76Schristos* --skel:                                Options for Specifying Filenames.
2693c3a7b76Schristos                                                              (line  31)
2703c3a7b76Schristos* --stack:                               Options Affecting Scanner Behavior.
27130da1778Schristos                                                              (line 124)
2723c3a7b76Schristos* --stdinit:                             Options Affecting Scanner Behavior.
27330da1778Schristos                                                              (line 128)
2743c3a7b76Schristos* --stdout:                              Options for Specifying Filenames.
2753c3a7b76Schristos                                                              (line  27)
2763c3a7b76Schristos* --tables-file:                         Options for Specifying Filenames.
2773c3a7b76Schristos                                                              (line  36)
2783c3a7b76Schristos* --tables-verify:                       Options for Specifying Filenames.
2793c3a7b76Schristos                                                              (line  41)
280dded093eSchristos* --trace:                               Debugging Options.   (line  49)
281dded093eSchristos* --verbose:                             Debugging Options.   (line  58)
2823c3a7b76Schristos* --version:                             Miscellaneous Options.
2833c3a7b76Schristos                                                              (line  16)
284dded093eSchristos* --warn:                                Debugging Options.   (line  66)
2853c3a7b76Schristos* --yyclass:                             Code-Level And API Options.
286*56bd8546Schristos                                                              (line 109)
2873c3a7b76Schristos* --yylineno:                            Options Affecting Scanner Behavior.
28830da1778Schristos                                                              (line 137)
2893c3a7b76Schristos* --yywrap:                              Options Affecting Scanner Behavior.
29030da1778Schristos                                                              (line 145)
2913c3a7b76Schristos* -7:                                    Options Affecting Scanner Behavior.
29230da1778Schristos                                                              (line  56)
2933c3a7b76Schristos* -8:                                    Options Affecting Scanner Behavior.
29430da1778Schristos                                                              (line  80)
2953c3a7b76Schristos* -B:                                    Options Affecting Scanner Behavior.
2963c3a7b76Schristos                                                              (line  23)
29730da1778Schristos* -b:                                    Debugging Options.   (line   6)
2983c3a7b76Schristos* -C:                                    Options for Scanner Speed and Size.
2993c3a7b76Schristos                                                              (line  10)
30030da1778Schristos* -c:                                    Miscellaneous Options.
30130da1778Schristos                                                              (line   6)
3023c3a7b76Schristos* -Ca:                                   Options for Scanner Speed and Size.
3033c3a7b76Schristos                                                              (line  15)
3043c3a7b76Schristos* -Ce:                                   Options for Scanner Speed and Size.
3053c3a7b76Schristos                                                              (line  24)
3063c3a7b76Schristos* -Cf:                                   Options for Scanner Speed and Size.
3073c3a7b76Schristos                                                              (line  35)
30830da1778Schristos* -CF:                                   Options for Scanner Speed and Size.
30930da1778Schristos                                                              (line  40)
3103c3a7b76Schristos* -Cm:                                   Options for Scanner Speed and Size.
3113c3a7b76Schristos                                                              (line  45)
3123c3a7b76Schristos* -Cr:                                   Options for Scanner Speed and Size.
3133c3a7b76Schristos                                                              (line  54)
3143c3a7b76Schristos* -d:                                    Debugging Options.   (line  16)
3153c3a7b76Schristos* -f:                                    Options for Scanner Speed and Size.
316dded093eSchristos                                                              (line  95)
31730da1778Schristos* -F:                                    Options for Scanner Speed and Size.
31830da1778Schristos                                                              (line 100)
3193c3a7b76Schristos* -h:                                    Miscellaneous Options.
3203c3a7b76Schristos                                                              (line   9)
3213c3a7b76Schristos* -i:                                    Options Affecting Scanner Behavior.
3223c3a7b76Schristos                                                              (line   6)
32330da1778Schristos* -I:                                    Options Affecting Scanner Behavior.
32430da1778Schristos                                                              (line  32)
3253c3a7b76Schristos* -l:                                    Options Affecting Scanner Behavior.
3263c3a7b76Schristos                                                              (line  14)
32730da1778Schristos* -L:                                    Code-Level And API Options.
328*56bd8546Schristos                                                              (line  24)
3293c3a7b76Schristos* -n:                                    Miscellaneous Options.
3303c3a7b76Schristos                                                              (line  13)
3313c3a7b76Schristos* -o:                                    Options for Specifying Filenames.
3323c3a7b76Schristos                                                              (line  21)
3333c3a7b76Schristos* -P:                                    Code-Level And API Options.
334*56bd8546Schristos                                                              (line  56)
33530da1778Schristos* -p:                                    Debugging Options.   (line  31)
3363c3a7b76Schristos* -R:                                    Code-Level And API Options.
337*56bd8546Schristos                                                              (line  33)
338dded093eSchristos* -s:                                    Debugging Options.   (line  43)
3393c3a7b76Schristos* -t:                                    Options for Specifying Filenames.
3403c3a7b76Schristos                                                              (line  27)
34130da1778Schristos* -T:                                    Debugging Options.   (line  49)
34230da1778Schristos* -v:                                    Debugging Options.   (line  58)
3433c3a7b76Schristos* -V:                                    Miscellaneous Options.
3443c3a7b76Schristos                                                              (line  16)
345dded093eSchristos* -w:                                    Debugging Options.   (line  55)
3463c3a7b76Schristos* -X:                                    Options Affecting Scanner Behavior.
34730da1778Schristos                                                              (line 104)
3483c3a7b76Schristos* 7bit:                                  Options Affecting Scanner Behavior.
34930da1778Schristos                                                              (line  56)
3503c3a7b76Schristos* 8bit:                                  Options Affecting Scanner Behavior.
35130da1778Schristos                                                              (line  80)
3523c3a7b76Schristos* align:                                 Options for Scanner Speed and Size.
3533c3a7b76Schristos                                                              (line  15)
3543c3a7b76Schristos* always-interactive:                    Options Affecting Scanner Behavior.
35530da1778Schristos                                                              (line  92)
3563c3a7b76Schristos* ansi-definitions:                      Code-Level And API Options.
3573c3a7b76Schristos                                                              (line   6)
3583c3a7b76Schristos* ansi-prototypes:                       Code-Level And API Options.
359*56bd8546Schristos                                                              (line   9)
3603c3a7b76Schristos* array:                                 Code-Level And API Options.
361*56bd8546Schristos                                                              (line  49)
3623c3a7b76Schristos* backup:                                Debugging Options.   (line   6)
3633c3a7b76Schristos* batch:                                 Options Affecting Scanner Behavior.
3643c3a7b76Schristos                                                              (line  23)
3653c3a7b76Schristos* bison-bridge:                          Code-Level And API Options.
366*56bd8546Schristos                                                              (line  12)
3673c3a7b76Schristos* bison-locations:                       Code-Level And API Options.
368*56bd8546Schristos                                                              (line  19)
3693c3a7b76Schristos* c++:                                   Code-Level And API Options.
370*56bd8546Schristos                                                              (line  45)
3713c3a7b76Schristos* case-insensitive:                      Options Affecting Scanner Behavior.
3723c3a7b76Schristos                                                              (line   6)
3733c3a7b76Schristos* debug:                                 Debugging Options.   (line  16)
3743c3a7b76Schristos* default:                               Options Affecting Scanner Behavior.
37530da1778Schristos                                                              (line  89)
3763c3a7b76Schristos* ecs:                                   Options for Scanner Speed and Size.
3773c3a7b76Schristos                                                              (line  24)
3783c3a7b76Schristos* fast:                                  Options for Scanner Speed and Size.
379dded093eSchristos                                                              (line 100)
3803c3a7b76Schristos* full:                                  Options for Scanner Speed and Size.
381dded093eSchristos                                                              (line  95)
3823c3a7b76Schristos* header-file:                           Options for Specifying Filenames.
3833c3a7b76Schristos                                                              (line   6)
3843c3a7b76Schristos* interactive:                           Options Affecting Scanner Behavior.
38530da1778Schristos                                                              (line  32)
3863c3a7b76Schristos* lex-compat:                            Options Affecting Scanner Behavior.
3873c3a7b76Schristos                                                              (line  14)
3883c3a7b76Schristos* main:                                  Code-Level And API Options.
389*56bd8546Schristos                                                              (line  95)
3903c3a7b76Schristos* meta-ecs:                              Options for Scanner Speed and Size.
3913c3a7b76Schristos                                                              (line  45)
392dded093eSchristos* nodefault:                             Debugging Options.   (line  43)
3933c3a7b76Schristos* noline:                                Code-Level And API Options.
394*56bd8546Schristos                                                              (line  24)
3953c3a7b76Schristos* nounistd:                              Code-Level And API Options.
396*56bd8546Schristos                                                              (line 100)
397dded093eSchristos* nowarn:                                Debugging Options.   (line  55)
3983c3a7b76Schristos* noyyalloc:                             Overriding The Default Memory Management.
3993c3a7b76Schristos                                                              (line  17)
4003c3a7b76Schristos* outfile:                               Options for Specifying Filenames.
4013c3a7b76Schristos                                                              (line  21)
402dded093eSchristos* perf-report:                           Debugging Options.   (line  31)
4033c3a7b76Schristos* pointer:                               Code-Level And API Options.
404*56bd8546Schristos                                                              (line  52)
4053c3a7b76Schristos* posix:                                 Options Affecting Scanner Behavior.
40630da1778Schristos                                                              (line 104)
4073c3a7b76Schristos* prefix:                                Code-Level And API Options.
408*56bd8546Schristos                                                              (line  56)
4093c3a7b76Schristos* read:                                  Options for Scanner Speed and Size.
4103c3a7b76Schristos                                                              (line  54)
4113c3a7b76Schristos* reentrant:                             Code-Level And API Options.
412*56bd8546Schristos                                                              (line  33)
4133c3a7b76Schristos* stack:                                 Options Affecting Scanner Behavior.
41430da1778Schristos                                                              (line 124)
4153c3a7b76Schristos* stdinit:                               Options Affecting Scanner Behavior.
41630da1778Schristos                                                              (line 128)
4173c3a7b76Schristos* stdout:                                Options for Specifying Filenames.
4183c3a7b76Schristos                                                              (line  27)
4193c3a7b76Schristos* tables-file:                           Options for Specifying Filenames.
4203c3a7b76Schristos                                                              (line  36)
4213c3a7b76Schristos* tables-verify:                         Options for Specifying Filenames.
4223c3a7b76Schristos                                                              (line  41)
423dded093eSchristos* trace:                                 Debugging Options.   (line  49)
424dded093eSchristos* verbose:                               Debugging Options.   (line  58)
425dded093eSchristos* warn:                                  Debugging Options.   (line  66)
4263c3a7b76Schristos* yyclass:                               Code-Level And API Options.
427*56bd8546Schristos                                                              (line 109)
4283c3a7b76Schristos* yylineno:                              Options Affecting Scanner Behavior.
42930da1778Schristos                                                              (line 137)
4303c3a7b76Schristos* yywrap:                                Options Affecting Scanner Behavior.
43130da1778Schristos                                                              (line 145)
4323c3a7b76Schristos
433