/usr/share/doc/flex-old-doc/flex_toc.html is in flex-old-doc 2.5.4a-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | html2
<html>
<!-- Created on May 24, 2011 by texi2html 1.82
texi2html was written by:
Lionel Cons <Lionel.Cons@cern.ch> (original author)
Karl Berry <karl@freefriends.org>
Olaf Bachmann <obachman@mathematik.uni-kl.de>
and many others.
Maintained by: Many creative people.
Send bugs and suggestions to <texi2html-bug@nongnu.org>
-->
<head>
<title>Flex - a scanner generator: Table of Contents</title>
<meta name="description" content="Flex - a scanner generator: Table of Contents">
<meta name="keywords" content="Flex - a scanner generator: Table of Contents">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.82">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
pre.display {font-family: serif}
pre.format {font-family: serif}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: serif; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: serif; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.roman {font-family:serif; font-weight:normal;}
span.sansserif {font-family:sans-serif; font-weight:normal;}
ul.toc {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="SEC_Contents"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="flex.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="flex_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<h1>Table of Contents</h1>
<div class="contents">
<ul class="toc">
<li><a name="toc-Name-1" href="flex_1.html#Name">1. Name</a></li>
<li><a name="toc-Synopsis-1" href="flex_2.html#Synopsis">2. Synopsis</a></li>
<li><a name="toc-Overview-1" href="flex_3.html#Overview">3. Overview</a></li>
<li><a name="toc-Description-1" href="flex_4.html#Description">4. Description</a></li>
<li><a name="toc-Some-simple-examples" href="flex_5.html#Examples">5. Some simple examples</a></li>
<li><a name="toc-Format-of-the-input-file" href="flex_6.html#Format">6. Format of the input file</a></li>
<li><a name="toc-Patterns-1" href="flex_7.html#Patterns">7. Patterns</a></li>
<li><a name="toc-How-the-input-is-matched" href="flex_8.html#Matching">8. How the input is matched</a></li>
<li><a name="toc-Actions-1" href="flex_9.html#Actions">9. Actions</a></li>
<li><a name="toc-The-generated-scanner" href="flex_10.html#Generated-scanner">10. The generated scanner</a></li>
<li><a name="toc-Start-conditions-1" href="flex_11.html#Start-conditions">11. Start conditions</a></li>
<li><a name="toc-Multiple-input-buffers" href="flex_12.html#Multiple-buffers">12. Multiple input buffers</a></li>
<li><a name="toc-End_002dof_002dfile-rules-1" href="flex_13.html#End_002dof_002dfile-rules">13. End-of-file rules</a></li>
<li><a name="toc-Miscellaneous-macros" href="flex_14.html#Miscellaneous">14. Miscellaneous macros</a></li>
<li><a name="toc-Values-available-to-the-user" href="flex_15.html#User-variables">15. Values available to the user</a></li>
<li><a name="toc-Interfacing-with-yacc" href="flex_16.html#YACC-interface">16. Interfacing with <code>yacc</code></a></li>
<li><a name="toc-Options-1" href="flex_17.html#Options">17. Options</a></li>
<li><a name="toc-Performance-considerations" href="flex_18.html#Performance">18. Performance considerations</a></li>
<li><a name="toc-Generating-C_002b_002b-scanners" href="flex_19.html#C_002b_002b">19. Generating C++ scanners</a></li>
<li><a name="toc-Incompatibilities-with-lex-and-POSIX" href="flex_20.html#Incompatibilities">20. Incompatibilities with <code>lex</code> and POSIX</a></li>
<li><a name="toc-Diagnostics-1" href="flex_21.html#Diagnostics">21. Diagnostics</a></li>
<li><a name="toc-Files-1" href="flex_22.html#Files">22. Files</a></li>
<li><a name="toc-Deficiencies-_002f-Bugs" href="flex_23.html#Deficiencies">23. Deficiencies / Bugs</a></li>
<li><a name="toc-See-also-1" href="flex_24.html#See-also">24. See also</a></li>
<li><a name="toc-Author-1" href="flex_25.html#Author">25. Author</a></li>
</ul>
</div>
<hr size="1">
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="flex.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="flex_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<p>
<font size="-1">
This document was generated on <i>May 24, 2011</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
</font>
<br>
</p>
</body>
</html>
|