Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c67c6057ffd14254a26624517a2352e6 > files > 296

i3-doc-3.e-3.bf1.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>i3: src/cfgparse.tab.c Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2-20100208 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>src/cfgparse.tab.c</h1><a href="a00056.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* A Bison parser, made by GNU Bison 2.4.2.  */</span>
<a name="l00002"></a>00002 
<a name="l00003"></a>00003 <span class="comment">/* Skeleton implementation for Bison&#39;s Yacc-like parsers in C</span>
<a name="l00004"></a>00004 <span class="comment">   </span>
<a name="l00005"></a>00005 <span class="comment">      Copyright (C) 1984, 1989-1990, 2000-2006, 2009-2010 Free Software</span>
<a name="l00006"></a>00006 <span class="comment">   Foundation, Inc.</span>
<a name="l00007"></a>00007 <span class="comment">   </span>
<a name="l00008"></a>00008 <span class="comment">   This program is free software: you can redistribute it and/or modify</span>
<a name="l00009"></a>00009 <span class="comment">   it under the terms of the GNU General Public License as published by</span>
<a name="l00010"></a>00010 <span class="comment">   the Free Software Foundation, either version 3 of the License, or</span>
<a name="l00011"></a>00011 <span class="comment">   (at your option) any later version.</span>
<a name="l00012"></a>00012 <span class="comment">   </span>
<a name="l00013"></a>00013 <span class="comment">   This program is distributed in the hope that it will be useful,</span>
<a name="l00014"></a>00014 <span class="comment">   but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00015"></a>00015 <span class="comment">   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<a name="l00016"></a>00016 <span class="comment">   GNU General Public License for more details.</span>
<a name="l00017"></a>00017 <span class="comment">   </span>
<a name="l00018"></a>00018 <span class="comment">   You should have received a copy of the GNU General Public License</span>
<a name="l00019"></a>00019 <span class="comment">   along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.  */</span>
<a name="l00020"></a>00020 
<a name="l00021"></a>00021 <span class="comment">/* As a special exception, you may create a larger work that contains</span>
<a name="l00022"></a>00022 <span class="comment">   part or all of the Bison parser skeleton and distribute that work</span>
<a name="l00023"></a>00023 <span class="comment">   under terms of your choice, so long as that work isn&#39;t itself a</span>
<a name="l00024"></a>00024 <span class="comment">   parser generator using the skeleton or a modified version thereof</span>
<a name="l00025"></a>00025 <span class="comment">   as a parser skeleton.  Alternatively, if you modify or redistribute</span>
<a name="l00026"></a>00026 <span class="comment">   the parser skeleton itself, you may (at your option) remove this</span>
<a name="l00027"></a>00027 <span class="comment">   special exception, which will cause the skeleton and the resulting</span>
<a name="l00028"></a>00028 <span class="comment">   Bison output files to be licensed under the GNU General Public</span>
<a name="l00029"></a>00029 <span class="comment">   License without this special exception.</span>
<a name="l00030"></a>00030 <span class="comment">   </span>
<a name="l00031"></a>00031 <span class="comment">   This special exception was added by the Free Software Foundation in</span>
<a name="l00032"></a>00032 <span class="comment">   version 2.2 of Bison.  */</span>
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 <span class="comment">/* C LALR(1) parser skeleton written by Richard Stallman, by</span>
<a name="l00035"></a>00035 <span class="comment">   simplifying the original so-called &quot;semantic&quot; parser.  */</span>
<a name="l00036"></a>00036 
<a name="l00037"></a>00037 <span class="comment">/* All symbols defined below should begin with yy or YY, to avoid</span>
<a name="l00038"></a>00038 <span class="comment">   infringing on user name space.  This should be done even for local</span>
<a name="l00039"></a>00039 <span class="comment">   variables, as they might otherwise be expanded by user macros.</span>
<a name="l00040"></a>00040 <span class="comment">   There are some unavoidable exceptions within include files to</span>
<a name="l00041"></a>00041 <span class="comment">   define necessary library symbols; they are noted &quot;INFRINGES ON</span>
<a name="l00042"></a>00042 <span class="comment">   USER NAME SPACE&quot; below.  */</span>
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 <span class="comment">/* Identify Bison output.  */</span>
<a name="l00045"></a><a class="code" href="a00056.html#a9f092f5b1dca6a6249fb2c7c8065b031">00045</a> <span class="preprocessor">#define YYBISON 1</span>
<a name="l00046"></a>00046 <span class="preprocessor"></span>
<a name="l00047"></a>00047 <span class="comment">/* Bison version.  */</span>
<a name="l00048"></a><a class="code" href="a00056.html#a72ebd0ca5807efcc6a5ae4fb72dd1553">00048</a> <span class="preprocessor">#define YYBISON_VERSION &quot;2.4.2&quot;</span>
<a name="l00049"></a>00049 <span class="preprocessor"></span>
<a name="l00050"></a>00050 <span class="comment">/* Skeleton name.  */</span>
<a name="l00051"></a><a class="code" href="a00056.html#a50db5aef8c2b6f13961b2480b37f84c0">00051</a> <span class="preprocessor">#define YYSKELETON_NAME &quot;yacc.c&quot;</span>
<a name="l00052"></a>00052 <span class="preprocessor"></span>
<a name="l00053"></a>00053 <span class="comment">/* Pure parsers.  */</span>
<a name="l00054"></a><a class="code" href="a00056.html#a9fa797a1f3c4fc9b12d1e4d569612767">00054</a> <span class="preprocessor">#define YYPURE 0</span>
<a name="l00055"></a>00055 <span class="preprocessor"></span>
<a name="l00056"></a>00056 <span class="comment">/* Push parsers.  */</span>
<a name="l00057"></a><a class="code" href="a00056.html#a3aa6e4af11755f8cf8e5ddb26833e918">00057</a> <span class="preprocessor">#define YYPUSH 0</span>
<a name="l00058"></a>00058 <span class="preprocessor"></span>
<a name="l00059"></a>00059 <span class="comment">/* Pull parsers.  */</span>
<a name="l00060"></a><a class="code" href="a00056.html#a90f059b8a9d6c30a1e44e1b80d3fd6c8">00060</a> <span class="preprocessor">#define YYPULL 1</span>
<a name="l00061"></a>00061 <span class="preprocessor"></span>
<a name="l00062"></a>00062 <span class="comment">/* Using locations.  */</span>
<a name="l00063"></a><a class="code" href="a00056.html#abb3943553c2b5e911c89a3ea973d3079">00063</a> <span class="preprocessor">#define YYLSP_NEEDED 0</span>
<a name="l00064"></a>00064 <span class="preprocessor"></span>
<a name="l00065"></a>00065 
<a name="l00066"></a>00066 
<a name="l00067"></a>00067 <span class="comment">/* Copy the first part of user declarations.  */</span>
<a name="l00068"></a>00068 
<a name="l00069"></a>00069 <span class="comment">/* Line 189 of yacc.c  */</span>
<a name="l00070"></a>00070 <span class="preprocessor">#line 1 &quot;src/cfgparse.y&quot;</span>
<a name="l00071"></a>00071 <span class="preprocessor"></span>
<a name="l00072"></a>00072 <span class="comment">/*</span>
<a name="l00073"></a>00073 <span class="comment"> * vim:ts=8:expandtab</span>
<a name="l00074"></a>00074 <span class="comment"> *</span>
<a name="l00075"></a>00075 <span class="comment"> */</span>
<a name="l00076"></a>00076 <span class="preprocessor">#include &lt;stdio.h&gt;</span>
<a name="l00077"></a>00077 <span class="preprocessor">#include &lt;string.h&gt;</span>
<a name="l00078"></a>00078 <span class="preprocessor">#include &lt;xcb/xcb.h&gt;</span>
<a name="l00079"></a>00079 <span class="preprocessor">#include &lt;sys/types.h&gt;</span>
<a name="l00080"></a>00080 <span class="preprocessor">#include &lt;sys/stat.h&gt;</span>
<a name="l00081"></a>00081 <span class="preprocessor">#include &lt;unistd.h&gt;</span>
<a name="l00082"></a>00082 <span class="preprocessor">#include &lt;fcntl.h&gt;</span>
<a name="l00083"></a>00083 <span class="preprocessor">#include &lt;stdlib.h&gt;</span>
<a name="l00084"></a>00084 <span class="preprocessor">#include &lt;errno.h&gt;</span>
<a name="l00085"></a>00085 
<a name="l00086"></a>00086 <span class="preprocessor">#include &quot;<a class="code" href="a00036.html">data.h</a>&quot;</span>
<a name="l00087"></a>00087 <span class="preprocessor">#include &quot;<a class="code" href="a00034.html">config.h</a>&quot;</span>
<a name="l00088"></a>00088 <span class="preprocessor">#include &quot;<a class="code" href="a00041.html">i3.h</a>&quot;</span>
<a name="l00089"></a>00089 <span class="preprocessor">#include &quot;<a class="code" href="a00052.html">util.h</a>&quot;</span>
<a name="l00090"></a>00090 <span class="preprocessor">#include &quot;<a class="code" href="a00047.html">queue.h</a>&quot;</span>
<a name="l00091"></a>00091 <span class="preprocessor">#include &quot;<a class="code" href="a00051.html">table.h</a>&quot;</span>
<a name="l00092"></a>00092 <span class="preprocessor">#include &quot;<a class="code" href="a00053.html">workspace.h</a>&quot;</span>
<a name="l00093"></a>00093 <span class="preprocessor">#include &quot;<a class="code" href="a00054.html">xcb.h</a>&quot;</span>
<a name="l00094"></a>00094 <span class="preprocessor">#include &quot;<a class="code" href="a00044.html">log.h</a>&quot;</span>
<a name="l00095"></a>00095 
<a name="l00096"></a><a class="code" href="a00056.html#a4e5bd2d129903df83f3d13effaf8f3e4">00096</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="a00027.html">yy_buffer_state</a> *<a class="code" href="a00027.html">YY_BUFFER_STATE</a>;
<a name="l00097"></a>00097 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="a00056.html#a6c49514925bb0a64ba86be8d08537cd1">yylex</a>(<span class="keyword">struct</span> <a class="code" href="a00014.html" title="Used during the config file lexing/parsing to keep the state of the lexer in order...">context</a> *<a class="code" href="a00014.html" title="Used during the config file lexing/parsing to keep the state of the lexer in order...">context</a>);
<a name="l00098"></a>00098 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">yyparse</a>(<span class="keywordtype">void</span>);
<a name="l00099"></a>00099 <span class="keyword">extern</span> FILE *<a class="code" href="a00056.html#a87a127afa8f6c307fbfba10390675406">yyin</a>;
<a name="l00100"></a>00100 YY_BUFFER_STATE <a class="code" href="a00056.html#a8e73de13bb3d001e1a70c22c1fe3a561">yy_scan_string</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *);
<a name="l00101"></a>00101 
<a name="l00102"></a><a class="code" href="a00056.html#ac0cd93d4c7829ae088855f80509a4c0e">00102</a> <span class="keyword">static</span> <span class="keyword">struct </span>bindings_head *<a class="code" href="a00056.html#ac0cd93d4c7829ae088855f80509a4c0e">current_bindings</a>;
<a name="l00103"></a><a class="code" href="a00056.html#a30183e0aad45d3a56e1a22d3a8fecb17">00103</a> <span class="keyword">static</span> <span class="keyword">struct </span><a class="code" href="a00014.html" title="Used during the config file lexing/parsing to keep the state of the lexer in order...">context</a> *<a class="code" href="a00014.html" title="Used during the config file lexing/parsing to keep the state of the lexer in order...">context</a>;
<a name="l00104"></a>00104 
<a name="l00105"></a>00105 <span class="comment">/* We don’t need yydebug for now, as we got decent error messages using</span>
<a name="l00106"></a>00106 <span class="comment"> * yyerror(). Should you ever want to extend the parser, it might be handy</span>
<a name="l00107"></a>00107 <span class="comment"> * to just comment it in again, so it stays here. */</span>
<a name="l00108"></a>00108 <span class="comment">//int yydebug = 1;</span>
<a name="l00109"></a>00109 
<a name="l00110"></a><a class="code" href="a00056.html#a9588ed342b5bc5778bcc1005a6686d0f">00110</a> <span class="keywordtype">void</span> <a class="code" href="a00056.html#a9588ed342b5bc5778bcc1005a6686d0f">yyerror</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *error_message) {
<a name="l00111"></a>00111         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;\n&quot;</span>);
<a name="l00112"></a>00112         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;CONFIG: %s\n&quot;</span>, error_message);
<a name="l00113"></a>00113         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;CONFIG: in file \&quot;%s\&quot;, line %d:\n&quot;</span>,
<a name="l00114"></a>00114                 context-&gt;<a class="code" href="a00014.html#a7182ecd66395c873a28389232a79ed61">filename</a>, context-&gt;<a class="code" href="a00014.html#a35df08a685492a330208aa04e9deaa80">line_number</a>);
<a name="l00115"></a>00115         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;CONFIG:   %s\n&quot;</span>, context-&gt;<a class="code" href="a00014.html#a1730ae687d6ed35277ce3562c7f7a347">line_copy</a>);
<a name="l00116"></a>00116         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;CONFIG:   &quot;</span>);
<a name="l00117"></a>00117         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> c = 1; c &lt;= context-&gt;<a class="code" href="a00014.html#a3360e4269f673b513a3ce381e9b9fc8e">last_column</a>; c++)
<a name="l00118"></a>00118                 <span class="keywordflow">if</span> (c &gt;= context-&gt;<a class="code" href="a00014.html#a48fb4b9fb66b5fa71d2a33ddeaecae2e">first_column</a>)
<a name="l00119"></a>00119                         printf(<span class="stringliteral">&quot;^&quot;</span>);
<a name="l00120"></a>00120                 <span class="keywordflow">else</span> printf(<span class="stringliteral">&quot; &quot;</span>);
<a name="l00121"></a>00121         printf(<span class="stringliteral">&quot;\n&quot;</span>);
<a name="l00122"></a>00122         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;\n&quot;</span>);
<a name="l00123"></a>00123 }
<a name="l00124"></a>00124 
<a name="l00125"></a><a class="code" href="a00058.html#a9ae7dd87893ed6cebc02d0d5f84c2ede">00125</a> <span class="keywordtype">int</span> <a class="code" href="a00056.html#ad35c8efbce4ce6e59d2b4be1d6865e31">yywrap</a>() {
<a name="l00126"></a>00126         <span class="keywordflow">return</span> 1;
<a name="l00127"></a>00127 }
<a name="l00128"></a>00128 
<a name="l00129"></a><a class="code" href="a00034.html#a41592f23fd361db6127ac0223f3063b2">00129</a> <span class="keywordtype">void</span> <a class="code" href="a00056.html#a41592f23fd361db6127ac0223f3063b2">parse_file</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *f) {
<a name="l00130"></a>00130         <a class="code" href="a00047.html#a8224e40ea764bc857bab6f6d9c357dd9">SLIST_HEAD</a>(variables_head, <a class="code" href="a00024.html" title="Holds a user-assigned variable for parsing the configuration file.">Variable</a>) variables = <a class="code" href="a00047.html#a9ae2aca3d46e62be4cb1408bd946ef15">SLIST_HEAD_INITIALIZER</a>(&amp;variables);
<a name="l00131"></a>00131         <span class="keywordtype">int</span> fd, ret, read_bytes = 0;
<a name="l00132"></a>00132         <span class="keyword">struct </span>stat stbuf;
<a name="l00133"></a>00133         <span class="keywordtype">char</span> *buf;
<a name="l00134"></a>00134         FILE *fstr;
<a name="l00135"></a>00135         <span class="keywordtype">char</span> buffer[1026], key[512], value[512];
<a name="l00136"></a>00136 
<a name="l00137"></a>00137         <span class="keywordflow">if</span> ((fd = open(f, O_RDONLY)) == -1)
<a name="l00138"></a>00138                 <a class="code" href="a00052.html#a0b2164ee75646f16a7388a36e6800c35">die</a>(<span class="stringliteral">&quot;Could not open configuration file: %s\n&quot;</span>, strerror(errno));
<a name="l00139"></a>00139 
<a name="l00140"></a>00140         <span class="keywordflow">if</span> (fstat(fd, &amp;stbuf) == -1)
<a name="l00141"></a>00141                 <a class="code" href="a00052.html#a0b2164ee75646f16a7388a36e6800c35">die</a>(<span class="stringliteral">&quot;Could not fstat file: %s\n&quot;</span>, strerror(errno));
<a name="l00142"></a>00142 
<a name="l00143"></a>00143         buf = <a class="code" href="a00077.html#ad475e1b898d9da9b2a8b92e3da51b3dd" title="Safe-wrapper around calloc which exits if malloc returns NULL (meaning that there...">scalloc</a>((stbuf.st_size + 1) * <span class="keyword">sizeof</span>(<span class="keywordtype">char</span>));
<a name="l00144"></a>00144         <span class="keywordflow">while</span> (read_bytes &lt; stbuf.st_size) {
<a name="l00145"></a>00145                 <span class="keywordflow">if</span> ((ret = read(fd, buf + read_bytes, (stbuf.st_size - read_bytes))) &lt; 0)
<a name="l00146"></a>00146                         <a class="code" href="a00052.html#a0b2164ee75646f16a7388a36e6800c35">die</a>(<span class="stringliteral">&quot;Could not read(): %s\n&quot;</span>, strerror(errno));
<a name="l00147"></a>00147                 read_bytes += ret;
<a name="l00148"></a>00148         }
<a name="l00149"></a>00149 
<a name="l00150"></a>00150         <span class="keywordflow">if</span> (lseek(fd, 0, SEEK_SET) == (off_t)-1)
<a name="l00151"></a>00151                 <a class="code" href="a00052.html#a0b2164ee75646f16a7388a36e6800c35">die</a>(<span class="stringliteral">&quot;Could not lseek: %s\n&quot;</span>, strerror(errno));
<a name="l00152"></a>00152 
<a name="l00153"></a>00153         <span class="keywordflow">if</span> ((fstr = fdopen(fd, <span class="stringliteral">&quot;r&quot;</span>)) == NULL)
<a name="l00154"></a>00154                 <a class="code" href="a00052.html#a0b2164ee75646f16a7388a36e6800c35">die</a>(<span class="stringliteral">&quot;Could not fdopen: %s\n&quot;</span>, strerror(errno));
<a name="l00155"></a>00155 
<a name="l00156"></a>00156         <span class="keywordflow">while</span> (!feof(fstr)) {
<a name="l00157"></a>00157                 <span class="keywordflow">if</span> (fgets(buffer, 1024, fstr) == NULL) {
<a name="l00158"></a>00158                         <span class="keywordflow">if</span> (feof(fstr))
<a name="l00159"></a>00159                                 <span class="keywordflow">break</span>;
<a name="l00160"></a>00160                         <a class="code" href="a00052.html#a0b2164ee75646f16a7388a36e6800c35">die</a>(<span class="stringliteral">&quot;Could not read configuration file\n&quot;</span>);
<a name="l00161"></a>00161                 }
<a name="l00162"></a>00162 
<a name="l00163"></a>00163                 <span class="comment">/* sscanf implicitly strips whitespace. Also, we skip comments and empty lines. */</span>
<a name="l00164"></a>00164                 <span class="keywordflow">if</span> (sscanf(buffer, <span class="stringliteral">&quot;%s %[^\n]&quot;</span>, key, value) &lt; 1 ||
<a name="l00165"></a>00165                     key[0] == <span class="charliteral">&#39;#&#39;</span> || strlen(key) &lt; 3)
<a name="l00166"></a>00166                         <span class="keywordflow">continue</span>;
<a name="l00167"></a>00167 
<a name="l00168"></a>00168                 <span class="keywordflow">if</span> (strcasecmp(key, <span class="stringliteral">&quot;set&quot;</span>) == 0) {
<a name="l00169"></a>00169                         <span class="keywordflow">if</span> (value[0] != <span class="charliteral">&#39;$&#39;</span>)
<a name="l00170"></a>00170                                 <a class="code" href="a00052.html#a0b2164ee75646f16a7388a36e6800c35">die</a>(<span class="stringliteral">&quot;Malformed variable assignment, name has to start with $\n&quot;</span>);
<a name="l00171"></a>00171 
<a name="l00172"></a>00172                         <span class="comment">/* get key/value for this variable */</span>
<a name="l00173"></a>00173                         <span class="keywordtype">char</span> *v_key = value, *v_value;
<a name="l00174"></a>00174                         <span class="keywordflow">if</span> ((v_value = strstr(value, <span class="stringliteral">&quot; &quot;</span>)) == NULL)
<a name="l00175"></a>00175                                 <a class="code" href="a00052.html#a0b2164ee75646f16a7388a36e6800c35">die</a>(<span class="stringliteral">&quot;Malformed variable assignment, need a value\n&quot;</span>);
<a name="l00176"></a>00176 
<a name="l00177"></a>00177                         *(v_value++) = <span class="charliteral">&#39;\0&#39;</span>;
<a name="l00178"></a>00178 
<a name="l00179"></a>00179                         <span class="keyword">struct </span><a class="code" href="a00024.html" title="Holds a user-assigned variable for parsing the configuration file.">Variable</a> *<span class="keyword">new</span> = <a class="code" href="a00077.html#ad475e1b898d9da9b2a8b92e3da51b3dd" title="Safe-wrapper around calloc which exits if malloc returns NULL (meaning that there...">scalloc</a>(<span class="keyword">sizeof</span>(<span class="keyword">struct</span> <a class="code" href="a00024.html" title="Holds a user-assigned variable for parsing the configuration file.">Variable</a>));
<a name="l00180"></a>00180                         <span class="keyword">new</span>-&gt;key = <a class="code" href="a00077.html#a11822d1f4b182be3fa03d2a5af536e1a" title="Safe-wrapper around strdup which exits if malloc returns NULL (meaning that there...">sstrdup</a>(v_key);
<a name="l00181"></a>00181                         <span class="keyword">new</span>-&gt;value = <a class="code" href="a00077.html#a11822d1f4b182be3fa03d2a5af536e1a" title="Safe-wrapper around strdup which exits if malloc returns NULL (meaning that there...">sstrdup</a>(v_value);
<a name="l00182"></a>00182                         <a class="code" href="a00047.html#a48df7439e09a419afabdd1f2f8551e73">SLIST_INSERT_HEAD</a>(&amp;variables, <span class="keyword">new</span>, variables);
<a name="l00183"></a>00183                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Got new variable %s = %s\n&quot;</span>, v_key, v_value);
<a name="l00184"></a>00184                         <span class="keywordflow">continue</span>;
<a name="l00185"></a>00185                 }
<a name="l00186"></a>00186         }
<a name="l00187"></a>00187 
<a name="l00188"></a>00188         <span class="comment">/* For every custom variable, see how often it occurs in the file and</span>
<a name="l00189"></a>00189 <span class="comment">         * how much extra bytes it requires when replaced. */</span>
<a name="l00190"></a>00190         <span class="keyword">struct </span><a class="code" href="a00024.html" title="Holds a user-assigned variable for parsing the configuration file.">Variable</a> *current, *nearest;
<a name="l00191"></a>00191         <span class="keywordtype">int</span> extra_bytes = 0;
<a name="l00192"></a>00192         <a class="code" href="a00047.html#a05db87878125c27e3060dd641aa3b0f4">SLIST_FOREACH</a>(current, &amp;variables, variables) {
<a name="l00193"></a>00193                 <span class="keywordtype">int</span> extra = (strlen(current-&gt;<a class="code" href="a00024.html#adb40f6e20d946a54af87cf1b2b0504f5">value</a>) - strlen(current-&gt;<a class="code" href="a00024.html#a17db6529c109500b8bddae26065d15cb">key</a>));
<a name="l00194"></a>00194                 <span class="keywordtype">char</span> *next;
<a name="l00195"></a>00195                 <span class="keywordflow">for</span> (next = buf;
<a name="l00196"></a>00196                      (next = strcasestr(buf + (next - buf), current-&gt;<a class="code" href="a00024.html#a17db6529c109500b8bddae26065d15cb">key</a>)) != NULL;
<a name="l00197"></a>00197                      next += strlen(current-&gt;<a class="code" href="a00024.html#a17db6529c109500b8bddae26065d15cb">key</a>))
<a name="l00198"></a>00198                         extra_bytes += extra;
<a name="l00199"></a>00199         }
<a name="l00200"></a>00200 
<a name="l00201"></a>00201         <span class="comment">/* Then, allocate a new buffer and copy the file over to the new one,</span>
<a name="l00202"></a>00202 <span class="comment">         * but replace occurences of our variables */</span>
<a name="l00203"></a>00203         <span class="keywordtype">char</span> *walk = buf, *destwalk;
<a name="l00204"></a>00204         <span class="keywordtype">char</span> *<span class="keyword">new</span> = <a class="code" href="a00077.html#a46c23cb2833f4b674f5cfc977f16b990" title="Safe-wrapper around malloc which exits if malloc returns NULL (meaning that there...">smalloc</a>((stbuf.st_size + extra_bytes + 1) * <span class="keyword">sizeof</span>(<span class="keywordtype">char</span>));
<a name="l00205"></a>00205         destwalk = <span class="keyword">new</span>;
<a name="l00206"></a>00206         <span class="keywordflow">while</span> (walk &lt; (buf + stbuf.st_size)) {
<a name="l00207"></a>00207                 <span class="comment">/* Find the next variable */</span>
<a name="l00208"></a>00208                 <a class="code" href="a00047.html#a05db87878125c27e3060dd641aa3b0f4">SLIST_FOREACH</a>(current, &amp;variables, variables)
<a name="l00209"></a>00209                         current-&gt;<a class="code" href="a00024.html#a4b1e062aed3d185286be0532604402d3">next_match</a> = strcasestr(walk, current-&gt;<a class="code" href="a00024.html#a17db6529c109500b8bddae26065d15cb">key</a>);
<a name="l00210"></a>00210                 nearest = NULL;
<a name="l00211"></a>00211                 <span class="keywordtype">int</span> distance = stbuf.st_size;
<a name="l00212"></a>00212                 <a class="code" href="a00047.html#a05db87878125c27e3060dd641aa3b0f4">SLIST_FOREACH</a>(current, &amp;variables, variables) {
<a name="l00213"></a>00213                         <span class="keywordflow">if</span> (current-&gt;<a class="code" href="a00024.html#a4b1e062aed3d185286be0532604402d3">next_match</a> == NULL)
<a name="l00214"></a>00214                                 <span class="keywordflow">continue</span>;
<a name="l00215"></a>00215                         <span class="keywordflow">if</span> ((current-&gt;<a class="code" href="a00024.html#a4b1e062aed3d185286be0532604402d3">next_match</a> - walk) &lt; distance) {
<a name="l00216"></a>00216                                 distance = (current-&gt;<a class="code" href="a00024.html#a4b1e062aed3d185286be0532604402d3">next_match</a> - walk);
<a name="l00217"></a>00217                                 nearest = current;
<a name="l00218"></a>00218                         }
<a name="l00219"></a>00219                 }
<a name="l00220"></a>00220                 <span class="keywordflow">if</span> (nearest == NULL) {
<a name="l00221"></a>00221                         <span class="comment">/* If there are no more variables, we just copy the rest */</span>
<a name="l00222"></a>00222                         strncpy(destwalk, walk, (buf + stbuf.st_size) - walk);
<a name="l00223"></a>00223                         destwalk += (buf + stbuf.st_size) - walk;
<a name="l00224"></a>00224                         *destwalk = <span class="charliteral">&#39;\0&#39;</span>;
<a name="l00225"></a>00225                         <span class="keywordflow">break</span>;
<a name="l00226"></a>00226                 } <span class="keywordflow">else</span> {
<a name="l00227"></a>00227                         <span class="comment">/* Copy until the next variable, then copy its value */</span>
<a name="l00228"></a>00228                         strncpy(destwalk, walk, distance);
<a name="l00229"></a>00229                         strncpy(destwalk + distance, nearest-&gt;<a class="code" href="a00024.html#adb40f6e20d946a54af87cf1b2b0504f5">value</a>, strlen(nearest-&gt;<a class="code" href="a00024.html#adb40f6e20d946a54af87cf1b2b0504f5">value</a>));
<a name="l00230"></a>00230                         walk += distance + strlen(nearest-&gt;<a class="code" href="a00024.html#a17db6529c109500b8bddae26065d15cb">key</a>);
<a name="l00231"></a>00231                         destwalk += distance + strlen(nearest-&gt;<a class="code" href="a00024.html#adb40f6e20d946a54af87cf1b2b0504f5">value</a>);
<a name="l00232"></a>00232                 }
<a name="l00233"></a>00233         }
<a name="l00234"></a>00234 
<a name="l00235"></a>00235         <a class="code" href="a00056.html#a8e73de13bb3d001e1a70c22c1fe3a561">yy_scan_string</a>(<span class="keyword">new</span>);
<a name="l00236"></a>00236 
<a name="l00237"></a>00237         context = <a class="code" href="a00077.html#ad475e1b898d9da9b2a8b92e3da51b3dd" title="Safe-wrapper around calloc which exits if malloc returns NULL (meaning that there...">scalloc</a>(<span class="keyword">sizeof</span>(<span class="keyword">struct</span> context));
<a name="l00238"></a>00238         context-&gt;<a class="code" href="a00014.html#a7182ecd66395c873a28389232a79ed61">filename</a> = f;
<a name="l00239"></a>00239 
<a name="l00240"></a>00240         <span class="keywordflow">if</span> (<a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">yyparse</a>() != 0) {
<a name="l00241"></a>00241                 fprintf(stderr, <span class="stringliteral">&quot;Could not parse configfile\n&quot;</span>);
<a name="l00242"></a>00242                 exit(1);
<a name="l00243"></a>00243         }
<a name="l00244"></a>00244 
<a name="l00245"></a>00245         <a class="code" href="a00052.html#ae88e84de75be0b138a19509d288b4cf4">FREE</a>(context-&gt;<a class="code" href="a00014.html#a1730ae687d6ed35277ce3562c7f7a347">line_copy</a>);
<a name="l00246"></a>00246         free(context);
<a name="l00247"></a>00247         free(<span class="keyword">new</span>);
<a name="l00248"></a>00248         free(buf);
<a name="l00249"></a>00249 
<a name="l00250"></a>00250         <span class="keywordflow">while</span> (!<a class="code" href="a00047.html#a59bcc4e6f4bf63b897bdc0644566c583">SLIST_EMPTY</a>(&amp;variables)) {
<a name="l00251"></a>00251                 current = <a class="code" href="a00047.html#a91bac7d0d32e3ec56bc579ace45ed8cd">SLIST_FIRST</a>(&amp;variables);
<a name="l00252"></a>00252                 <a class="code" href="a00052.html#ae88e84de75be0b138a19509d288b4cf4">FREE</a>(current-&gt;<a class="code" href="a00024.html#a17db6529c109500b8bddae26065d15cb">key</a>);
<a name="l00253"></a>00253                 <a class="code" href="a00052.html#ae88e84de75be0b138a19509d288b4cf4">FREE</a>(current-&gt;<a class="code" href="a00024.html#adb40f6e20d946a54af87cf1b2b0504f5">value</a>);
<a name="l00254"></a>00254                 <a class="code" href="a00047.html#aeb10c664372b3b680455274170f4c897">SLIST_REMOVE_HEAD</a>(&amp;variables, variables);
<a name="l00255"></a>00255                 <a class="code" href="a00052.html#ae88e84de75be0b138a19509d288b4cf4">FREE</a>(current);
<a name="l00256"></a>00256         }
<a name="l00257"></a>00257         fclose(fstr);
<a name="l00258"></a>00258         close(fd);
<a name="l00259"></a>00259 }
<a name="l00260"></a>00260 
<a name="l00261"></a>00261 
<a name="l00262"></a>00262 
<a name="l00263"></a>00263 <span class="comment">/* Line 189 of yacc.c  */</span>
<a name="l00264"></a>00264 <span class="preprocessor">#line 265 &quot;src/cfgparse.tab.c&quot;</span>
<a name="l00265"></a>00265 <span class="preprocessor"></span>
<a name="l00266"></a>00266 <span class="comment">/* Enabling traces.  */</span>
<a name="l00267"></a>00267 <span class="preprocessor">#ifndef YYDEBUG</span>
<a name="l00268"></a><a class="code" href="a00056.html#a853b3bfad6d2b2ff693dce81182e0c2e">00268</a> <span class="preprocessor"></span><span class="preprocessor"># define YYDEBUG 1</span>
<a name="l00269"></a>00269 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00270"></a>00270 <span class="preprocessor"></span>
<a name="l00271"></a>00271 <span class="comment">/* Enabling verbose error messages.  */</span>
<a name="l00272"></a>00272 <span class="preprocessor">#ifdef YYERROR_VERBOSE</span>
<a name="l00273"></a>00273 <span class="preprocessor"></span><span class="preprocessor"># undef YYERROR_VERBOSE</span>
<a name="l00274"></a>00274 <span class="preprocessor"></span><span class="preprocessor"># define YYERROR_VERBOSE 1</span>
<a name="l00275"></a>00275 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00276"></a><a class="code" href="a00056.html#a0943f558a560b9b5fa0593d7e36496c1">00276</a> <span class="preprocessor"></span><span class="preprocessor"># define YYERROR_VERBOSE 1</span>
<a name="l00277"></a>00277 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00278"></a>00278 <span class="preprocessor"></span>
<a name="l00279"></a>00279 <span class="comment">/* Enabling the token table.  */</span>
<a name="l00280"></a>00280 <span class="preprocessor">#ifndef YYTOKEN_TABLE</span>
<a name="l00281"></a><a class="code" href="a00056.html#a3499e31aa832edc82b632ae811286a4b">00281</a> <span class="preprocessor"></span><span class="preprocessor"># define YYTOKEN_TABLE 0</span>
<a name="l00282"></a>00282 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00283"></a>00283 <span class="preprocessor"></span>
<a name="l00284"></a>00284 
<a name="l00285"></a>00285 <span class="comment">/* Tokens.  */</span>
<a name="l00286"></a>00286 <span class="preprocessor">#ifndef YYTOKENTYPE</span>
<a name="l00287"></a><a class="code" href="a00056.html#a69ca0fbcc6d7aa5e8f47b11fc0048208">00287</a> <span class="preprocessor"></span><span class="preprocessor"># define YYTOKENTYPE</span>
<a name="l00288"></a>00288 <span class="preprocessor"></span>   <span class="comment">/* Put the tokens into the symbol table, so that GDB and other debuggers</span>
<a name="l00289"></a>00289 <span class="comment">      know about them.  */</span>
<a name="l00290"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9">00290</a>    <span class="keyword">enum</span> <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9">yytokentype</a> {
<a name="l00291"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a12a90dfe20486bbe3e075afcd19ef2d0">00291</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a12a90dfe20486bbe3e075afcd19ef2d0">NUMBER</a> = 258,
<a name="l00292"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a4ad40322037d6d371dca3e5cf993f5dc">00292</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a4ad40322037d6d371dca3e5cf993f5dc">WORD</a> = 259,
<a name="l00293"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9aec41e801b43cfbec49d343c900360bf9">00293</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9aec41e801b43cfbec49d343c900360bf9">STR</a> = 260,
<a name="l00294"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a42c552970d6ed20e6f3e94b476cdeb8a">00294</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a42c552970d6ed20e6f3e94b476cdeb8a">STR_NG</a> = 261,
<a name="l00295"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9ad3c20094c5fe3327350484d01c44c137">00295</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9ad3c20094c5fe3327350484d01c44c137">HEX</a> = 262,
<a name="l00296"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2ab08d3e103968f5f4f26b66a52e99d6">00296</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2ab08d3e103968f5f4f26b66a52e99d6">OUTPUT</a> = 263,
<a name="l00297"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9abb70f16b7e5001810ff99de8da3472ff">00297</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9abb70f16b7e5001810ff99de8da3472ff">TOKBIND</a> = 264,
<a name="l00298"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a0647fcef17dcea5a9e003810f53268a2">00298</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a0647fcef17dcea5a9e003810f53268a2">TOKTERMINAL</a> = 265,
<a name="l00299"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a89c6baf852f9e948dca7b585d58cb9c1">00299</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a89c6baf852f9e948dca7b585d58cb9c1">TOKCOMMENT</a> = 266,
<a name="l00300"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9ac12d20d939baa8067896466fb4d39fde">00300</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9ac12d20d939baa8067896466fb4d39fde">TOKFONT</a> = 267,
<a name="l00301"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a58124c760cc5ba343a9b11aeac2b1b98">00301</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a58124c760cc5ba343a9b11aeac2b1b98">TOKBINDSYM</a> = 268,
<a name="l00302"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a1b1b17d9c49888cebd8b53091ba417ae">00302</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a1b1b17d9c49888cebd8b53091ba417ae">MODIFIER</a> = 269,
<a name="l00303"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a9659b1de6c6ff9714788c32bac921ae8">00303</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a9659b1de6c6ff9714788c32bac921ae8">TOKCONTROL</a> = 270,
<a name="l00304"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9aa273e087667f7764cebe70a2ee88aed5">00304</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9aa273e087667f7764cebe70a2ee88aed5">TOKSHIFT</a> = 271,
<a name="l00305"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9aba113c37f25d24aada154b75c7dd91ba">00305</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9aba113c37f25d24aada154b75c7dd91ba">WHITESPACE</a> = 272,
<a name="l00306"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a0e47f729ddcbebc4e8ede79b862b61b8">00306</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a0e47f729ddcbebc4e8ede79b862b61b8">TOKFLOATING_MODIFIER</a> = 273,
<a name="l00307"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2ea8febaf69a7b773faef91d520a9da1">00307</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2ea8febaf69a7b773faef91d520a9da1">QUOTEDSTRING</a> = 274,
<a name="l00308"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a624fe3f313a743350817eb77798ca9f6">00308</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a624fe3f313a743350817eb77798ca9f6">TOKWORKSPACE</a> = 275,
<a name="l00309"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a9dcc21ab8ee91d8c3451219ca41ab68f">00309</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a9dcc21ab8ee91d8c3451219ca41ab68f">TOKOUTPUT</a> = 276,
<a name="l00310"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9ad1e8a171bf9b114357c2a2277b382cfb">00310</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9ad1e8a171bf9b114357c2a2277b382cfb">TOKASSIGN</a> = 277,
<a name="l00311"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a9f2f621eac0ececabeaa2e416f446f0f">00311</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a9f2f621eac0ececabeaa2e416f446f0f">TOKSET</a> = 278,
<a name="l00312"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a6260d51479b41b170133d9fb4249391f">00312</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a6260d51479b41b170133d9fb4249391f">TOKIPCSOCKET</a> = 279,
<a name="l00313"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a6f5f5ad29305dbb3f1759ba6efa33c0a">00313</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a6f5f5ad29305dbb3f1759ba6efa33c0a">TOKEXEC</a> = 280,
<a name="l00314"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a37a5e94d9678dadbca917e17d7e3f4a4">00314</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a37a5e94d9678dadbca917e17d7e3f4a4">TOKCOLOR</a> = 281,
<a name="l00315"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a243dff93d4416f880963e9160442dbb2">00315</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a243dff93d4416f880963e9160442dbb2">TOKARROW</a> = 282,
<a name="l00316"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a00075b562bc4391504523208005a66cd">00316</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a00075b562bc4391504523208005a66cd">TOKMODE</a> = 283,
<a name="l00317"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a28e016ea22f6269b6aed09931f52b503">00317</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a28e016ea22f6269b6aed09931f52b503">TOKNEWCONTAINER</a> = 284,
<a name="l00318"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a13f6a5fb963c33d6a15b9d7a8d46c407">00318</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a13f6a5fb963c33d6a15b9d7a8d46c407">TOKNEWWINDOW</a> = 285,
<a name="l00319"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2ab2f608fe5ec7629464b2cf9a86e806">00319</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2ab2f608fe5ec7629464b2cf9a86e806">TOKFOCUSFOLLOWSMOUSE</a> = 286,
<a name="l00320"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a7b21d47596f81f30e47e1e41ff29bd39">00320</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a7b21d47596f81f30e47e1e41ff29bd39">TOKWORKSPACEBAR</a> = 287,
<a name="l00321"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9af4489058aa2a27fb407544de72a70ada">00321</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9af4489058aa2a27fb407544de72a70ada">TOKCONTAINERMODE</a> = 288,
<a name="l00322"></a><a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2e26abd7e3a5091be7e017ce008ad27a">00322</a>      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2e26abd7e3a5091be7e017ce008ad27a">TOKSTACKLIMIT</a> = 289
<a name="l00323"></a>00323    };
<a name="l00324"></a>00324 <span class="preprocessor">#endif</span>
<a name="l00325"></a>00325 <span class="preprocessor"></span>
<a name="l00326"></a>00326 
<a name="l00327"></a>00327 
<a name="l00328"></a>00328 <span class="preprocessor">#if ! defined YYSTYPE &amp;&amp; ! defined YYSTYPE_IS_DECLARED</span>
<a name="l00329"></a><a class="code" href="a00030.html">00329</a> <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keyword">union </span><a class="code" href="a00030.html">YYSTYPE</a>
<a name="l00330"></a>00330 {
<a name="l00331"></a>00331 
<a name="l00332"></a>00332 <span class="comment">/* Line 214 of yacc.c  */</span>
<a name="l00333"></a>00333 <span class="preprocessor">#line 197 &quot;src/cfgparse.y&quot;</span>
<a name="l00334"></a>00334 <span class="preprocessor"></span>
<a name="l00335"></a><a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">00335</a>         <span class="keywordtype">int</span> <a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>;
<a name="l00336"></a><a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">00336</a>         <span class="keywordtype">char</span> *<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>;
<a name="l00337"></a><a class="code" href="a00030.html#ad1a7de58e4dd7d7bd95df6fbce7fc99f">00337</a>         <span class="keyword">struct </span><a class="code" href="a00009.html" title="Part of the struct Config.">Colortriple</a> *<a class="code" href="a00030.html#ad1a7de58e4dd7d7bd95df6fbce7fc99f">color</a>;
<a name="l00338"></a><a class="code" href="a00030.html#afc9c631a0886d1f8e70ecec66065803f">00338</a>         <span class="keyword">struct </span><a class="code" href="a00001.html" title="Holds an assignment for a given window class/title to a specific workspace (see src/config...">Assignment</a> *<a class="code" href="a00030.html#afc9c631a0886d1f8e70ecec66065803f">assignment</a>;
<a name="l00339"></a><a class="code" href="a00030.html#a7621d0d8265544f1ee3d3191655dc08c">00339</a>         <span class="keyword">struct </span><a class="code" href="a00003.html" title="Holds a keybinding, consisting of a keycode combined with modifiers and the command...">Binding</a> *<a class="code" href="a00030.html#a7621d0d8265544f1ee3d3191655dc08c">binding</a>;
<a name="l00340"></a>00340 
<a name="l00341"></a>00341 
<a name="l00342"></a>00342 
<a name="l00343"></a>00343 <span class="comment">/* Line 214 of yacc.c  */</span>
<a name="l00344"></a>00344 <span class="preprocessor">#line 345 &quot;src/cfgparse.tab.c&quot;</span>
<a name="l00345"></a>00345 <span class="preprocessor"></span>} <a class="code" href="a00030.html">YYSTYPE</a>;
<a name="l00346"></a><a class="code" href="a00056.html#a2e3dbf169c5ee24cf6af37c61cf3995d">00346</a> <span class="preprocessor"># define YYSTYPE_IS_TRIVIAL 1</span>
<a name="l00347"></a><a class="code" href="a00056.html#a4ccf5315e8f5c1cec48ec67ca1771e3a">00347</a> <span class="preprocessor"></span><span class="preprocessor"># define yystype YYSTYPE </span><span class="comment">/* obsolescent; will be withdrawn */</span>
<a name="l00348"></a><a class="code" href="a00056.html#af0232d21120b2cfc5e5f82f0fbadab3c">00348</a> <span class="preprocessor"># define YYSTYPE_IS_DECLARED 1</span>
<a name="l00349"></a>00349 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00350"></a>00350 <span class="preprocessor"></span>
<a name="l00351"></a>00351 
<a name="l00352"></a>00352 <span class="comment">/* Copy the second part of user declarations.  */</span>
<a name="l00353"></a>00353 
<a name="l00354"></a>00354 
<a name="l00355"></a>00355 <span class="comment">/* Line 264 of yacc.c  */</span>
<a name="l00356"></a>00356 <span class="preprocessor">#line 357 &quot;src/cfgparse.tab.c&quot;</span>
<a name="l00357"></a>00357 <span class="preprocessor"></span>
<a name="l00358"></a>00358 <span class="preprocessor">#ifdef short</span>
<a name="l00359"></a>00359 <span class="preprocessor"></span><span class="preprocessor"># undef short</span>
<a name="l00360"></a>00360 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00361"></a>00361 <span class="preprocessor"></span>
<a name="l00362"></a>00362 <span class="preprocessor">#ifdef YYTYPE_UINT8</span>
<a name="l00363"></a>00363 <span class="preprocessor"></span><span class="keyword">typedef</span> YYTYPE_UINT8 <a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">yytype_uint8</a>;
<a name="l00364"></a>00364 <span class="preprocessor">#else</span>
<a name="l00365"></a><a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">00365</a> <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">yytype_uint8</a>;
<a name="l00366"></a>00366 <span class="preprocessor">#endif</span>
<a name="l00367"></a>00367 <span class="preprocessor"></span>
<a name="l00368"></a>00368 <span class="preprocessor">#ifdef YYTYPE_INT8</span>
<a name="l00369"></a>00369 <span class="preprocessor"></span><span class="keyword">typedef</span> YYTYPE_INT8 <a class="code" href="a00056.html#afd56a33ef7e59189deccc83706e0becd">yytype_int8</a>;
<a name="l00370"></a>00370 <span class="preprocessor">#elif (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l00371"></a>00371 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l00372"></a>00372 <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keywordtype">signed</span> <span class="keywordtype">char</span> <a class="code" href="a00056.html#afd56a33ef7e59189deccc83706e0becd">yytype_int8</a>;
<a name="l00373"></a>00373 <span class="preprocessor">#else</span>
<a name="l00374"></a><a class="code" href="a00056.html#afd56a33ef7e59189deccc83706e0becd">00374</a> <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keywordtype">short</span> <span class="keywordtype">int</span> <a class="code" href="a00056.html#afd56a33ef7e59189deccc83706e0becd">yytype_int8</a>;
<a name="l00375"></a>00375 <span class="preprocessor">#endif</span>
<a name="l00376"></a>00376 <span class="preprocessor"></span>
<a name="l00377"></a>00377 <span class="preprocessor">#ifdef YYTYPE_UINT16</span>
<a name="l00378"></a>00378 <span class="preprocessor"></span><span class="keyword">typedef</span> YYTYPE_UINT16 <a class="code" href="a00056.html#a00c27c9da5ed06a830b216c8934e6b28">yytype_uint16</a>;
<a name="l00379"></a>00379 <span class="preprocessor">#else</span>
<a name="l00380"></a><a class="code" href="a00056.html#a00c27c9da5ed06a830b216c8934e6b28">00380</a> <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <span class="keywordtype">int</span> <a class="code" href="a00056.html#a00c27c9da5ed06a830b216c8934e6b28">yytype_uint16</a>;
<a name="l00381"></a>00381 <span class="preprocessor">#endif</span>
<a name="l00382"></a>00382 <span class="preprocessor"></span>
<a name="l00383"></a>00383 <span class="preprocessor">#ifdef YYTYPE_INT16</span>
<a name="l00384"></a>00384 <span class="preprocessor"></span><span class="keyword">typedef</span> YYTYPE_INT16 <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a>;
<a name="l00385"></a>00385 <span class="preprocessor">#else</span>
<a name="l00386"></a><a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">00386</a> <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keywordtype">short</span> <span class="keywordtype">int</span> <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a>;
<a name="l00387"></a>00387 <span class="preprocessor">#endif</span>
<a name="l00388"></a>00388 <span class="preprocessor"></span>
<a name="l00389"></a>00389 <span class="preprocessor">#ifndef YYSIZE_T</span>
<a name="l00390"></a>00390 <span class="preprocessor"></span><span class="preprocessor"># ifdef __SIZE_TYPE__</span>
<a name="l00391"></a>00391 <span class="preprocessor"></span><span class="preprocessor">#  define YYSIZE_T __SIZE_TYPE__</span>
<a name="l00392"></a>00392 <span class="preprocessor"></span><span class="preprocessor"># elif defined size_t</span>
<a name="l00393"></a>00393 <span class="preprocessor"></span><span class="preprocessor">#  define YYSIZE_T size_t</span>
<a name="l00394"></a>00394 <span class="preprocessor"></span><span class="preprocessor"># elif ! defined YYSIZE_T &amp;&amp; (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l00395"></a>00395 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l00396"></a>00396 <span class="preprocessor"></span><span class="preprocessor">#  include &lt;stddef.h&gt;</span> <span class="comment">/* INFRINGES ON USER NAME SPACE */</span>
<a name="l00397"></a>00397 <span class="preprocessor">#  define YYSIZE_T size_t</span>
<a name="l00398"></a>00398 <span class="preprocessor"></span><span class="preprocessor"># else</span>
<a name="l00399"></a><a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">00399</a> <span class="preprocessor"></span><span class="preprocessor">#  define YYSIZE_T unsigned int</span>
<a name="l00400"></a>00400 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00401"></a>00401 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00402"></a>00402 <span class="preprocessor"></span>
<a name="l00403"></a><a class="code" href="a00056.html#ab4bb7ad82d4a7e2df49ff6a8fb484109">00403</a> <span class="preprocessor">#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)</span>
<a name="l00404"></a>00404 <span class="preprocessor"></span>
<a name="l00405"></a>00405 <span class="preprocessor">#ifndef YY_</span>
<a name="l00406"></a>00406 <span class="preprocessor"></span><span class="preprocessor"># if defined YYENABLE_NLS &amp;&amp; YYENABLE_NLS</span>
<a name="l00407"></a>00407 <span class="preprocessor"></span><span class="preprocessor">#  if ENABLE_NLS</span>
<a name="l00408"></a>00408 <span class="preprocessor"></span><span class="preprocessor">#   include &lt;libintl.h&gt;</span> <span class="comment">/* INFRINGES ON USER NAME SPACE */</span>
<a name="l00409"></a>00409 <span class="preprocessor">#   define YY_(msgid) dgettext (&quot;bison-runtime&quot;, msgid)</span>
<a name="l00410"></a>00410 <span class="preprocessor"></span><span class="preprocessor">#  endif</span>
<a name="l00411"></a>00411 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00412"></a>00412 <span class="preprocessor"></span><span class="preprocessor"># ifndef YY_</span>
<a name="l00413"></a><a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">00413</a> <span class="preprocessor"></span><span class="preprocessor">#  define YY_(msgid) msgid</span>
<a name="l00414"></a>00414 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00415"></a>00415 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00416"></a>00416 <span class="preprocessor"></span>
<a name="l00417"></a>00417 <span class="comment">/* Suppress unused-variable warnings by &quot;using&quot; E.  */</span>
<a name="l00418"></a>00418 <span class="preprocessor">#if ! defined lint || defined __GNUC__</span>
<a name="l00419"></a><a class="code" href="a00056.html#ad7d1ef1bbc6adfe69894bc8221f557e1">00419</a> <span class="preprocessor"></span><span class="preprocessor"># define YYUSE(e) ((void) (e))</span>
<a name="l00420"></a>00420 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00421"></a>00421 <span class="preprocessor"></span><span class="preprocessor"># define YYUSE(e) </span><span class="comment">/* empty */</span>
<a name="l00422"></a>00422 <span class="preprocessor">#endif</span>
<a name="l00423"></a>00423 <span class="preprocessor"></span>
<a name="l00424"></a>00424 <span class="comment">/* Identity function, used to suppress warnings about constant conditions.  */</span>
<a name="l00425"></a>00425 <span class="preprocessor">#ifndef lint</span>
<a name="l00426"></a><a class="code" href="a00056.html#a0a6ff515042340dd341cf6ca8dd05f2d">00426</a> <span class="preprocessor"></span><span class="preprocessor"># define YYID(n) (n)</span>
<a name="l00427"></a>00427 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00428"></a>00428 <span class="preprocessor"></span><span class="preprocessor">#if (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l00429"></a>00429 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l00430"></a>00430 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">int</span>
<a name="l00431"></a>00431 <a class="code" href="a00056.html#a0a6ff515042340dd341cf6ca8dd05f2d">YYID</a> (<span class="keywordtype">int</span> yyi)
<a name="l00432"></a>00432 <span class="preprocessor">#else</span>
<a name="l00433"></a>00433 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">int</span>
<a name="l00434"></a>00434 <a class="code" href="a00056.html#a0a6ff515042340dd341cf6ca8dd05f2d">YYID</a> (yyi)
<a name="l00435"></a>00435     int yyi;
<a name="l00436"></a>00436 <span class="preprocessor">#endif</span>
<a name="l00437"></a>00437 <span class="preprocessor"></span>{
<a name="l00438"></a>00438   <span class="keywordflow">return</span> yyi;
<a name="l00439"></a>00439 }
<a name="l00440"></a>00440 <span class="preprocessor">#endif</span>
<a name="l00441"></a>00441 <span class="preprocessor"></span>
<a name="l00442"></a>00442 <span class="preprocessor">#if ! defined yyoverflow || YYERROR_VERBOSE</span>
<a name="l00443"></a>00443 <span class="preprocessor"></span>
<a name="l00444"></a>00444 <span class="comment">/* The parser invokes alloca or malloc; define the necessary symbols.  */</span>
<a name="l00445"></a>00445 
<a name="l00446"></a>00446 <span class="preprocessor"># ifdef YYSTACK_USE_ALLOCA</span>
<a name="l00447"></a>00447 <span class="preprocessor"></span><span class="preprocessor">#  if YYSTACK_USE_ALLOCA</span>
<a name="l00448"></a>00448 <span class="preprocessor"></span><span class="preprocessor">#   ifdef __GNUC__</span>
<a name="l00449"></a>00449 <span class="preprocessor"></span><span class="preprocessor">#    define YYSTACK_ALLOC __builtin_alloca</span>
<a name="l00450"></a>00450 <span class="preprocessor"></span><span class="preprocessor">#   elif defined __BUILTIN_VA_ARG_INCR</span>
<a name="l00451"></a>00451 <span class="preprocessor"></span><span class="preprocessor">#    include &lt;alloca.h&gt;</span> <span class="comment">/* INFRINGES ON USER NAME SPACE */</span>
<a name="l00452"></a>00452 <span class="preprocessor">#   elif defined _AIX</span>
<a name="l00453"></a>00453 <span class="preprocessor"></span><span class="preprocessor">#    define YYSTACK_ALLOC __alloca</span>
<a name="l00454"></a>00454 <span class="preprocessor"></span><span class="preprocessor">#   elif defined _MSC_VER</span>
<a name="l00455"></a>00455 <span class="preprocessor"></span><span class="preprocessor">#    include &lt;malloc.h&gt;</span> <span class="comment">/* INFRINGES ON USER NAME SPACE */</span>
<a name="l00456"></a>00456 <span class="preprocessor">#    define alloca _alloca</span>
<a name="l00457"></a>00457 <span class="preprocessor"></span><span class="preprocessor">#   else</span>
<a name="l00458"></a>00458 <span class="preprocessor"></span><span class="preprocessor">#    define YYSTACK_ALLOC alloca</span>
<a name="l00459"></a>00459 <span class="preprocessor"></span><span class="preprocessor">#    if ! defined _ALLOCA_H &amp;&amp; ! defined _STDLIB_H &amp;&amp; (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l00460"></a>00460 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l00461"></a>00461 <span class="preprocessor"></span><span class="preprocessor">#     include &lt;stdlib.h&gt;</span> <span class="comment">/* INFRINGES ON USER NAME SPACE */</span>
<a name="l00462"></a>00462 <span class="preprocessor">#     ifndef _STDLIB_H</span>
<a name="l00463"></a>00463 <span class="preprocessor"></span><span class="preprocessor">#      define _STDLIB_H 1</span>
<a name="l00464"></a>00464 <span class="preprocessor"></span><span class="preprocessor">#     endif</span>
<a name="l00465"></a>00465 <span class="preprocessor"></span><span class="preprocessor">#    endif</span>
<a name="l00466"></a>00466 <span class="preprocessor"></span><span class="preprocessor">#   endif</span>
<a name="l00467"></a>00467 <span class="preprocessor"></span><span class="preprocessor">#  endif</span>
<a name="l00468"></a>00468 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00469"></a>00469 <span class="preprocessor"></span>
<a name="l00470"></a>00470 <span class="preprocessor"># ifdef YYSTACK_ALLOC</span>
<a name="l00471"></a>00471 <span class="preprocessor"></span>   <span class="comment">/* Pacify GCC&#39;s `empty if-body&#39; warning.  */</span>
<a name="l00472"></a>00472 <span class="preprocessor">#  define YYSTACK_FREE(Ptr) do { </span><span class="comment">/* empty */</span>; } while (YYID (0))
<a name="l00473"></a>00473 <span class="preprocessor">#  ifndef YYSTACK_ALLOC_MAXIMUM</span>
<a name="l00474"></a>00474 <span class="preprocessor"></span>    <span class="comment">/* The OS might guarantee only one guard page at the bottom of the stack,</span>
<a name="l00475"></a>00475 <span class="comment">       and a page size can be as small as 4096 bytes.  So we cannot safely</span>
<a name="l00476"></a>00476 <span class="comment">       invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number</span>
<a name="l00477"></a>00477 <span class="comment">       to allow for a few compiler-allocated temporary stack slots.  */</span>
<a name="l00478"></a>00478 <span class="preprocessor">#   define YYSTACK_ALLOC_MAXIMUM 4032 </span><span class="comment">/* reasonable circa 2006 */</span>
<a name="l00479"></a>00479 <span class="preprocessor">#  endif</span>
<a name="l00480"></a>00480 <span class="preprocessor"></span><span class="preprocessor"># else</span>
<a name="l00481"></a><a class="code" href="a00056.html#af45042ce56e04d634420d76caeb2ee73">00481</a> <span class="preprocessor"></span><span class="preprocessor">#  define YYSTACK_ALLOC YYMALLOC</span>
<a name="l00482"></a><a class="code" href="a00056.html#a1a9dc526fd390d4808252bd631c4c2f7">00482</a> <span class="preprocessor"></span><span class="preprocessor">#  define YYSTACK_FREE YYFREE</span>
<a name="l00483"></a>00483 <span class="preprocessor"></span><span class="preprocessor">#  ifndef YYSTACK_ALLOC_MAXIMUM</span>
<a name="l00484"></a><a class="code" href="a00056.html#a7e55d995c7458f2f4af94a426d0adde8">00484</a> <span class="preprocessor"></span><span class="preprocessor">#   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM</span>
<a name="l00485"></a>00485 <span class="preprocessor"></span><span class="preprocessor">#  endif</span>
<a name="l00486"></a>00486 <span class="preprocessor"></span><span class="preprocessor">#  if (defined __cplusplus &amp;&amp; ! defined _STDLIB_H \</span>
<a name="l00487"></a>00487 <span class="preprocessor">       &amp;&amp; ! ((defined YYMALLOC || defined malloc) \</span>
<a name="l00488"></a>00488 <span class="preprocessor">             &amp;&amp; (defined YYFREE || defined free)))</span>
<a name="l00489"></a>00489 <span class="preprocessor"></span><span class="preprocessor">#   include &lt;stdlib.h&gt;</span> <span class="comment">/* INFRINGES ON USER NAME SPACE */</span>
<a name="l00490"></a>00490 <span class="preprocessor">#   ifndef _STDLIB_H</span>
<a name="l00491"></a>00491 <span class="preprocessor"></span><span class="preprocessor">#    define _STDLIB_H 1</span>
<a name="l00492"></a>00492 <span class="preprocessor"></span><span class="preprocessor">#   endif</span>
<a name="l00493"></a>00493 <span class="preprocessor"></span><span class="preprocessor">#  endif</span>
<a name="l00494"></a>00494 <span class="preprocessor"></span><span class="preprocessor">#  ifndef YYMALLOC</span>
<a name="l00495"></a><a class="code" href="a00056.html#a573b05852d8f080c907dfba725773d7a">00495</a> <span class="preprocessor"></span><span class="preprocessor">#   define YYMALLOC malloc</span>
<a name="l00496"></a>00496 <span class="preprocessor"></span><span class="preprocessor">#   if ! defined malloc &amp;&amp; ! defined _STDLIB_H &amp;&amp; (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l00497"></a>00497 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l00498"></a>00498 <span class="preprocessor"></span><span class="keywordtype">void</span> *malloc (<a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a>); <span class="comment">/* INFRINGES ON USER NAME SPACE */</span>
<a name="l00499"></a>00499 <span class="preprocessor">#   endif</span>
<a name="l00500"></a>00500 <span class="preprocessor"></span><span class="preprocessor">#  endif</span>
<a name="l00501"></a>00501 <span class="preprocessor"></span><span class="preprocessor">#  ifndef YYFREE</span>
<a name="l00502"></a><a class="code" href="a00056.html#ac8adfd73c006c1926f387feb1eced3ca">00502</a> <span class="preprocessor"></span><span class="preprocessor">#   define YYFREE free</span>
<a name="l00503"></a>00503 <span class="preprocessor"></span><span class="preprocessor">#   if ! defined free &amp;&amp; ! defined _STDLIB_H &amp;&amp; (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l00504"></a>00504 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l00505"></a>00505 <span class="preprocessor"></span><span class="keywordtype">void</span> free (<span class="keywordtype">void</span> *); <span class="comment">/* INFRINGES ON USER NAME SPACE */</span>
<a name="l00506"></a>00506 <span class="preprocessor">#   endif</span>
<a name="l00507"></a>00507 <span class="preprocessor"></span><span class="preprocessor">#  endif</span>
<a name="l00508"></a>00508 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00509"></a>00509 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* ! defined yyoverflow || YYERROR_VERBOSE */</span>
<a name="l00510"></a>00510 
<a name="l00511"></a>00511 
<a name="l00512"></a>00512 <span class="preprocessor">#if (! defined yyoverflow \</span>
<a name="l00513"></a>00513 <span class="preprocessor">     &amp;&amp; (! defined __cplusplus \</span>
<a name="l00514"></a>00514 <span class="preprocessor">         || (defined YYSTYPE_IS_TRIVIAL &amp;&amp; YYSTYPE_IS_TRIVIAL)))</span>
<a name="l00515"></a>00515 <span class="preprocessor"></span>
<a name="l00516"></a>00516 <span class="comment">/* A type that is properly aligned for any stack member.  */</span>
<a name="l00517"></a><a class="code" href="a00029.html">00517</a> <span class="keyword">union </span><a class="code" href="a00029.html">yyalloc</a>
<a name="l00518"></a>00518 {
<a name="l00519"></a><a class="code" href="a00029.html#a4800e0520a89a4789afa7b5d82197e65">00519</a>   <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a> <a class="code" href="a00029.html#a4800e0520a89a4789afa7b5d82197e65">yyss_alloc</a>;
<a name="l00520"></a><a class="code" href="a00029.html#a9326f4fdc6f737a929444427836d8928">00520</a>   <a class="code" href="a00030.html">YYSTYPE</a> <a class="code" href="a00029.html#a9326f4fdc6f737a929444427836d8928">yyvs_alloc</a>;
<a name="l00521"></a>00521 };
<a name="l00522"></a>00522 
<a name="l00523"></a>00523 <span class="comment">/* The size of the maximum gap between one aligned stack and the next.  */</span>
<a name="l00524"></a><a class="code" href="a00056.html#afcd15dd0fa87ffba0371c6d6a0cc9631">00524</a> <span class="preprocessor"># define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)</span>
<a name="l00525"></a>00525 <span class="preprocessor"></span>
<a name="l00526"></a>00526 <span class="comment">/* The size of an array large to enough to hold all stacks, each with</span>
<a name="l00527"></a>00527 <span class="comment">   N elements.  */</span>
<a name="l00528"></a><a class="code" href="a00056.html#a40beb355f2cf230a99e2e2bb54909a5a">00528</a> <span class="preprocessor"># define YYSTACK_BYTES(N) \</span>
<a name="l00529"></a>00529 <span class="preprocessor">     ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \</span>
<a name="l00530"></a>00530 <span class="preprocessor">      + YYSTACK_GAP_MAXIMUM)</span>
<a name="l00531"></a>00531 <span class="preprocessor"></span>
<a name="l00532"></a>00532 <span class="comment">/* Copy COUNT objects from FROM to TO.  The source and destination do</span>
<a name="l00533"></a>00533 <span class="comment">   not overlap.  */</span>
<a name="l00534"></a>00534 <span class="preprocessor"># ifndef YYCOPY</span>
<a name="l00535"></a>00535 <span class="preprocessor"></span><span class="preprocessor">#  if defined __GNUC__ &amp;&amp; 1 &lt; __GNUC__</span>
<a name="l00536"></a>00536 <span class="preprocessor"></span><span class="preprocessor">#   define YYCOPY(To, From, Count) \</span>
<a name="l00537"></a>00537 <span class="preprocessor">      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))</span>
<a name="l00538"></a>00538 <span class="preprocessor"></span><span class="preprocessor">#  else</span>
<a name="l00539"></a><a class="code" href="a00056.html#ad6586b145b5cddce4eec46f35d59b1dd">00539</a> <span class="preprocessor"></span><span class="preprocessor">#   define YYCOPY(To, From, Count)              \</span>
<a name="l00540"></a>00540 <span class="preprocessor">      do                                        \</span>
<a name="l00541"></a>00541 <span class="preprocessor">        {                                       \</span>
<a name="l00542"></a>00542 <span class="preprocessor">          YYSIZE_T yyi;                         \</span>
<a name="l00543"></a>00543 <span class="preprocessor">          for (yyi = 0; yyi &lt; (Count); yyi++)   \</span>
<a name="l00544"></a>00544 <span class="preprocessor">            (To)[yyi] = (From)[yyi];            \</span>
<a name="l00545"></a>00545 <span class="preprocessor">        }                                       \</span>
<a name="l00546"></a>00546 <span class="preprocessor">      while (YYID (0))</span>
<a name="l00547"></a>00547 <span class="preprocessor"></span><span class="preprocessor">#  endif</span>
<a name="l00548"></a>00548 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00549"></a>00549 <span class="preprocessor"></span>
<a name="l00550"></a>00550 <span class="comment">/* Relocate STACK from its old location to the new one.  The</span>
<a name="l00551"></a>00551 <span class="comment">   local variables YYSIZE and YYSTACKSIZE give the old and new number of</span>
<a name="l00552"></a>00552 <span class="comment">   elements in the stack, and YYPTR gives the new location of the</span>
<a name="l00553"></a>00553 <span class="comment">   stack.  Advance YYPTR to a properly aligned location for the next</span>
<a name="l00554"></a>00554 <span class="comment">   stack.  */</span>
<a name="l00555"></a><a class="code" href="a00056.html#ae780b90b638f37309f20dc07f94e8221">00555</a> <span class="preprocessor"># define YYSTACK_RELOCATE(Stack_alloc, Stack)                           \</span>
<a name="l00556"></a>00556 <span class="preprocessor">    do                                                                  \</span>
<a name="l00557"></a>00557 <span class="preprocessor">      {                                                                 \</span>
<a name="l00558"></a>00558 <span class="preprocessor">        YYSIZE_T yynewbytes;                                            \</span>
<a name="l00559"></a>00559 <span class="preprocessor">        YYCOPY (&amp;yyptr-&gt;Stack_alloc, Stack, yysize);                    \</span>
<a name="l00560"></a>00560 <span class="preprocessor">        Stack = &amp;yyptr-&gt;Stack_alloc;                                    \</span>
<a name="l00561"></a>00561 <span class="preprocessor">        yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \</span>
<a name="l00562"></a>00562 <span class="preprocessor">        yyptr += yynewbytes / sizeof (*yyptr);                          \</span>
<a name="l00563"></a>00563 <span class="preprocessor">      }                                                                 \</span>
<a name="l00564"></a>00564 <span class="preprocessor">    while (YYID (0))</span>
<a name="l00565"></a>00565 <span class="preprocessor"></span>
<a name="l00566"></a>00566 <span class="preprocessor">#endif</span>
<a name="l00567"></a>00567 <span class="preprocessor"></span>
<a name="l00568"></a>00568 <span class="comment">/* YYFINAL -- State number of the termination state.  */</span>
<a name="l00569"></a><a class="code" href="a00056.html#a6419f3fd69ecb6b7e063410fd4e73b2f">00569</a> <span class="preprocessor">#define YYFINAL  2</span>
<a name="l00570"></a>00570 <span class="preprocessor"></span><span class="comment">/* YYLAST -- Last index in YYTABLE.  */</span>
<a name="l00571"></a><a class="code" href="a00056.html#ae67923760a28e3b7ed3aa2cfaef7f9a2">00571</a> <span class="preprocessor">#define YYLAST   117</span>
<a name="l00572"></a>00572 <span class="preprocessor"></span>
<a name="l00573"></a>00573 <span class="comment">/* YYNTOKENS -- Number of terminals.  */</span>
<a name="l00574"></a><a class="code" href="a00056.html#a75d260730a6c379a94ea28f63a7b9275">00574</a> <span class="preprocessor">#define YYNTOKENS  40</span>
<a name="l00575"></a>00575 <span class="preprocessor"></span><span class="comment">/* YYNNTS -- Number of nonterminals.  */</span>
<a name="l00576"></a><a class="code" href="a00056.html#af54ae9e588f0ecc32eabbfdf1959df10">00576</a> <span class="preprocessor">#define YYNNTS  34</span>
<a name="l00577"></a>00577 <span class="preprocessor"></span><span class="comment">/* YYNRULES -- Number of rules.  */</span>
<a name="l00578"></a><a class="code" href="a00056.html#aceaba8997dc3867478ae3b816647eb7c">00578</a> <span class="preprocessor">#define YYNRULES  71</span>
<a name="l00579"></a>00579 <span class="preprocessor"></span><span class="comment">/* YYNRULES -- Number of states.  */</span>
<a name="l00580"></a><a class="code" href="a00056.html#a2c387ba2caaade8bf8f78ed30023f79f">00580</a> <span class="preprocessor">#define YYNSTATES  128</span>
<a name="l00581"></a>00581 <span class="preprocessor"></span>
<a name="l00582"></a>00582 <span class="comment">/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */</span>
<a name="l00583"></a><a class="code" href="a00056.html#a926181abd06b6d1df27b6133971c24ce">00583</a> <span class="preprocessor">#define YYUNDEFTOK  2</span>
<a name="l00584"></a><a class="code" href="a00056.html#af3f5ed4bc4517eff0ef1b17541192a58">00584</a> <span class="preprocessor"></span><span class="preprocessor">#define YYMAXUTOK   289</span>
<a name="l00585"></a>00585 <span class="preprocessor"></span>
<a name="l00586"></a><a class="code" href="a00056.html#aad19ee88e33c02c4e720b28f78249bd7">00586</a> <span class="preprocessor">#define YYTRANSLATE(YYX)                                                \</span>
<a name="l00587"></a>00587 <span class="preprocessor">  ((unsigned int) (YYX) &lt;= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)</span>
<a name="l00588"></a>00588 <span class="preprocessor"></span>
<a name="l00589"></a>00589 <span class="comment">/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */</span>
<a name="l00590"></a><a class="code" href="a00056.html#a384fb3797a340a5415c03719ebab9c67">00590</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">yytype_uint8</a> <a class="code" href="a00056.html#a384fb3797a340a5415c03719ebab9c67">yytranslate</a>[] =
<a name="l00591"></a>00591 {
<a name="l00592"></a>00592        0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00593"></a>00593        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00594"></a>00594        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00595"></a>00595        2,     2,     2,     2,     2,    38,     2,     2,     2,     2,
<a name="l00596"></a>00596        2,     2,     2,    39,     2,     2,     2,     2,     2,     2,
<a name="l00597"></a>00597        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00598"></a>00598        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00599"></a>00599        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00600"></a>00600        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00601"></a>00601        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00602"></a>00602        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00603"></a>00603        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00604"></a>00604        2,     2,     2,    35,     2,    36,    37,     2,     2,     2,
<a name="l00605"></a>00605        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00606"></a>00606        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00607"></a>00607        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00608"></a>00608        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00609"></a>00609        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00610"></a>00610        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00611"></a>00611        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00612"></a>00612        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00613"></a>00613        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00614"></a>00614        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00615"></a>00615        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00616"></a>00616        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
<a name="l00617"></a>00617        2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
<a name="l00618"></a>00618        5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
<a name="l00619"></a>00619       15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
<a name="l00620"></a>00620       25,    26,    27,    28,    29,    30,    31,    32,    33,    34
<a name="l00621"></a>00621 };
<a name="l00622"></a>00622 
<a name="l00623"></a>00623 <span class="preprocessor">#if YYDEBUG</span>
<a name="l00624"></a>00624 <span class="preprocessor"></span><span class="comment">/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in</span>
<a name="l00625"></a>00625 <span class="comment">   YYRHS.  */</span>
<a name="l00626"></a><a class="code" href="a00056.html#ab6c180a0e59872e65109539977390a54">00626</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">yytype_uint8</a> <a class="code" href="a00056.html#ab6c180a0e59872e65109539977390a54">yyprhs</a>[] =
<a name="l00627"></a>00627 {
<a name="l00628"></a>00628        0,     0,     3,     4,     8,    11,    14,    16,    18,    20,
<a name="l00629"></a>00629       22,    24,    26,    28,    30,    32,    34,    36,    38,    40,
<a name="l00630"></a>00630       42,    44,    46,    48,    50,    54,    58,    63,    68,    70,
<a name="l00631"></a>00631       72,    80,    81,    84,    86,    88,    90,    94,    98,   106,
<a name="l00632"></a>00632      110,   112,   114,   118,   122,   131,   137,   138,   141,   143,
<a name="l00633"></a>00633      145,   147,   154,   156,   158,   161,   163,   165,   166,   169,
<a name="l00634"></a>00634      173,   177,   181,   185,   193,   196,   197,   199,   203,   206,
<a name="l00635"></a>00635      208,   210
<a name="l00636"></a>00636 };
<a name="l00637"></a>00637 
<a name="l00638"></a>00638 <span class="comment">/* YYRHS -- A `-1&#39;-separated list of the rules&#39; RHS.  */</span>
<a name="l00639"></a><a class="code" href="a00056.html#aafa2998e91fe72a8acc5fed2c4d4d797">00639</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#afd56a33ef7e59189deccc83706e0becd">yytype_int8</a> <a class="code" href="a00056.html#aafa2998e91fe72a8acc5fed2c4d4d797">yyrhs</a>[] =
<a name="l00640"></a>00640 {
<a name="l00641"></a>00641       41,     0,    -1,    -1,    41,    17,    42,    -1,    41,     1,
<a name="l00642"></a>00642       -1,    41,    42,    -1,    45,    -1,    50,    -1,    53,    -1,
<a name="l00643"></a>00643       54,    -1,    55,    -1,    57,    -1,    58,    -1,    59,    -1,
<a name="l00644"></a>00644       62,    -1,    66,    -1,    67,    -1,    70,    -1,    68,    -1,
<a name="l00645"></a>00645       69,    -1,    43,    -1,    11,    -1,     5,    -1,    46,    -1,
<a name="l00646"></a>00646        9,    17,    47,    -1,    13,    17,    48,    -1,    72,     3,
<a name="l00647"></a>00647       17,    44,    -1,    72,    49,    17,    44,    -1,     4,    -1,
<a name="l00648"></a>00648        3,    -1,    28,    17,    19,    17,    35,    51,    36,    -1,
<a name="l00649"></a>00649       -1,    51,    52,    -1,    17,    -1,    43,    -1,    46,    -1,
<a name="l00650"></a>00650       18,    17,    72,    -1,    29,    17,    33,    -1,    29,    17,
<a name="l00651"></a>00651       34,    17,    34,    17,     3,    -1,    30,    17,     4,    -1,
<a name="l00652"></a>00652        3,    -1,     4,    -1,    31,    17,    56,    -1,    32,    17,
<a name="l00653"></a>00653       56,    -1,    20,    17,     3,    17,    21,    17,     8,    60,
<a name="l00654"></a>00654       -1,    20,    17,     3,    17,    61,    -1,    -1,    17,    61,
<a name="l00655"></a>00655       -1,    19,    -1,     5,    -1,     4,    -1,    22,    17,    64,
<a name="l00656"></a>00656       17,    65,    63,    -1,     3,    -1,    37,    -1,    37,     3,
<a name="l00657"></a>00657       -1,    19,    -1,     6,    -1,    -1,    27,    17,    -1,    24,
<a name="l00658"></a>00658       17,     5,    -1,    25,    17,     5,    -1,    10,    17,     5,
<a name="l00659"></a>00659       -1,    12,    17,     5,    -1,    26,    17,    71,    17,    71,
<a name="l00660"></a>00660       17,    71,    -1,    38,     7,    -1,    -1,    73,    -1,    72,
<a name="l00661"></a>00661       39,    73,    -1,    72,    39,    -1,    14,    -1,    15,    -1,
<a name="l00662"></a>00662       16,    -1
<a name="l00663"></a>00663 };
<a name="l00664"></a>00664 
<a name="l00665"></a>00665 <span class="comment">/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */</span>
<a name="l00666"></a><a class="code" href="a00056.html#a6759275247eca11f6e342fa0117346df">00666</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#a00c27c9da5ed06a830b216c8934e6b28">yytype_uint16</a> <a class="code" href="a00056.html#a6759275247eca11f6e342fa0117346df">yyrline</a>[] =
<a name="l00667"></a>00667 {
<a name="l00668"></a>00668        0,   240,   240,   241,   242,   243,   247,   248,   249,   250,
<a name="l00669"></a>00669      251,   252,   253,   254,   255,   256,   257,   258,   259,   260,
<a name="l00670"></a>00670      261,   265,   269,   273,   280,   281,   285,   299,   313,   314,
<a name="l00671"></a>00671      321,   344,   346,   350,   351,   352,   364,   372,   394,   413,
<a name="l00672"></a>00672      421,   425,   437,   445,   453,   467,   483,   484,   488,   489,
<a name="l00673"></a>00673      490,   494,   507,   514,   520,   530,   531,   534,   536,   540,
<a name="l00674"></a>00674      547,   556,   564,   573,   584,   596,   597,   598,   599,   603,
<a name="l00675"></a>00675      604,   605
<a name="l00676"></a>00676 };
<a name="l00677"></a>00677 <span class="preprocessor">#endif</span>
<a name="l00678"></a>00678 <span class="preprocessor"></span>
<a name="l00679"></a>00679 <span class="preprocessor">#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE</span>
<a name="l00680"></a>00680 <span class="preprocessor"></span><span class="comment">/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.</span>
<a name="l00681"></a>00681 <span class="comment">   First, the terminals, then, starting at YYNTOKENS, nonterminals.  */</span>
<a name="l00682"></a><a class="code" href="a00056.html#ab779f3189fbfd3b164b7802b945d619b">00682</a> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<span class="keyword">const</span> <a class="code" href="a00056.html#ab779f3189fbfd3b164b7802b945d619b">yytname</a>[] =
<a name="l00683"></a>00683 {
<a name="l00684"></a>00684   <span class="stringliteral">&quot;$end&quot;</span>, <span class="stringliteral">&quot;error&quot;</span>, <span class="stringliteral">&quot;$undefined&quot;</span>, <span class="stringliteral">&quot;\&quot;&lt;number&gt;\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;&lt;word&gt;\&quot;&quot;</span>,
<a name="l00685"></a>00685   <span class="stringliteral">&quot;\&quot;&lt;string&gt;\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;&lt;string (non-greedy)&gt;\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;&lt;hex&gt;\&quot;&quot;</span>,
<a name="l00686"></a>00686   <span class="stringliteral">&quot;\&quot;&lt;RandR output&gt;\&quot;&quot;</span>, <span class="stringliteral">&quot;TOKBIND&quot;</span>, <span class="stringliteral">&quot;TOKTERMINAL&quot;</span>, <span class="stringliteral">&quot;\&quot;&lt;comment&gt;\&quot;&quot;</span>,
<a name="l00687"></a>00687   <span class="stringliteral">&quot;\&quot;font\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;bindsym\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;&lt;modifier&gt;\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;control\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;shift\&quot;&quot;</span>,
<a name="l00688"></a>00688   <span class="stringliteral">&quot;\&quot;&lt;whitespace&gt;\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;floating_modifier\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;&lt;quoted string&gt;\&quot;&quot;</span>,
<a name="l00689"></a>00689   <span class="stringliteral">&quot;\&quot;workspace\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;output\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;assign\&quot;&quot;</span>, <span class="stringliteral">&quot;TOKSET&quot;</span>, <span class="stringliteral">&quot;\&quot;ipc_socket\&quot;&quot;</span>,
<a name="l00690"></a>00690   <span class="stringliteral">&quot;\&quot;exec\&quot;&quot;</span>, <span class="stringliteral">&quot;TOKCOLOR&quot;</span>, <span class="stringliteral">&quot;\&quot;\\342\\206\\222\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;mode\&quot;&quot;</span>,
<a name="l00691"></a>00691   <span class="stringliteral">&quot;\&quot;new_container\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;new_window\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;focus_follows_mouse\&quot;&quot;</span>,
<a name="l00692"></a>00692   <span class="stringliteral">&quot;\&quot;workspace_bar\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;default/stacking/tabbed\&quot;&quot;</span>, <span class="stringliteral">&quot;\&quot;stack-limit\&quot;&quot;</span>,
<a name="l00693"></a>00693   <span class="stringliteral">&quot;&#39;{&#39;&quot;</span>, <span class="stringliteral">&quot;&#39;}&#39;&quot;</span>, <span class="stringliteral">&quot;&#39;~&#39;&quot;</span>, <span class="stringliteral">&quot;&#39;#&#39;&quot;</span>, <span class="stringliteral">&quot;&#39;+&#39;&quot;</span>, <span class="stringliteral">&quot;$accept&quot;</span>, <span class="stringliteral">&quot;lines&quot;</span>, <span class="stringliteral">&quot;line&quot;</span>, <span class="stringliteral">&quot;comment&quot;</span>,
<a name="l00694"></a>00694   <span class="stringliteral">&quot;command&quot;</span>, <span class="stringliteral">&quot;bindline&quot;</span>, <span class="stringliteral">&quot;binding&quot;</span>, <span class="stringliteral">&quot;bind&quot;</span>, <span class="stringliteral">&quot;bindsym&quot;</span>, <span class="stringliteral">&quot;word_or_number&quot;</span>,
<a name="l00695"></a>00695   <span class="stringliteral">&quot;mode&quot;</span>, <span class="stringliteral">&quot;modelines&quot;</span>, <span class="stringliteral">&quot;modeline&quot;</span>, <span class="stringliteral">&quot;floating_modifier&quot;</span>, <span class="stringliteral">&quot;new_container&quot;</span>,
<a name="l00696"></a>00696   <span class="stringliteral">&quot;new_window&quot;</span>, <span class="stringliteral">&quot;bool&quot;</span>, <span class="stringliteral">&quot;focus_follows_mouse&quot;</span>, <span class="stringliteral">&quot;workspace_bar&quot;</span>,
<a name="l00697"></a>00697   <span class="stringliteral">&quot;workspace&quot;</span>, <span class="stringliteral">&quot;optional_workspace_name&quot;</span>, <span class="stringliteral">&quot;workspace_name&quot;</span>, <span class="stringliteral">&quot;assign&quot;</span>,
<a name="l00698"></a>00698   <span class="stringliteral">&quot;assign_target&quot;</span>, <span class="stringliteral">&quot;window_class&quot;</span>, <span class="stringliteral">&quot;optional_arrow&quot;</span>, <span class="stringliteral">&quot;ipcsocket&quot;</span>, <span class="stringliteral">&quot;exec&quot;</span>,
<a name="l00699"></a>00699   <span class="stringliteral">&quot;terminal&quot;</span>, <span class="stringliteral">&quot;font&quot;</span>, <span class="stringliteral">&quot;color&quot;</span>, <span class="stringliteral">&quot;colorpixel&quot;</span>, <span class="stringliteral">&quot;binding_modifiers&quot;</span>,
<a name="l00700"></a>00700   <span class="stringliteral">&quot;binding_modifier&quot;</span>, 0
<a name="l00701"></a>00701 };
<a name="l00702"></a>00702 <span class="preprocessor">#endif</span>
<a name="l00703"></a>00703 <span class="preprocessor"></span>
<a name="l00704"></a>00704 <span class="preprocessor"># ifdef YYPRINT</span>
<a name="l00705"></a>00705 <span class="preprocessor"></span><span class="comment">/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to</span>
<a name="l00706"></a>00706 <span class="comment">   token YYLEX-NUM.  */</span>
<a name="l00707"></a>00707 <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#a00c27c9da5ed06a830b216c8934e6b28">yytype_uint16</a> yytoknum[] =
<a name="l00708"></a>00708 {
<a name="l00709"></a>00709        0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
<a name="l00710"></a>00710      265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
<a name="l00711"></a>00711      275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
<a name="l00712"></a>00712      285,   286,   287,   288,   289,   123,   125,   126,    35,    43
<a name="l00713"></a>00713 };
<a name="l00714"></a>00714 <span class="preprocessor"># endif</span>
<a name="l00715"></a>00715 <span class="preprocessor"></span>
<a name="l00716"></a>00716 <span class="comment">/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */</span>
<a name="l00717"></a><a class="code" href="a00056.html#a0c34e3be3d497abf630697f406f3cc62">00717</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">yytype_uint8</a> <a class="code" href="a00056.html#a0c34e3be3d497abf630697f406f3cc62">yyr1</a>[] =
<a name="l00718"></a>00718 {
<a name="l00719"></a>00719        0,    40,    41,    41,    41,    41,    42,    42,    42,    42,
<a name="l00720"></a>00720       42,    42,    42,    42,    42,    42,    42,    42,    42,    42,
<a name="l00721"></a>00721       42,    43,    44,    45,    46,    46,    47,    48,    49,    49,
<a name="l00722"></a>00722       50,    51,    51,    52,    52,    52,    53,    54,    54,    55,
<a name="l00723"></a>00723       56,    56,    57,    58,    59,    59,    60,    60,    61,    61,
<a name="l00724"></a>00724       61,    62,    63,    63,    63,    64,    64,    65,    65,    66,
<a name="l00725"></a>00725       67,    68,    69,    70,    71,    72,    72,    72,    72,    73,
<a name="l00726"></a>00726       73,    73
<a name="l00727"></a>00727 };
<a name="l00728"></a>00728 
<a name="l00729"></a>00729 <span class="comment">/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */</span>
<a name="l00730"></a><a class="code" href="a00056.html#aa6be1bc256e649b3e922410e291bc7a5">00730</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">yytype_uint8</a> <a class="code" href="a00056.html#aa6be1bc256e649b3e922410e291bc7a5">yyr2</a>[] =
<a name="l00731"></a>00731 {
<a name="l00732"></a>00732        0,     2,     0,     3,     2,     2,     1,     1,     1,     1,
<a name="l00733"></a>00733        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
<a name="l00734"></a>00734        1,     1,     1,     1,     3,     3,     4,     4,     1,     1,
<a name="l00735"></a>00735        7,     0,     2,     1,     1,     1,     3,     3,     7,     3,
<a name="l00736"></a>00736        1,     1,     3,     3,     8,     5,     0,     2,     1,     1,
<a name="l00737"></a>00737        1,     6,     1,     1,     2,     1,     1,     0,     2,     3,
<a name="l00738"></a>00738        3,     3,     3,     7,     2,     0,     1,     3,     2,     1,
<a name="l00739"></a>00739        1,     1
<a name="l00740"></a>00740 };
<a name="l00741"></a>00741 
<a name="l00742"></a>00742 <span class="comment">/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state</span>
<a name="l00743"></a>00743 <span class="comment">   STATE-NUM when YYTABLE doesn&#39;t specify something else to do.  Zero</span>
<a name="l00744"></a>00744 <span class="comment">   means the default is an error.  */</span>
<a name="l00745"></a><a class="code" href="a00056.html#af80f4a4ea9a69eb19837849cc7083c77">00745</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">yytype_uint8</a> <a class="code" href="a00056.html#af80f4a4ea9a69eb19837849cc7083c77">yydefact</a>[] =
<a name="l00746"></a>00746 {
<a name="l00747"></a>00747        2,     0,     1,     4,     0,     0,    21,     0,     0,     0,
<a name="l00748"></a>00748        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
<a name="l00749"></a>00749        0,     5,    20,     6,    23,     7,     8,     9,    10,    11,
<a name="l00750"></a>00750       12,    13,    14,    15,    16,    18,    19,    17,    65,     0,
<a name="l00751"></a>00751        0,    65,     3,    65,     0,     0,     0,     0,     0,     0,
<a name="l00752"></a>00752        0,     0,     0,     0,    69,    70,    71,    24,     0,    66,
<a name="l00753"></a>00753       61,    62,    25,     0,    36,     0,    56,    55,     0,    59,
<a name="l00754"></a>00754       60,     0,     0,     0,    37,     0,    39,    40,    41,    42,
<a name="l00755"></a>00755       43,     0,    68,    29,    28,     0,     0,    57,    64,     0,
<a name="l00756"></a>00756        0,     0,     0,    67,     0,    50,    49,    48,     0,    45,
<a name="l00757"></a>00757        0,     0,     0,    31,     0,    22,    26,    27,     0,    58,
<a name="l00758"></a>00758       52,    53,    51,     0,     0,     0,    46,    54,    63,    33,
<a name="l00759"></a>00759       30,    34,    35,    32,    38,     0,    44,    47
<a name="l00760"></a>00760 };
<a name="l00761"></a>00761 
<a name="l00762"></a>00762 <span class="comment">/* YYDEFGOTO[NTERM-NUM].  */</span>
<a name="l00763"></a><a class="code" href="a00056.html#add50b39c93bd000e59c735788074a427">00763</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#afd56a33ef7e59189deccc83706e0becd">yytype_int8</a> <a class="code" href="a00056.html#add50b39c93bd000e59c735788074a427">yydefgoto</a>[] =
<a name="l00764"></a>00764 {
<a name="l00765"></a>00765       -1,     1,    21,    22,   106,    23,    24,    57,    62,    85,
<a name="l00766"></a>00766       25,   114,   123,    26,    27,    28,    79,    29,    30,    31,
<a name="l00767"></a>00767      126,    99,    32,   112,    68,   101,    33,    34,    35,    36,
<a name="l00768"></a>00768       37,    72,    58,    59
<a name="l00769"></a>00769 };
<a name="l00770"></a>00770 
<a name="l00771"></a>00771 <span class="comment">/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing</span>
<a name="l00772"></a>00772 <span class="comment">   STATE-NUM.  */</span>
<a name="l00773"></a><a class="code" href="a00056.html#a62bf0ed0c4360b077071b5cf3177823b">00773</a> <span class="preprocessor">#define YYPACT_NINF -86</span>
<a name="l00774"></a><a class="code" href="a00056.html#a5d5f1a7a5182e57a2589f4753bfaddc9">00774</a> <span class="preprocessor"></span><span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#afd56a33ef7e59189deccc83706e0becd">yytype_int8</a> <a class="code" href="a00056.html#a5d5f1a7a5182e57a2589f4753bfaddc9">yypact</a>[] =
<a name="l00775"></a>00775 {
<a name="l00776"></a>00776      -86,    22,   -86,   -86,   -12,     9,   -86,    12,    24,    46,
<a name="l00777"></a>00777       28,    32,    44,    48,    50,    52,    56,    64,    65,    66,
<a name="l00778"></a>00778       67,   -86,   -86,   -86,   -86,   -86,   -86,   -86,   -86,   -86,
<a name="l00779"></a>00779      -86,   -86,   -86,   -86,   -86,   -86,   -86,   -86,    -2,    10,
<a name="l00780"></a>00780       14,    -2,   -86,    -2,    60,    11,    80,    81,    49,    69,
<a name="l00781"></a>00781      -25,    85,    76,    76,   -86,   -86,   -86,   -86,    -1,   -86,
<a name="l00782"></a>00782      -86,   -86,   -86,    -3,    51,    74,   -86,   -86,    75,   -86,
<a name="l00783"></a>00783      -86,    86,    77,    78,   -86,    79,   -86,   -86,   -86,   -86,
<a name="l00784"></a>00784      -86,    82,    -2,   -86,   -86,    83,     6,    70,   -86,    49,
<a name="l00785"></a>00785       63,    68,    96,   -86,    96,   -86,   -86,   -86,    87,   -86,
<a name="l00786"></a>00786       88,     0,    89,   -86,    90,   -86,   -86,   -86,    95,   -86,
<a name="l00787"></a>00787      -86,   105,   -86,    49,     7,   106,    93,   -86,   -86,   -86,
<a name="l00788"></a>00788      -86,   -86,   -86,   -86,   -86,     2,   -86,   -86
<a name="l00789"></a>00789 };
<a name="l00790"></a>00790 
<a name="l00791"></a>00791 <span class="comment">/* YYPGOTO[NTERM-NUM].  */</span>
<a name="l00792"></a><a class="code" href="a00056.html#abb1d1e685ef953f65410be5d32544cfe">00792</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#afd56a33ef7e59189deccc83706e0becd">yytype_int8</a> <a class="code" href="a00056.html#abb1d1e685ef953f65410be5d32544cfe">yypgoto</a>[] =
<a name="l00793"></a>00793 {
<a name="l00794"></a>00794      -86,   -86,   102,     1,    18,   -86,     3,   -86,   -86,   -86,
<a name="l00795"></a>00795      -86,   -86,   -86,   -86,   -86,   -86,    61,   -86,   -86,   -86,
<a name="l00796"></a>00796      -86,    -9,   -86,   -86,   -86,   -86,   -86,   -86,   -86,   -86,
<a name="l00797"></a>00797      -86,   -85,    19,    31
<a name="l00798"></a>00798 };
<a name="l00799"></a>00799 
<a name="l00800"></a>00800 <span class="comment">/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If</span>
<a name="l00801"></a>00801 <span class="comment">   positive, shift that token.  If negative, reduce the rule which</span>
<a name="l00802"></a>00802 <span class="comment">   number is the opposite.  If zero, do what YYDEFACT says.</span>
<a name="l00803"></a>00803 <span class="comment">   If YYTABLE_NINF, syntax error.  */</span>
<a name="l00804"></a><a class="code" href="a00056.html#a504faa93b92f37fcc147f68e8d111a1d">00804</a> <span class="preprocessor">#define YYTABLE_NINF -1</span>
<a name="l00805"></a><a class="code" href="a00056.html#aebb94255a7d4c72e6f9eea0a8e755c56">00805</a> <span class="preprocessor"></span><span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">yytype_uint8</a> <a class="code" href="a00056.html#aebb94255a7d4c72e6f9eea0a8e755c56">yytable</a>[] =
<a name="l00806"></a>00806 {
<a name="l00807"></a>00807       83,    84,    81,   110,   102,    38,    95,    96,    74,    75,
<a name="l00808"></a>00808       95,    96,    54,    55,    56,    60,     4,    66,     6,    61,
<a name="l00809"></a>00809        8,    97,     2,     3,   119,    97,    39,    98,   118,    40,
<a name="l00810"></a>00810       67,     4,     5,     6,     7,     8,    82,   111,    82,     9,
<a name="l00811"></a>00811       10,    41,    11,   120,    12,    43,    13,    14,    15,    44,
<a name="l00812"></a>00812       16,    17,    18,    19,    20,     4,     5,     6,     7,     8,
<a name="l00813"></a>00813       63,    45,    64,    65,    10,    46,    11,    47,    12,    48,
<a name="l00814"></a>00814       13,    14,    15,    49,    16,    17,    18,    19,    20,    77,
<a name="l00815"></a>00815       78,    50,    51,    52,    53,    69,    70,    71,    73,    76,
<a name="l00816"></a>00816       82,    86,    87,    88,    89,    90,    91,   100,   103,    92,
<a name="l00817"></a>00817       94,   105,   104,   116,   108,   109,   113,   115,   117,   124,
<a name="l00818"></a>00818      125,    42,   107,    93,    80,   121,   127,   122
<a name="l00819"></a>00819 };
<a name="l00820"></a>00820 
<a name="l00821"></a><a class="code" href="a00056.html#afb8345022a0040b0edd3f65e66d5c4bd">00821</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">yytype_uint8</a> <a class="code" href="a00056.html#afb8345022a0040b0edd3f65e66d5c4bd">yycheck</a>[] =
<a name="l00822"></a>00822 {
<a name="l00823"></a>00823        3,     4,     3,     3,    89,    17,     4,     5,    33,    34,
<a name="l00824"></a>00824        4,     5,    14,    15,    16,     5,     9,     6,    11,     5,
<a name="l00825"></a>00825       13,    19,     0,     1,    17,    19,    17,    21,   113,    17,
<a name="l00826"></a>00826       19,     9,    10,    11,    12,    13,    39,    37,    39,    17,
<a name="l00827"></a>00827       18,    17,    20,    36,    22,    17,    24,    25,    26,    17,
<a name="l00828"></a>00828       28,    29,    30,    31,    32,     9,    10,    11,    12,    13,
<a name="l00829"></a>00829       41,    17,    43,     3,    18,    17,    20,    17,    22,    17,
<a name="l00830"></a>00830       24,    25,    26,    17,    28,    29,    30,    31,    32,     3,
<a name="l00831"></a>00831        4,    17,    17,    17,    17,     5,     5,    38,    19,     4,
<a name="l00832"></a>00832       39,    17,    17,     7,    17,    17,    17,    27,    35,    17,
<a name="l00833"></a>00833       17,     5,    34,     8,    17,    17,    17,    17,     3,     3,
<a name="l00834"></a>00834       17,     9,    94,    82,    53,   114,   125,   114
<a name="l00835"></a>00835 };
<a name="l00836"></a>00836 
<a name="l00837"></a>00837 <span class="comment">/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing</span>
<a name="l00838"></a>00838 <span class="comment">   symbol of state STATE-NUM.  */</span>
<a name="l00839"></a><a class="code" href="a00056.html#abc7e1225b6a8ee7619f19504cbefd97b">00839</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="a00056.html#a79c09f9dcfd0f7a32f598ea3910d2206">yytype_uint8</a> <a class="code" href="a00056.html#abc7e1225b6a8ee7619f19504cbefd97b">yystos</a>[] =
<a name="l00840"></a>00840 {
<a name="l00841"></a>00841        0,    41,     0,     1,     9,    10,    11,    12,    13,    17,
<a name="l00842"></a>00842       18,    20,    22,    24,    25,    26,    28,    29,    30,    31,
<a name="l00843"></a>00843       32,    42,    43,    45,    46,    50,    53,    54,    55,    57,
<a name="l00844"></a>00844       58,    59,    62,    66,    67,    68,    69,    70,    17,    17,
<a name="l00845"></a>00845       17,    17,    42,    17,    17,    17,    17,    17,    17,    17,
<a name="l00846"></a>00846       17,    17,    17,    17,    14,    15,    16,    47,    72,    73,
<a name="l00847"></a>00847        5,     5,    48,    72,    72,     3,     6,    19,    64,     5,
<a name="l00848"></a>00848        5,    38,    71,    19,    33,    34,     4,     3,     4,    56,
<a name="l00849"></a>00849       56,     3,    39,     3,     4,    49,    17,    17,     7,    17,
<a name="l00850"></a>00850       17,    17,    17,    73,    17,     4,     5,    19,    21,    61,
<a name="l00851"></a>00851       27,    65,    71,    35,    34,     5,    44,    44,    17,    17,
<a name="l00852"></a>00852        3,    37,    63,    17,    51,    17,     8,     3,    71,    17,
<a name="l00853"></a>00853       36,    43,    46,    52,     3,    17,    60,    61
<a name="l00854"></a>00854 };
<a name="l00855"></a>00855 
<a name="l00856"></a><a class="code" href="a00056.html#a20bf055e53dc4fd5afddfd752a4d1adb">00856</a> <span class="preprocessor">#define yyerrok         (yyerrstatus = 0)</span>
<a name="l00857"></a><a class="code" href="a00056.html#a5035d59933b3f5388c44f596145db047">00857</a> <span class="preprocessor"></span><span class="preprocessor">#define yyclearin       (yychar = YYEMPTY)</span>
<a name="l00858"></a><a class="code" href="a00056.html#ae59196b3765411a06cf234cf9bcae2e7">00858</a> <span class="preprocessor"></span><span class="preprocessor">#define YYEMPTY         (-2)</span>
<a name="l00859"></a><a class="code" href="a00056.html#a3b1e3628411fabac03abe0a337322016">00859</a> <span class="preprocessor"></span><span class="preprocessor">#define YYEOF           0</span>
<a name="l00860"></a>00860 <span class="preprocessor"></span>
<a name="l00861"></a><a class="code" href="a00056.html#aa6c7a65b580c214b2ea832fd7bdd472e">00861</a> <span class="preprocessor">#define YYACCEPT        goto yyacceptlab</span>
<a name="l00862"></a><a class="code" href="a00056.html#a3bcde0b05b9aa4ec5169092d9d211dbd">00862</a> <span class="preprocessor"></span><span class="preprocessor">#define YYABORT         goto yyabortlab</span>
<a name="l00863"></a><a class="code" href="a00056.html#af1eef6197be78122699013d0784acc80">00863</a> <span class="preprocessor"></span><span class="preprocessor">#define YYERROR         goto yyerrorlab</span>
<a name="l00864"></a>00864 <span class="preprocessor"></span>
<a name="l00865"></a>00865 
<a name="l00866"></a>00866 <span class="comment">/* Like YYERROR except do call yyerror.  This remains here temporarily</span>
<a name="l00867"></a>00867 <span class="comment">   to ease the transition to the new meaning of YYERROR, for GCC.</span>
<a name="l00868"></a>00868 <span class="comment">   Once GCC version 2 has supplanted version 1, this can go.  However,</span>
<a name="l00869"></a>00869 <span class="comment">   YYFAIL appears to be in use.  Nevertheless, it is formally deprecated</span>
<a name="l00870"></a>00870 <span class="comment">   in Bison 2.4.2&#39;s NEWS entry, where a plan to phase it out is</span>
<a name="l00871"></a>00871 <span class="comment">   discussed.  */</span>
<a name="l00872"></a>00872 
<a name="l00873"></a><a class="code" href="a00056.html#a383d9671b1abd97e4c6f3708d1ca32f3">00873</a> <span class="preprocessor">#define YYFAIL          goto yyerrlab</span>
<a name="l00874"></a>00874 <span class="preprocessor"></span><span class="preprocessor">#if defined YYFAIL</span>
<a name="l00875"></a>00875 <span class="preprocessor"></span>  <span class="comment">/* This is here to suppress warnings from the GCC cpp&#39;s</span>
<a name="l00876"></a>00876 <span class="comment">     -Wunused-macros.  Normally we don&#39;t worry about that warning, but</span>
<a name="l00877"></a>00877 <span class="comment">     some users do, and we want to make it easy for users to remove</span>
<a name="l00878"></a>00878 <span class="comment">     YYFAIL uses, which will produce warnings from Bison 2.5.  */</span>
<a name="l00879"></a>00879 <span class="preprocessor">#endif</span>
<a name="l00880"></a>00880 <span class="preprocessor"></span>
<a name="l00881"></a><a class="code" href="a00056.html#ad860e18ca4b79fc589895b531bdb7948">00881</a> <span class="preprocessor">#define YYRECOVERING()  (!!yyerrstatus)</span>
<a name="l00882"></a>00882 <span class="preprocessor"></span>
<a name="l00883"></a><a class="code" href="a00056.html#adfcaf974b837e3efc130377e9837b4fd">00883</a> <span class="preprocessor">#define YYBACKUP(Token, Value)                                  \</span>
<a name="l00884"></a>00884 <span class="preprocessor">do                                                              \</span>
<a name="l00885"></a>00885 <span class="preprocessor">  if (yychar == YYEMPTY &amp;&amp; yylen == 1)                          \</span>
<a name="l00886"></a>00886 <span class="preprocessor">    {                                                           \</span>
<a name="l00887"></a>00887 <span class="preprocessor">      yychar = (Token);                                         \</span>
<a name="l00888"></a>00888 <span class="preprocessor">      yylval = (Value);                                         \</span>
<a name="l00889"></a>00889 <span class="preprocessor">      yytoken = YYTRANSLATE (yychar);                           \</span>
<a name="l00890"></a>00890 <span class="preprocessor">      YYPOPSTACK (1);                                           \</span>
<a name="l00891"></a>00891 <span class="preprocessor">      goto yybackup;                                            \</span>
<a name="l00892"></a>00892 <span class="preprocessor">    }                                                           \</span>
<a name="l00893"></a>00893 <span class="preprocessor">  else                                                          \</span>
<a name="l00894"></a>00894 <span class="preprocessor">    {                                                           \</span>
<a name="l00895"></a>00895 <span class="preprocessor">      yyerror (YY_(&quot;syntax error: cannot back up&quot;)); \</span>
<a name="l00896"></a>00896 <span class="preprocessor">      YYERROR;                                                  \</span>
<a name="l00897"></a>00897 <span class="preprocessor">    }                                                           \</span>
<a name="l00898"></a>00898 <span class="preprocessor">while (YYID (0))</span>
<a name="l00899"></a>00899 <span class="preprocessor"></span>
<a name="l00900"></a>00900 
<a name="l00901"></a><a class="code" href="a00056.html#ad2b58b1851184ddb3b60fede50bc7946">00901</a> <span class="preprocessor">#define YYTERROR        1</span>
<a name="l00902"></a><a class="code" href="a00056.html#a552f295255821fa7dea11b0237e1d61a">00902</a> <span class="preprocessor"></span><span class="preprocessor">#define YYERRCODE       256</span>
<a name="l00903"></a>00903 <span class="preprocessor"></span>
<a name="l00904"></a>00904 
<a name="l00905"></a>00905 <span class="comment">/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].</span>
<a name="l00906"></a>00906 <span class="comment">   If N is 0, then set CURRENT to the empty location which ends</span>
<a name="l00907"></a>00907 <span class="comment">   the previous symbol: RHS[0] (always defined).  */</span>
<a name="l00908"></a>00908 
<a name="l00909"></a><a class="code" href="a00056.html#ab2b4f027a2b092ac14ca4464e7b3db60">00909</a> <span class="preprocessor">#define YYRHSLOC(Rhs, K) ((Rhs)[K])</span>
<a name="l00910"></a>00910 <span class="preprocessor"></span><span class="preprocessor">#ifndef YYLLOC_DEFAULT</span>
<a name="l00911"></a><a class="code" href="a00056.html#a485d38f93de30679900c9cad6e7f3446">00911</a> <span class="preprocessor"></span><span class="preprocessor"># define YYLLOC_DEFAULT(Current, Rhs, N)                                \</span>
<a name="l00912"></a>00912 <span class="preprocessor">    do                                                                  \</span>
<a name="l00913"></a>00913 <span class="preprocessor">      if (YYID (N))                                                    \</span>
<a name="l00914"></a>00914 <span class="preprocessor">        {                                                               \</span>
<a name="l00915"></a>00915 <span class="preprocessor">          (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;        \</span>
<a name="l00916"></a>00916 <span class="preprocessor">          (Current).first_column = YYRHSLOC (Rhs, 1).first_column;      \</span>
<a name="l00917"></a>00917 <span class="preprocessor">          (Current).last_line    = YYRHSLOC (Rhs, N).last_line;         \</span>
<a name="l00918"></a>00918 <span class="preprocessor">          (Current).last_column  = YYRHSLOC (Rhs, N).last_column;       \</span>
<a name="l00919"></a>00919 <span class="preprocessor">        }                                                               \</span>
<a name="l00920"></a>00920 <span class="preprocessor">      else                                                              \</span>
<a name="l00921"></a>00921 <span class="preprocessor">        {                                                               \</span>
<a name="l00922"></a>00922 <span class="preprocessor">          (Current).first_line   = (Current).last_line   =              \</span>
<a name="l00923"></a>00923 <span class="preprocessor">            YYRHSLOC (Rhs, 0).last_line;                                \</span>
<a name="l00924"></a>00924 <span class="preprocessor">          (Current).first_column = (Current).last_column =              \</span>
<a name="l00925"></a>00925 <span class="preprocessor">            YYRHSLOC (Rhs, 0).last_column;                              \</span>
<a name="l00926"></a>00926 <span class="preprocessor">        }                                                               \</span>
<a name="l00927"></a>00927 <span class="preprocessor">    while (YYID (0))</span>
<a name="l00928"></a>00928 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00929"></a>00929 <span class="preprocessor"></span>
<a name="l00930"></a>00930 
<a name="l00931"></a>00931 <span class="comment">/* YY_LOCATION_PRINT -- Print the location on the stream.</span>
<a name="l00932"></a>00932 <span class="comment">   This macro was not mandated originally: define only if we know</span>
<a name="l00933"></a>00933 <span class="comment">   we won&#39;t break user code: when these are the locations we know.  */</span>
<a name="l00934"></a>00934 
<a name="l00935"></a>00935 <span class="preprocessor">#ifndef YY_LOCATION_PRINT</span>
<a name="l00936"></a>00936 <span class="preprocessor"></span><span class="preprocessor"># if defined YYLTYPE_IS_TRIVIAL &amp;&amp; YYLTYPE_IS_TRIVIAL</span>
<a name="l00937"></a>00937 <span class="preprocessor"></span><span class="preprocessor">#  define YY_LOCATION_PRINT(File, Loc)                  \</span>
<a name="l00938"></a>00938 <span class="preprocessor">     fprintf (File, &quot;%d.%d-%d.%d&quot;,                      \</span>
<a name="l00939"></a>00939 <span class="preprocessor">              (Loc).first_line, (Loc).first_column,     \</span>
<a name="l00940"></a>00940 <span class="preprocessor">              (Loc).last_line,  (Loc).last_column)</span>
<a name="l00941"></a>00941 <span class="preprocessor"></span><span class="preprocessor"># else</span>
<a name="l00942"></a><a class="code" href="a00056.html#a52c7d936ca7e6c34687ff71f29b8cfd1">00942</a> <span class="preprocessor"></span><span class="preprocessor">#  define YY_LOCATION_PRINT(File, Loc) ((void) 0)</span>
<a name="l00943"></a>00943 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00944"></a>00944 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00945"></a>00945 <span class="preprocessor"></span>
<a name="l00946"></a>00946 
<a name="l00947"></a>00947 <span class="comment">/* YYLEX -- calling `yylex&#39; with the right arguments.  */</span>
<a name="l00948"></a>00948 
<a name="l00949"></a>00949 <span class="preprocessor">#ifdef YYLEX_PARAM</span>
<a name="l00950"></a>00950 <span class="preprocessor"></span><span class="preprocessor"># define YYLEX yylex (YYLEX_PARAM)</span>
<a name="l00951"></a>00951 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00952"></a><a class="code" href="a00056.html#a0ea34e09602d1ede033f16ba669ef24b">00952</a> <span class="preprocessor"></span><span class="preprocessor"># define YYLEX yylex (context)</span>
<a name="l00953"></a>00953 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00954"></a>00954 <span class="preprocessor"></span>
<a name="l00955"></a>00955 <span class="comment">/* Enable debugging if requested.  */</span>
<a name="l00956"></a>00956 <span class="preprocessor">#if YYDEBUG</span>
<a name="l00957"></a>00957 <span class="preprocessor"></span>
<a name="l00958"></a>00958 <span class="preprocessor"># ifndef YYFPRINTF</span>
<a name="l00959"></a>00959 <span class="preprocessor"></span><span class="preprocessor">#  include &lt;stdio.h&gt;</span> <span class="comment">/* INFRINGES ON USER NAME SPACE */</span>
<a name="l00960"></a><a class="code" href="a00056.html#af3b78184b3e3414afdaf2bbbff4a8bfe">00960</a> <span class="preprocessor">#  define YYFPRINTF fprintf</span>
<a name="l00961"></a>00961 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00962"></a>00962 <span class="preprocessor"></span>
<a name="l00963"></a><a class="code" href="a00056.html#af6d6ca80e87922f90264f1a4a802ea04">00963</a> <span class="preprocessor"># define YYDPRINTF(Args)                        \</span>
<a name="l00964"></a>00964 <span class="preprocessor">do {                                            \</span>
<a name="l00965"></a>00965 <span class="preprocessor">  if (yydebug)                                  \</span>
<a name="l00966"></a>00966 <span class="preprocessor">    YYFPRINTF Args;                             \</span>
<a name="l00967"></a>00967 <span class="preprocessor">} while (YYID (0))</span>
<a name="l00968"></a>00968 <span class="preprocessor"></span>
<a name="l00969"></a><a class="code" href="a00056.html#a1c510d33cb388afc9411141ba3076a36">00969</a> <span class="preprocessor"># define YY_SYMBOL_PRINT(Title, Type, Value, Location)                    \</span>
<a name="l00970"></a>00970 <span class="preprocessor">do {                                                                      \</span>
<a name="l00971"></a>00971 <span class="preprocessor">  if (yydebug)                                                            \</span>
<a name="l00972"></a>00972 <span class="preprocessor">    {                                                                     \</span>
<a name="l00973"></a>00973 <span class="preprocessor">      YYFPRINTF (stderr, &quot;%s &quot;, Title);                                   \</span>
<a name="l00974"></a>00974 <span class="preprocessor">      yy_symbol_print (stderr,                                            \</span>
<a name="l00975"></a>00975 <span class="preprocessor">                  Type, Value); \</span>
<a name="l00976"></a>00976 <span class="preprocessor">      YYFPRINTF (stderr, &quot;\n&quot;);                                           \</span>
<a name="l00977"></a>00977 <span class="preprocessor">    }                                                                     \</span>
<a name="l00978"></a>00978 <span class="preprocessor">} while (YYID (0))</span>
<a name="l00979"></a>00979 <span class="preprocessor"></span>
<a name="l00980"></a>00980 
<a name="l00981"></a>00981 <span class="comment">/*--------------------------------.</span>
<a name="l00982"></a>00982 <span class="comment">| Print this symbol on YYOUTPUT.  |</span>
<a name="l00983"></a>00983 <span class="comment">`--------------------------------*/</span>
<a name="l00984"></a>00984 
<a name="l00985"></a>00985 <span class="comment">/*ARGSUSED*/</span>
<a name="l00986"></a>00986 <span class="preprocessor">#if (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l00987"></a>00987 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l00988"></a>00988 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">void</span>
<a name="l00989"></a>00989 <a class="code" href="a00056.html#a75e93dcf72bf2d3cfd48f1ddc80b6364">yy_symbol_value_print</a> (FILE *yyoutput, <span class="keywordtype">int</span> yytype, <a class="code" href="a00030.html">YYSTYPE</a> <span class="keyword">const</span> * <span class="keyword">const</span> yyvaluep)
<a name="l00990"></a>00990 <span class="preprocessor">#else</span>
<a name="l00991"></a>00991 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">void</span>
<a name="l00992"></a><a class="code" href="a00056.html#a75e93dcf72bf2d3cfd48f1ddc80b6364">00992</a> <a class="code" href="a00056.html#a75e93dcf72bf2d3cfd48f1ddc80b6364">yy_symbol_value_print</a> (yyoutput, yytype, yyvaluep)
<a name="l00993"></a>00993     FILE *yyoutput;
<a name="l00994"></a>00994     <span class="keywordtype">int</span> yytype;
<a name="l00995"></a>00995     <a class="code" href="a00030.html">YYSTYPE</a> const * const yyvaluep;
<a name="l00996"></a>00996 <span class="preprocessor">#endif</span>
<a name="l00997"></a>00997 <span class="preprocessor"></span>{
<a name="l00998"></a>00998   <span class="keywordflow">if</span> (!yyvaluep)
<a name="l00999"></a>00999     <span class="keywordflow">return</span>;
<a name="l01000"></a>01000 <span class="preprocessor"># ifdef YYPRINT</span>
<a name="l01001"></a>01001 <span class="preprocessor"></span>  <span class="keywordflow">if</span> (yytype &lt; <a class="code" href="a00056.html#a75d260730a6c379a94ea28f63a7b9275">YYNTOKENS</a>)
<a name="l01002"></a>01002     YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
<a name="l01003"></a>01003 <span class="preprocessor"># else</span>
<a name="l01004"></a>01004 <span class="preprocessor"></span>  <a class="code" href="a00056.html#ad7d1ef1bbc6adfe69894bc8221f557e1">YYUSE</a> (yyoutput);
<a name="l01005"></a>01005 <span class="preprocessor"># endif</span>
<a name="l01006"></a>01006 <span class="preprocessor"></span>  <span class="keywordflow">switch</span> (yytype)
<a name="l01007"></a>01007     {
<a name="l01008"></a>01008       <span class="keywordflow">default</span>:
<a name="l01009"></a>01009         <span class="keywordflow">break</span>;
<a name="l01010"></a>01010     }
<a name="l01011"></a>01011 }
<a name="l01012"></a>01012 
<a name="l01013"></a>01013 
<a name="l01014"></a>01014 <span class="comment">/*--------------------------------.</span>
<a name="l01015"></a>01015 <span class="comment">| Print this symbol on YYOUTPUT.  |</span>
<a name="l01016"></a>01016 <span class="comment">`--------------------------------*/</span>
<a name="l01017"></a>01017 
<a name="l01018"></a>01018 <span class="preprocessor">#if (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l01019"></a>01019 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l01020"></a>01020 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">void</span>
<a name="l01021"></a>01021 <a class="code" href="a00056.html#aa0e60e36a5d6bd2677f1c59ee270778a">yy_symbol_print</a> (FILE *yyoutput, <span class="keywordtype">int</span> yytype, <a class="code" href="a00030.html">YYSTYPE</a> <span class="keyword">const</span> * <span class="keyword">const</span> yyvaluep)
<a name="l01022"></a>01022 <span class="preprocessor">#else</span>
<a name="l01023"></a>01023 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">void</span>
<a name="l01024"></a><a class="code" href="a00056.html#aa0e60e36a5d6bd2677f1c59ee270778a">01024</a> <a class="code" href="a00056.html#aa0e60e36a5d6bd2677f1c59ee270778a">yy_symbol_print</a> (yyoutput, yytype, yyvaluep)
<a name="l01025"></a>01025     FILE *yyoutput;
<a name="l01026"></a>01026     <span class="keywordtype">int</span> yytype;
<a name="l01027"></a>01027     <a class="code" href="a00030.html">YYSTYPE</a> const * const yyvaluep;
<a name="l01028"></a>01028 <span class="preprocessor">#endif</span>
<a name="l01029"></a>01029 <span class="preprocessor"></span>{
<a name="l01030"></a>01030   <span class="keywordflow">if</span> (yytype &lt; <a class="code" href="a00056.html#a75d260730a6c379a94ea28f63a7b9275">YYNTOKENS</a>)
<a name="l01031"></a>01031     <a class="code" href="a00056.html#af3b78184b3e3414afdaf2bbbff4a8bfe">YYFPRINTF</a> (yyoutput, <span class="stringliteral">&quot;token %s (&quot;</span>, yytname[yytype]);
<a name="l01032"></a>01032   <span class="keywordflow">else</span>
<a name="l01033"></a>01033     <a class="code" href="a00056.html#af3b78184b3e3414afdaf2bbbff4a8bfe">YYFPRINTF</a> (yyoutput, <span class="stringliteral">&quot;nterm %s (&quot;</span>, yytname[yytype]);
<a name="l01034"></a>01034 
<a name="l01035"></a>01035   <a class="code" href="a00056.html#a75e93dcf72bf2d3cfd48f1ddc80b6364">yy_symbol_value_print</a> (yyoutput, yytype, yyvaluep);
<a name="l01036"></a>01036   <a class="code" href="a00056.html#af3b78184b3e3414afdaf2bbbff4a8bfe">YYFPRINTF</a> (yyoutput, <span class="stringliteral">&quot;)&quot;</span>);
<a name="l01037"></a>01037 }
<a name="l01038"></a>01038 
<a name="l01039"></a>01039 <span class="comment">/*------------------------------------------------------------------.</span>
<a name="l01040"></a>01040 <span class="comment">| yy_stack_print -- Print the state stack from its BOTTOM up to its |</span>
<a name="l01041"></a>01041 <span class="comment">| TOP (included).                                                   |</span>
<a name="l01042"></a>01042 <span class="comment">`------------------------------------------------------------------*/</span>
<a name="l01043"></a>01043 
<a name="l01044"></a>01044 <span class="preprocessor">#if (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l01045"></a>01045 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l01046"></a>01046 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">void</span>
<a name="l01047"></a>01047 <a class="code" href="a00056.html#a289ccf7ef43d1af713c6e68e20d9a165">yy_stack_print</a> (<a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a> *yybottom, <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a> *yytop)
<a name="l01048"></a>01048 <span class="preprocessor">#else</span>
<a name="l01049"></a>01049 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">void</span>
<a name="l01050"></a><a class="code" href="a00056.html#a289ccf7ef43d1af713c6e68e20d9a165">01050</a> <a class="code" href="a00056.html#a289ccf7ef43d1af713c6e68e20d9a165">yy_stack_print</a> (yybottom, yytop)
<a name="l01051"></a>01051     <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a> *yybottom;
<a name="l01052"></a>01052     <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a> *yytop;
<a name="l01053"></a>01053 <span class="preprocessor">#endif</span>
<a name="l01054"></a>01054 <span class="preprocessor"></span>{
<a name="l01055"></a>01055   <a class="code" href="a00056.html#af3b78184b3e3414afdaf2bbbff4a8bfe">YYFPRINTF</a> (stderr, <span class="stringliteral">&quot;Stack now&quot;</span>);
<a name="l01056"></a>01056   <span class="keywordflow">for</span> (; yybottom &lt;= yytop; yybottom++)
<a name="l01057"></a>01057     {
<a name="l01058"></a>01058       <span class="keywordtype">int</span> yybot = *yybottom;
<a name="l01059"></a>01059       <a class="code" href="a00056.html#af3b78184b3e3414afdaf2bbbff4a8bfe">YYFPRINTF</a> (stderr, <span class="stringliteral">&quot; %d&quot;</span>, yybot);
<a name="l01060"></a>01060     }
<a name="l01061"></a>01061   <a class="code" href="a00056.html#af3b78184b3e3414afdaf2bbbff4a8bfe">YYFPRINTF</a> (stderr, <span class="stringliteral">&quot;\n&quot;</span>);
<a name="l01062"></a>01062 }
<a name="l01063"></a>01063 
<a name="l01064"></a><a class="code" href="a00056.html#a7a52157fbe194e3a347afc4ef750af77">01064</a> <span class="preprocessor"># define YY_STACK_PRINT(Bottom, Top)                            \</span>
<a name="l01065"></a>01065 <span class="preprocessor">do {                                                            \</span>
<a name="l01066"></a>01066 <span class="preprocessor">  if (yydebug)                                                  \</span>
<a name="l01067"></a>01067 <span class="preprocessor">    yy_stack_print ((Bottom), (Top));                           \</span>
<a name="l01068"></a>01068 <span class="preprocessor">} while (YYID (0))</span>
<a name="l01069"></a>01069 <span class="preprocessor"></span>
<a name="l01070"></a>01070 
<a name="l01071"></a>01071 <span class="comment">/*------------------------------------------------.</span>
<a name="l01072"></a>01072 <span class="comment">| Report that the YYRULE is going to be reduced.  |</span>
<a name="l01073"></a>01073 <span class="comment">`------------------------------------------------*/</span>
<a name="l01074"></a>01074 
<a name="l01075"></a>01075 <span class="preprocessor">#if (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l01076"></a>01076 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l01077"></a>01077 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">void</span>
<a name="l01078"></a>01078 <a class="code" href="a00056.html#a657c022eb06b5bb5124b729d28dadef1">yy_reduce_print</a> (<a class="code" href="a00030.html">YYSTYPE</a> *yyvsp, <span class="keywordtype">int</span> yyrule)
<a name="l01079"></a>01079 <span class="preprocessor">#else</span>
<a name="l01080"></a>01080 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">void</span>
<a name="l01081"></a><a class="code" href="a00056.html#a657c022eb06b5bb5124b729d28dadef1">01081</a> <a class="code" href="a00056.html#a657c022eb06b5bb5124b729d28dadef1">yy_reduce_print</a> (yyvsp, yyrule)
<a name="l01082"></a>01082     <a class="code" href="a00030.html">YYSTYPE</a> *yyvsp;
<a name="l01083"></a>01083     <span class="keywordtype">int</span> yyrule;
<a name="l01084"></a>01084 <span class="preprocessor">#endif</span>
<a name="l01085"></a>01085 <span class="preprocessor"></span>{
<a name="l01086"></a>01086   <span class="keywordtype">int</span> yynrhs = yyr2[yyrule];
<a name="l01087"></a>01087   <span class="keywordtype">int</span> yyi;
<a name="l01088"></a>01088   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> yylno = yyrline[yyrule];
<a name="l01089"></a>01089   <a class="code" href="a00056.html#af3b78184b3e3414afdaf2bbbff4a8bfe">YYFPRINTF</a> (stderr, <span class="stringliteral">&quot;Reducing stack by rule %d (line %lu):\n&quot;</span>,
<a name="l01090"></a>01090              yyrule - 1, yylno);
<a name="l01091"></a>01091   <span class="comment">/* The symbols being reduced.  */</span>
<a name="l01092"></a>01092   <span class="keywordflow">for</span> (yyi = 0; yyi &lt; yynrhs; yyi++)
<a name="l01093"></a>01093     {
<a name="l01094"></a>01094       <a class="code" href="a00056.html#af3b78184b3e3414afdaf2bbbff4a8bfe">YYFPRINTF</a> (stderr, <span class="stringliteral">&quot;   $%d = &quot;</span>, yyi + 1);
<a name="l01095"></a>01095       <a class="code" href="a00056.html#aa0e60e36a5d6bd2677f1c59ee270778a">yy_symbol_print</a> (stderr, yyrhs[yyprhs[yyrule] + yyi],
<a name="l01096"></a>01096                        &amp;(yyvsp[(yyi + 1) - (yynrhs)])
<a name="l01097"></a>01097                                        );
<a name="l01098"></a>01098       <a class="code" href="a00056.html#af3b78184b3e3414afdaf2bbbff4a8bfe">YYFPRINTF</a> (stderr, <span class="stringliteral">&quot;\n&quot;</span>);
<a name="l01099"></a>01099     }
<a name="l01100"></a>01100 }
<a name="l01101"></a>01101 
<a name="l01102"></a><a class="code" href="a00056.html#a49ad456240785266cadae498ddae9310">01102</a> <span class="preprocessor"># define YY_REDUCE_PRINT(Rule)          \</span>
<a name="l01103"></a>01103 <span class="preprocessor">do {                                    \</span>
<a name="l01104"></a>01104 <span class="preprocessor">  if (yydebug)                          \</span>
<a name="l01105"></a>01105 <span class="preprocessor">    yy_reduce_print (yyvsp, Rule); \</span>
<a name="l01106"></a>01106 <span class="preprocessor">} while (YYID (0))</span>
<a name="l01107"></a>01107 <span class="preprocessor"></span>
<a name="l01108"></a>01108 <span class="comment">/* Nonzero means print parse trace.  It is left uninitialized so that</span>
<a name="l01109"></a>01109 <span class="comment">   multiple parsers can coexist.  */</span>
<a name="l01110"></a><a class="code" href="a00056.html#ab138aa8e11f58bcdcc7134adf240ea8c">01110</a> <span class="keywordtype">int</span> <a class="code" href="a00056.html#ab138aa8e11f58bcdcc7134adf240ea8c">yydebug</a>;
<a name="l01111"></a>01111 <span class="preprocessor">#else </span><span class="comment">/* !YYDEBUG */</span>
<a name="l01112"></a>01112 <span class="preprocessor"># define YYDPRINTF(Args)</span>
<a name="l01113"></a>01113 <span class="preprocessor"></span><span class="preprocessor"># define YY_SYMBOL_PRINT(Title, Type, Value, Location)</span>
<a name="l01114"></a>01114 <span class="preprocessor"></span><span class="preprocessor"># define YY_STACK_PRINT(Bottom, Top)</span>
<a name="l01115"></a>01115 <span class="preprocessor"></span><span class="preprocessor"># define YY_REDUCE_PRINT(Rule)</span>
<a name="l01116"></a>01116 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* !YYDEBUG */</span>
<a name="l01117"></a>01117 
<a name="l01118"></a>01118 
<a name="l01119"></a>01119 <span class="comment">/* YYINITDEPTH -- initial size of the parser&#39;s stacks.  */</span>
<a name="l01120"></a>01120 <span class="preprocessor">#ifndef YYINITDEPTH</span>
<a name="l01121"></a><a class="code" href="a00056.html#aeb1508a3a38ec5d64c27e8eca25330b5">01121</a> <span class="preprocessor"></span><span class="preprocessor"># define YYINITDEPTH 200</span>
<a name="l01122"></a>01122 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l01123"></a>01123 <span class="preprocessor"></span>
<a name="l01124"></a>01124 <span class="comment">/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only</span>
<a name="l01125"></a>01125 <span class="comment">   if the built-in stack extension method is used).</span>
<a name="l01126"></a>01126 <span class="comment"></span>
<a name="l01127"></a>01127 <span class="comment">   Do not make this value too large; the results are undefined if</span>
<a name="l01128"></a>01128 <span class="comment">   YYSTACK_ALLOC_MAXIMUM &lt; YYSTACK_BYTES (YYMAXDEPTH)</span>
<a name="l01129"></a>01129 <span class="comment">   evaluated with infinite-precision integer arithmetic.  */</span>
<a name="l01130"></a>01130 
<a name="l01131"></a>01131 <span class="preprocessor">#ifndef YYMAXDEPTH</span>
<a name="l01132"></a><a class="code" href="a00056.html#a14ba2b263c446ffed1c888c4b42ae40c">01132</a> <span class="preprocessor"></span><span class="preprocessor"># define YYMAXDEPTH 10000</span>
<a name="l01133"></a>01133 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l01134"></a>01134 <span class="preprocessor"></span>
<a name="l01135"></a>01135 
<a name="l01136"></a>01136 
<a name="l01137"></a>01137 <span class="preprocessor">#if YYERROR_VERBOSE</span>
<a name="l01138"></a>01138 <span class="preprocessor"></span>
<a name="l01139"></a>01139 <span class="preprocessor"># ifndef yystrlen</span>
<a name="l01140"></a>01140 <span class="preprocessor"></span><span class="preprocessor">#  if defined __GLIBC__ &amp;&amp; defined _STRING_H</span>
<a name="l01141"></a>01141 <span class="preprocessor"></span><span class="preprocessor">#   define yystrlen strlen</span>
<a name="l01142"></a>01142 <span class="preprocessor"></span><span class="preprocessor">#  else</span>
<a name="l01143"></a>01143 <span class="preprocessor"></span><span class="comment">/* Return the length of YYSTR.  */</span>
<a name="l01144"></a>01144 <span class="preprocessor">#if (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l01145"></a>01145 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l01146"></a>01146 <span class="preprocessor"></span><span class="keyword">static</span> <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a>
<a name="l01147"></a>01147 <a class="code" href="a00056.html#aaaac26286044c09746e15056fb4886ae">yystrlen</a> (<span class="keyword">const</span> <span class="keywordtype">char</span> *yystr)
<a name="l01148"></a>01148 <span class="preprocessor">#else</span>
<a name="l01149"></a>01149 <span class="preprocessor"></span><span class="keyword">static</span> <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a>
<a name="l01150"></a><a class="code" href="a00056.html#aaaac26286044c09746e15056fb4886ae">01150</a> <a class="code" href="a00056.html#aaaac26286044c09746e15056fb4886ae">yystrlen</a> (yystr)
<a name="l01151"></a>01151     const <span class="keywordtype">char</span> *yystr;
<a name="l01152"></a>01152 <span class="preprocessor">#endif</span>
<a name="l01153"></a>01153 <span class="preprocessor"></span>{
<a name="l01154"></a>01154   <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a> yylen;
<a name="l01155"></a>01155   <span class="keywordflow">for</span> (yylen = 0; yystr[yylen]; yylen++)
<a name="l01156"></a>01156     <span class="keywordflow">continue</span>;
<a name="l01157"></a>01157   <span class="keywordflow">return</span> yylen;
<a name="l01158"></a>01158 }
<a name="l01159"></a>01159 <span class="preprocessor">#  endif</span>
<a name="l01160"></a>01160 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l01161"></a>01161 <span class="preprocessor"></span>
<a name="l01162"></a>01162 <span class="preprocessor"># ifndef yystpcpy</span>
<a name="l01163"></a>01163 <span class="preprocessor"></span><span class="preprocessor">#  if defined __GLIBC__ &amp;&amp; defined _STRING_H &amp;&amp; defined _GNU_SOURCE</span>
<a name="l01164"></a>01164 <span class="preprocessor"></span><span class="preprocessor">#   define yystpcpy stpcpy</span>
<a name="l01165"></a>01165 <span class="preprocessor"></span><span class="preprocessor">#  else</span>
<a name="l01166"></a>01166 <span class="preprocessor"></span><span class="comment">/* Copy YYSRC to YYDEST, returning the address of the terminating &#39;\0&#39; in</span>
<a name="l01167"></a>01167 <span class="comment">   YYDEST.  */</span>
<a name="l01168"></a>01168 <span class="preprocessor">#if (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l01169"></a>01169 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l01170"></a>01170 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">char</span> *
<a name="l01171"></a>01171 <a class="code" href="a00056.html#a79c0cbb33ee2f626ebdf5933080ea385">yystpcpy</a> (<span class="keywordtype">char</span> *yydest, <span class="keyword">const</span> <span class="keywordtype">char</span> *yysrc)
<a name="l01172"></a>01172 <span class="preprocessor">#else</span>
<a name="l01173"></a>01173 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">char</span> *
<a name="l01174"></a><a class="code" href="a00056.html#a79c0cbb33ee2f626ebdf5933080ea385">01174</a> <a class="code" href="a00056.html#a79c0cbb33ee2f626ebdf5933080ea385">yystpcpy</a> (yydest, yysrc)
<a name="l01175"></a>01175     char *yydest;
<a name="l01176"></a>01176     const <span class="keywordtype">char</span> *yysrc;
<a name="l01177"></a>01177 <span class="preprocessor">#endif</span>
<a name="l01178"></a>01178 <span class="preprocessor"></span>{
<a name="l01179"></a>01179   <span class="keywordtype">char</span> *yyd = yydest;
<a name="l01180"></a>01180   <span class="keyword">const</span> <span class="keywordtype">char</span> *yys = yysrc;
<a name="l01181"></a>01181 
<a name="l01182"></a>01182   <span class="keywordflow">while</span> ((*yyd++ = *yys++) != <span class="charliteral">&#39;\0&#39;</span>)
<a name="l01183"></a>01183     <span class="keywordflow">continue</span>;
<a name="l01184"></a>01184 
<a name="l01185"></a>01185   <span class="keywordflow">return</span> yyd - 1;
<a name="l01186"></a>01186 }
<a name="l01187"></a>01187 <span class="preprocessor">#  endif</span>
<a name="l01188"></a>01188 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l01189"></a>01189 <span class="preprocessor"></span>
<a name="l01190"></a>01190 <span class="preprocessor"># ifndef yytnamerr</span>
<a name="l01191"></a>01191 <span class="preprocessor"></span><span class="comment">/* Copy to YYRES the contents of YYSTR after stripping away unnecessary</span>
<a name="l01192"></a>01192 <span class="comment">   quotes and backslashes, so that it&#39;s suitable for yyerror.  The</span>
<a name="l01193"></a>01193 <span class="comment">   heuristic is that double-quoting is unnecessary unless the string</span>
<a name="l01194"></a>01194 <span class="comment">   contains an apostrophe, a comma, or backslash (other than</span>
<a name="l01195"></a>01195 <span class="comment">   backslash-backslash).  YYSTR is taken from yytname.  If YYRES is</span>
<a name="l01196"></a>01196 <span class="comment">   null, do not copy; instead, return the length of what the result</span>
<a name="l01197"></a>01197 <span class="comment">   would have been.  */</span>
<a name="l01198"></a>01198 <span class="keyword">static</span> <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a>
<a name="l01199"></a><a class="code" href="a00056.html#ac4bdbe6f524e68778be5e1717fda3bc3">01199</a> <a class="code" href="a00056.html#ac4bdbe6f524e68778be5e1717fda3bc3">yytnamerr</a> (<span class="keywordtype">char</span> *yyres, <span class="keyword">const</span> <span class="keywordtype">char</span> *yystr)
<a name="l01200"></a>01200 {
<a name="l01201"></a>01201   <span class="keywordflow">if</span> (*yystr == <span class="charliteral">&#39;&quot;&#39;</span>)
<a name="l01202"></a>01202     {
<a name="l01203"></a>01203       <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a> yyn = 0;
<a name="l01204"></a>01204       <span class="keywordtype">char</span> <span class="keyword">const</span> *yyp = yystr;
<a name="l01205"></a>01205 
<a name="l01206"></a>01206       <span class="keywordflow">for</span> (;;)
<a name="l01207"></a>01207         <span class="keywordflow">switch</span> (*++yyp)
<a name="l01208"></a>01208           {
<a name="l01209"></a>01209           <span class="keywordflow">case</span> <span class="charliteral">&#39;\&#39;&#39;</span>:
<a name="l01210"></a>01210           <span class="keywordflow">case</span> <span class="charliteral">&#39;,&#39;</span>:
<a name="l01211"></a>01211             <span class="keywordflow">goto</span> do_not_strip_quotes;
<a name="l01212"></a>01212 
<a name="l01213"></a>01213           <span class="keywordflow">case</span> <span class="charliteral">&#39;\\&#39;</span>:
<a name="l01214"></a>01214             <span class="keywordflow">if</span> (*++yyp != <span class="charliteral">&#39;\\&#39;</span>)
<a name="l01215"></a>01215               <span class="keywordflow">goto</span> do_not_strip_quotes;
<a name="l01216"></a>01216             <span class="comment">/* Fall through.  */</span>
<a name="l01217"></a>01217           <span class="keywordflow">default</span>:
<a name="l01218"></a>01218             <span class="keywordflow">if</span> (yyres)
<a name="l01219"></a>01219               yyres[yyn] = *yyp;
<a name="l01220"></a>01220             yyn++;
<a name="l01221"></a>01221             <span class="keywordflow">break</span>;
<a name="l01222"></a>01222 
<a name="l01223"></a>01223           <span class="keywordflow">case</span> <span class="charliteral">&#39;&quot;&#39;</span>:
<a name="l01224"></a>01224             <span class="keywordflow">if</span> (yyres)
<a name="l01225"></a>01225               yyres[yyn] = <span class="charliteral">&#39;\0&#39;</span>;
<a name="l01226"></a>01226             <span class="keywordflow">return</span> yyn;
<a name="l01227"></a>01227           }
<a name="l01228"></a>01228     do_not_strip_quotes: ;
<a name="l01229"></a>01229     }
<a name="l01230"></a>01230 
<a name="l01231"></a>01231   <span class="keywordflow">if</span> (! yyres)
<a name="l01232"></a>01232     <span class="keywordflow">return</span> <a class="code" href="a00056.html#aaaac26286044c09746e15056fb4886ae">yystrlen</a> (yystr);
<a name="l01233"></a>01233 
<a name="l01234"></a>01234   <span class="keywordflow">return</span> <a class="code" href="a00056.html#a79c0cbb33ee2f626ebdf5933080ea385">yystpcpy</a> (yyres, yystr) - yyres;
<a name="l01235"></a>01235 }
<a name="l01236"></a>01236 <span class="preprocessor"># endif</span>
<a name="l01237"></a>01237 <span class="preprocessor"></span>
<a name="l01238"></a>01238 <span class="comment">/* Copy into YYRESULT an error message about the unexpected token</span>
<a name="l01239"></a>01239 <span class="comment">   YYCHAR while in state YYSTATE.  Return the number of bytes copied,</span>
<a name="l01240"></a>01240 <span class="comment">   including the terminating null byte.  If YYRESULT is null, do not</span>
<a name="l01241"></a>01241 <span class="comment">   copy anything; just return the number of bytes that would be</span>
<a name="l01242"></a>01242 <span class="comment">   copied.  As a special case, return 0 if an ordinary &quot;syntax error&quot;</span>
<a name="l01243"></a>01243 <span class="comment">   message will do.  Return YYSIZE_MAXIMUM if overflow occurs during</span>
<a name="l01244"></a>01244 <span class="comment">   size calculation.  */</span>
<a name="l01245"></a>01245 <span class="keyword">static</span> <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a>
<a name="l01246"></a><a class="code" href="a00056.html#a74a53251dee1d5e66d839837e446049b">01246</a> <a class="code" href="a00056.html#a74a53251dee1d5e66d839837e446049b">yysyntax_error</a> (<span class="keywordtype">char</span> *yyresult, <span class="keywordtype">int</span> yystate, <span class="keywordtype">int</span> <a class="code" href="a00056.html#a9e2c7c7373b818c86b2df7106a92327c">yychar</a>)
<a name="l01247"></a>01247 {
<a name="l01248"></a>01248   <span class="keywordtype">int</span> yyn = yypact[yystate];
<a name="l01249"></a>01249 
<a name="l01250"></a>01250   <span class="keywordflow">if</span> (! (<a class="code" href="a00056.html#a62bf0ed0c4360b077071b5cf3177823b">YYPACT_NINF</a> &lt; yyn &amp;&amp; yyn &lt;= <a class="code" href="a00056.html#ae67923760a28e3b7ed3aa2cfaef7f9a2">YYLAST</a>))
<a name="l01251"></a>01251     <span class="keywordflow">return</span> 0;
<a name="l01252"></a>01252   <span class="keywordflow">else</span>
<a name="l01253"></a>01253     {
<a name="l01254"></a>01254       <span class="keywordtype">int</span> yytype = <a class="code" href="a00056.html#aad19ee88e33c02c4e720b28f78249bd7">YYTRANSLATE</a> (yychar);
<a name="l01255"></a>01255       <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a> yysize0 = <a class="code" href="a00056.html#ac4bdbe6f524e68778be5e1717fda3bc3">yytnamerr</a> (0, yytname[yytype]);
<a name="l01256"></a>01256       <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a> yysize = yysize0;
<a name="l01257"></a>01257       <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a> yysize1;
<a name="l01258"></a>01258       <span class="keywordtype">int</span> yysize_overflow = 0;
<a name="l01259"></a>01259       <span class="keyword">enum</span> { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
<a name="l01260"></a>01260       <span class="keywordtype">char</span> <span class="keyword">const</span> *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
<a name="l01261"></a>01261       <span class="keywordtype">int</span> yyx;
<a name="l01262"></a>01262 
<a name="l01263"></a>01263 <span class="preprocessor"># if 0</span>
<a name="l01264"></a>01264 <span class="preprocessor"></span>      <span class="comment">/* This is so xgettext sees the translatable formats that are</span>
<a name="l01265"></a>01265 <span class="comment">         constructed on the fly.  */</span>
<a name="l01266"></a>01266       <a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">YY_</a>(<span class="stringliteral">&quot;syntax error, unexpected %s&quot;</span>);
<a name="l01267"></a>01267       <a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">YY_</a>(<span class="stringliteral">&quot;syntax error, unexpected %s, expecting %s&quot;</span>);
<a name="l01268"></a>01268       <a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">YY_</a>(<span class="stringliteral">&quot;syntax error, unexpected %s, expecting %s or %s&quot;</span>);
<a name="l01269"></a>01269       <a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">YY_</a>(<span class="stringliteral">&quot;syntax error, unexpected %s, expecting %s or %s or %s&quot;</span>);
<a name="l01270"></a>01270       <a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">YY_</a>(<span class="stringliteral">&quot;syntax error, unexpected %s, expecting %s or %s or %s or %s&quot;</span>);
<a name="l01271"></a>01271 <span class="preprocessor"># endif</span>
<a name="l01272"></a>01272 <span class="preprocessor"></span>      <span class="keywordtype">char</span> *yyfmt;
<a name="l01273"></a>01273       <span class="keywordtype">char</span> <span class="keyword">const</span> *yyf;
<a name="l01274"></a>01274       <span class="keyword">static</span> <span class="keywordtype">char</span> <span class="keyword">const</span> yyunexpected[] = <span class="stringliteral">&quot;syntax error, unexpected %s&quot;</span>;
<a name="l01275"></a>01275       <span class="keyword">static</span> <span class="keywordtype">char</span> <span class="keyword">const</span> yyexpecting[] = <span class="stringliteral">&quot;, expecting %s&quot;</span>;
<a name="l01276"></a>01276       <span class="keyword">static</span> <span class="keywordtype">char</span> <span class="keyword">const</span> yyor[] = <span class="stringliteral">&quot; or %s&quot;</span>;
<a name="l01277"></a>01277       <span class="keywordtype">char</span> yyformat[<span class="keyword">sizeof</span> yyunexpected
<a name="l01278"></a>01278                     + <span class="keyword">sizeof</span> yyexpecting - 1
<a name="l01279"></a>01279                     + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
<a name="l01280"></a>01280                        * (<span class="keyword">sizeof</span> yyor - 1))];
<a name="l01281"></a>01281       <span class="keywordtype">char</span> <span class="keyword">const</span> *yyprefix = yyexpecting;
<a name="l01282"></a>01282 
<a name="l01283"></a>01283       <span class="comment">/* Start YYX at -YYN if negative to avoid negative indexes in</span>
<a name="l01284"></a>01284 <span class="comment">         YYCHECK.  */</span>
<a name="l01285"></a>01285       <span class="keywordtype">int</span> yyxbegin = yyn &lt; 0 ? -yyn : 0;
<a name="l01286"></a>01286 
<a name="l01287"></a>01287       <span class="comment">/* Stay within bounds of both yycheck and yytname.  */</span>
<a name="l01288"></a>01288       <span class="keywordtype">int</span> yychecklim = <a class="code" href="a00056.html#ae67923760a28e3b7ed3aa2cfaef7f9a2">YYLAST</a> - yyn + 1;
<a name="l01289"></a>01289       <span class="keywordtype">int</span> yyxend = yychecklim &lt; <a class="code" href="a00056.html#a75d260730a6c379a94ea28f63a7b9275">YYNTOKENS</a> ? yychecklim : <a class="code" href="a00056.html#a75d260730a6c379a94ea28f63a7b9275">YYNTOKENS</a>;
<a name="l01290"></a>01290       <span class="keywordtype">int</span> yycount = 1;
<a name="l01291"></a>01291 
<a name="l01292"></a>01292       yyarg[0] = yytname[yytype];
<a name="l01293"></a>01293       yyfmt = <a class="code" href="a00056.html#a79c0cbb33ee2f626ebdf5933080ea385">yystpcpy</a> (yyformat, yyunexpected);
<a name="l01294"></a>01294 
<a name="l01295"></a>01295       <span class="keywordflow">for</span> (yyx = yyxbegin; yyx &lt; yyxend; ++yyx)
<a name="l01296"></a>01296         <span class="keywordflow">if</span> (yycheck[yyx + yyn] == yyx &amp;&amp; yyx != <a class="code" href="a00056.html#ad2b58b1851184ddb3b60fede50bc7946">YYTERROR</a>)
<a name="l01297"></a>01297           {
<a name="l01298"></a>01298             <span class="keywordflow">if</span> (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
<a name="l01299"></a>01299               {
<a name="l01300"></a>01300                 yycount = 1;
<a name="l01301"></a>01301                 yysize = yysize0;
<a name="l01302"></a>01302                 yyformat[<span class="keyword">sizeof</span> yyunexpected - 1] = <span class="charliteral">&#39;\0&#39;</span>;
<a name="l01303"></a>01303                 <span class="keywordflow">break</span>;
<a name="l01304"></a>01304               }
<a name="l01305"></a>01305             yyarg[yycount++] = yytname[yyx];
<a name="l01306"></a>01306             yysize1 = yysize + <a class="code" href="a00056.html#ac4bdbe6f524e68778be5e1717fda3bc3">yytnamerr</a> (0, yytname[yyx]);
<a name="l01307"></a>01307             yysize_overflow |= (yysize1 &lt; yysize);
<a name="l01308"></a>01308             yysize = yysize1;
<a name="l01309"></a>01309             yyfmt = <a class="code" href="a00056.html#a79c0cbb33ee2f626ebdf5933080ea385">yystpcpy</a> (yyfmt, yyprefix);
<a name="l01310"></a>01310             yyprefix = yyor;
<a name="l01311"></a>01311           }
<a name="l01312"></a>01312 
<a name="l01313"></a>01313       yyf = <a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">YY_</a>(yyformat);
<a name="l01314"></a>01314       yysize1 = yysize + <a class="code" href="a00056.html#aaaac26286044c09746e15056fb4886ae">yystrlen</a> (yyf);
<a name="l01315"></a>01315       yysize_overflow |= (yysize1 &lt; yysize);
<a name="l01316"></a>01316       yysize = yysize1;
<a name="l01317"></a>01317 
<a name="l01318"></a>01318       <span class="keywordflow">if</span> (yysize_overflow)
<a name="l01319"></a>01319         <span class="keywordflow">return</span> <a class="code" href="a00056.html#ab4bb7ad82d4a7e2df49ff6a8fb484109">YYSIZE_MAXIMUM</a>;
<a name="l01320"></a>01320 
<a name="l01321"></a>01321       <span class="keywordflow">if</span> (yyresult)
<a name="l01322"></a>01322         {
<a name="l01323"></a>01323           <span class="comment">/* Avoid sprintf, as that infringes on the user&#39;s name space.</span>
<a name="l01324"></a>01324 <span class="comment">             Don&#39;t have undefined behavior even if the translation</span>
<a name="l01325"></a>01325 <span class="comment">             produced a string with the wrong number of &quot;%s&quot;s.  */</span>
<a name="l01326"></a>01326           <span class="keywordtype">char</span> *yyp = yyresult;
<a name="l01327"></a>01327           <span class="keywordtype">int</span> yyi = 0;
<a name="l01328"></a>01328           <span class="keywordflow">while</span> ((*yyp = *yyf) != <span class="charliteral">&#39;\0&#39;</span>)
<a name="l01329"></a>01329             {
<a name="l01330"></a>01330               <span class="keywordflow">if</span> (*yyp == <span class="charliteral">&#39;%&#39;</span> &amp;&amp; yyf[1] == <span class="charliteral">&#39;s&#39;</span> &amp;&amp; yyi &lt; yycount)
<a name="l01331"></a>01331                 {
<a name="l01332"></a>01332                   yyp += <a class="code" href="a00056.html#ac4bdbe6f524e68778be5e1717fda3bc3">yytnamerr</a> (yyp, yyarg[yyi++]);
<a name="l01333"></a>01333                   yyf += 2;
<a name="l01334"></a>01334                 }
<a name="l01335"></a>01335               <span class="keywordflow">else</span>
<a name="l01336"></a>01336                 {
<a name="l01337"></a>01337                   yyp++;
<a name="l01338"></a>01338                   yyf++;
<a name="l01339"></a>01339                 }
<a name="l01340"></a>01340             }
<a name="l01341"></a>01341         }
<a name="l01342"></a>01342       <span class="keywordflow">return</span> yysize;
<a name="l01343"></a>01343     }
<a name="l01344"></a>01344 }
<a name="l01345"></a>01345 <span class="preprocessor">#endif </span><span class="comment">/* YYERROR_VERBOSE */</span>
<a name="l01346"></a>01346 
<a name="l01347"></a>01347 
<a name="l01348"></a>01348 <span class="comment">/*-----------------------------------------------.</span>
<a name="l01349"></a>01349 <span class="comment">| Release the memory associated to this symbol.  |</span>
<a name="l01350"></a>01350 <span class="comment">`-----------------------------------------------*/</span>
<a name="l01351"></a>01351 
<a name="l01352"></a>01352 <span class="comment">/*ARGSUSED*/</span>
<a name="l01353"></a>01353 <span class="preprocessor">#if (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l01354"></a>01354 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l01355"></a>01355 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">void</span>
<a name="l01356"></a>01356 <a class="code" href="a00056.html#ad9dfa6a565300b75edd5ca82923074e3">yydestruct</a> (<span class="keyword">const</span> <span class="keywordtype">char</span> *yymsg, <span class="keywordtype">int</span> yytype, <a class="code" href="a00030.html">YYSTYPE</a> *yyvaluep)
<a name="l01357"></a>01357 <span class="preprocessor">#else</span>
<a name="l01358"></a>01358 <span class="preprocessor"></span><span class="keyword">static</span> <span class="keywordtype">void</span>
<a name="l01359"></a><a class="code" href="a00056.html#ad9dfa6a565300b75edd5ca82923074e3">01359</a> <a class="code" href="a00056.html#ad9dfa6a565300b75edd5ca82923074e3">yydestruct</a> (yymsg, yytype, yyvaluep)
<a name="l01360"></a>01360     const <span class="keywordtype">char</span> *yymsg;
<a name="l01361"></a>01361     <span class="keywordtype">int</span> yytype;
<a name="l01362"></a>01362     <a class="code" href="a00030.html">YYSTYPE</a> *yyvaluep;
<a name="l01363"></a>01363 <span class="preprocessor">#endif</span>
<a name="l01364"></a>01364 <span class="preprocessor"></span>{
<a name="l01365"></a>01365   <a class="code" href="a00056.html#ad7d1ef1bbc6adfe69894bc8221f557e1">YYUSE</a> (yyvaluep);
<a name="l01366"></a>01366 
<a name="l01367"></a>01367   <span class="keywordflow">if</span> (!yymsg)
<a name="l01368"></a>01368     yymsg = <span class="stringliteral">&quot;Deleting&quot;</span>;
<a name="l01369"></a>01369   <a class="code" href="a00056.html#a1c510d33cb388afc9411141ba3076a36">YY_SYMBOL_PRINT</a> (yymsg, yytype, yyvaluep, yylocationp);
<a name="l01370"></a>01370 
<a name="l01371"></a>01371   <span class="keywordflow">switch</span> (yytype)
<a name="l01372"></a>01372     {
<a name="l01373"></a>01373 
<a name="l01374"></a>01374       <span class="keywordflow">default</span>:
<a name="l01375"></a>01375         <span class="keywordflow">break</span>;
<a name="l01376"></a>01376     }
<a name="l01377"></a>01377 }
<a name="l01378"></a>01378 
<a name="l01379"></a>01379 <span class="comment">/* Prevent warnings from -Wmissing-prototypes.  */</span>
<a name="l01380"></a>01380 <span class="preprocessor">#ifdef YYPARSE_PARAM</span>
<a name="l01381"></a>01381 <span class="preprocessor"></span><span class="preprocessor">#if defined __STDC__ || defined __cplusplus</span>
<a name="l01382"></a>01382 <span class="preprocessor"></span><span class="keywordtype">int</span> <a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">yyparse</a> (<span class="keywordtype">void</span> *YYPARSE_PARAM);
<a name="l01383"></a>01383 <span class="preprocessor">#else</span>
<a name="l01384"></a>01384 <span class="preprocessor"></span><span class="keywordtype">int</span> <a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">yyparse</a> ();
<a name="l01385"></a>01385 <span class="preprocessor">#endif</span>
<a name="l01386"></a>01386 <span class="preprocessor"></span><span class="preprocessor">#else </span><span class="comment">/* ! YYPARSE_PARAM */</span>
<a name="l01387"></a>01387 <span class="preprocessor">#if defined __STDC__ || defined __cplusplus</span>
<a name="l01388"></a>01388 <span class="preprocessor"></span><span class="keywordtype">int</span> <a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">yyparse</a> (<span class="keywordtype">void</span>);
<a name="l01389"></a>01389 <span class="preprocessor">#else</span>
<a name="l01390"></a>01390 <span class="preprocessor"></span><span class="keywordtype">int</span> <a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">yyparse</a> ();
<a name="l01391"></a>01391 <span class="preprocessor">#endif</span>
<a name="l01392"></a>01392 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* ! YYPARSE_PARAM */</span>
<a name="l01393"></a>01393 
<a name="l01394"></a>01394 
<a name="l01395"></a>01395 <span class="comment">/* The lookahead symbol.  */</span>
<a name="l01396"></a><a class="code" href="a00056.html#a9e2c7c7373b818c86b2df7106a92327c">01396</a> <span class="keywordtype">int</span> <a class="code" href="a00056.html#a9e2c7c7373b818c86b2df7106a92327c">yychar</a>;
<a name="l01397"></a>01397 
<a name="l01398"></a>01398 <span class="comment">/* The semantic value of the lookahead symbol.  */</span>
<a name="l01399"></a><a class="code" href="a00057.html#a539b86ee4bb46824a194f22eb69903d9">01399</a> <a class="code" href="a00030.html">YYSTYPE</a> <a class="code" href="a00056.html#a539b86ee4bb46824a194f22eb69903d9">yylval</a>;
<a name="l01400"></a>01400 
<a name="l01401"></a>01401 <span class="comment">/* Number of syntax errors so far.  */</span>
<a name="l01402"></a><a class="code" href="a00056.html#a0ea9e3b522e448ac462274fe70e1be82">01402</a> <span class="keywordtype">int</span> <a class="code" href="a00056.html#a0ea9e3b522e448ac462274fe70e1be82">yynerrs</a>;
<a name="l01403"></a>01403 
<a name="l01404"></a>01404 
<a name="l01405"></a>01405 
<a name="l01406"></a>01406 <span class="comment">/*-------------------------.</span>
<a name="l01407"></a>01407 <span class="comment">| yyparse or yypush_parse.  |</span>
<a name="l01408"></a>01408 <span class="comment">`-------------------------*/</span>
<a name="l01409"></a>01409 
<a name="l01410"></a>01410 <span class="preprocessor">#ifdef YYPARSE_PARAM</span>
<a name="l01411"></a>01411 <span class="preprocessor"></span><span class="preprocessor">#if (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l01412"></a>01412 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l01413"></a>01413 <span class="preprocessor"></span><span class="keywordtype">int</span>
<a name="l01414"></a>01414 <a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">yyparse</a> (<span class="keywordtype">void</span> *YYPARSE_PARAM)
<a name="l01415"></a>01415 <span class="preprocessor">#else</span>
<a name="l01416"></a>01416 <span class="preprocessor"></span><span class="keywordtype">int</span>
<a name="l01417"></a>01417 <a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">yyparse</a> (YYPARSE_PARAM)
<a name="l01418"></a>01418     void *YYPARSE_PARAM;
<a name="l01419"></a>01419 <span class="preprocessor">#endif</span>
<a name="l01420"></a>01420 <span class="preprocessor"></span><span class="preprocessor">#else </span><span class="comment">/* ! YYPARSE_PARAM */</span>
<a name="l01421"></a>01421 <span class="preprocessor">#if (defined __STDC__ || defined __C99__FUNC__ \</span>
<a name="l01422"></a>01422 <span class="preprocessor">     || defined __cplusplus || defined _MSC_VER)</span>
<a name="l01423"></a>01423 <span class="preprocessor"></span><span class="keywordtype">int</span>
<a name="l01424"></a>01424 <a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">yyparse</a> (<span class="keywordtype">void</span>)
<a name="l01425"></a>01425 <span class="preprocessor">#else</span>
<a name="l01426"></a>01426 <span class="preprocessor"></span><span class="keywordtype">int</span>
<a name="l01427"></a><a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">01427</a> <a class="code" href="a00056.html#a847a2de5c1c28c9d7055a2b89ed7dad7">yyparse</a> ()
<a name="l01428"></a>01428 
<a name="l01429"></a>01429 <span class="preprocessor">#endif</span>
<a name="l01430"></a>01430 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l01431"></a>01431 <span class="preprocessor"></span>{
<a name="l01432"></a>01432 
<a name="l01433"></a>01433 
<a name="l01434"></a>01434     <span class="keywordtype">int</span> yystate;
<a name="l01435"></a>01435     <span class="comment">/* Number of tokens to shift before error messages enabled.  */</span>
<a name="l01436"></a>01436     <span class="keywordtype">int</span> yyerrstatus;
<a name="l01437"></a>01437 
<a name="l01438"></a>01438     <span class="comment">/* The stacks and their tools:</span>
<a name="l01439"></a>01439 <span class="comment">       `yyss&#39;: related to states.</span>
<a name="l01440"></a>01440 <span class="comment">       `yyvs&#39;: related to semantic values.</span>
<a name="l01441"></a>01441 <span class="comment"></span>
<a name="l01442"></a>01442 <span class="comment">       Refer to the stacks thru separate pointers, to allow yyoverflow</span>
<a name="l01443"></a>01443 <span class="comment">       to reallocate them elsewhere.  */</span>
<a name="l01444"></a>01444 
<a name="l01445"></a>01445     <span class="comment">/* The state stack.  */</span>
<a name="l01446"></a>01446     <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a> yyssa[<a class="code" href="a00056.html#aeb1508a3a38ec5d64c27e8eca25330b5">YYINITDEPTH</a>];
<a name="l01447"></a>01447     <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a> *yyss;
<a name="l01448"></a>01448     <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a> *yyssp;
<a name="l01449"></a>01449 
<a name="l01450"></a>01450     <span class="comment">/* The semantic value stack.  */</span>
<a name="l01451"></a>01451     <a class="code" href="a00030.html">YYSTYPE</a> yyvsa[<a class="code" href="a00056.html#aeb1508a3a38ec5d64c27e8eca25330b5">YYINITDEPTH</a>];
<a name="l01452"></a>01452     <a class="code" href="a00030.html">YYSTYPE</a> *yyvs;
<a name="l01453"></a>01453     <a class="code" href="a00030.html">YYSTYPE</a> *yyvsp;
<a name="l01454"></a>01454 
<a name="l01455"></a>01455     <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a> yystacksize;
<a name="l01456"></a>01456 
<a name="l01457"></a>01457   <span class="keywordtype">int</span> yyn;
<a name="l01458"></a>01458   <span class="keywordtype">int</span> yyresult;
<a name="l01459"></a>01459   <span class="comment">/* Lookahead token as an internal (translated) token number.  */</span>
<a name="l01460"></a>01460   <span class="keywordtype">int</span> yytoken;
<a name="l01461"></a>01461   <span class="comment">/* The variables used to return semantic value and location from the</span>
<a name="l01462"></a>01462 <span class="comment">     action routines.  */</span>
<a name="l01463"></a>01463   <a class="code" href="a00030.html">YYSTYPE</a> yyval;
<a name="l01464"></a>01464 
<a name="l01465"></a>01465 <span class="preprocessor">#if YYERROR_VERBOSE</span>
<a name="l01466"></a>01466 <span class="preprocessor"></span>  <span class="comment">/* Buffer for error messages, and its allocated size.  */</span>
<a name="l01467"></a>01467   <span class="keywordtype">char</span> yymsgbuf[128];
<a name="l01468"></a>01468   <span class="keywordtype">char</span> *yymsg = yymsgbuf;
<a name="l01469"></a>01469   <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a> yymsg_alloc = <span class="keyword">sizeof</span> yymsgbuf;
<a name="l01470"></a>01470 <span class="preprocessor">#endif</span>
<a name="l01471"></a>01471 <span class="preprocessor"></span>
<a name="l01472"></a>01472 <span class="preprocessor">#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))</span>
<a name="l01473"></a>01473 <span class="preprocessor"></span>
<a name="l01474"></a>01474   <span class="comment">/* The number of symbols on the RHS of the reduced rule.</span>
<a name="l01475"></a>01475 <span class="comment">     Keep to zero when no symbol should be popped.  */</span>
<a name="l01476"></a>01476   <span class="keywordtype">int</span> yylen = 0;
<a name="l01477"></a>01477 
<a name="l01478"></a>01478   yytoken = 0;
<a name="l01479"></a>01479   yyss = yyssa;
<a name="l01480"></a>01480   yyvs = yyvsa;
<a name="l01481"></a>01481   yystacksize = <a class="code" href="a00056.html#aeb1508a3a38ec5d64c27e8eca25330b5">YYINITDEPTH</a>;
<a name="l01482"></a>01482 
<a name="l01483"></a>01483   <a class="code" href="a00056.html#af6d6ca80e87922f90264f1a4a802ea04">YYDPRINTF</a> ((stderr, <span class="stringliteral">&quot;Starting parse\n&quot;</span>));
<a name="l01484"></a>01484 
<a name="l01485"></a>01485   yystate = 0;
<a name="l01486"></a>01486   yyerrstatus = 0;
<a name="l01487"></a>01487   yynerrs = 0;
<a name="l01488"></a>01488   yychar = <a class="code" href="a00056.html#ae59196b3765411a06cf234cf9bcae2e7">YYEMPTY</a>; <span class="comment">/* Cause a token to be read.  */</span>
<a name="l01489"></a>01489 
<a name="l01490"></a>01490   <span class="comment">/* Initialize stack pointers.</span>
<a name="l01491"></a>01491 <span class="comment">     Waste one element of value and location stack</span>
<a name="l01492"></a>01492 <span class="comment">     so that they stay on the same level as the state stack.</span>
<a name="l01493"></a>01493 <span class="comment">     The wasted elements are never initialized.  */</span>
<a name="l01494"></a>01494   yyssp = yyss;
<a name="l01495"></a>01495   yyvsp = yyvs;
<a name="l01496"></a>01496 
<a name="l01497"></a>01497   <span class="keywordflow">goto</span> yysetstate;
<a name="l01498"></a>01498 
<a name="l01499"></a>01499 <span class="comment">/*------------------------------------------------------------.</span>
<a name="l01500"></a>01500 <span class="comment">| yynewstate -- Push a new state, which is found in yystate.  |</span>
<a name="l01501"></a>01501 <span class="comment">`------------------------------------------------------------*/</span>
<a name="l01502"></a>01502  yynewstate:
<a name="l01503"></a>01503   <span class="comment">/* In all cases, when you get here, the value and location stacks</span>
<a name="l01504"></a>01504 <span class="comment">     have just been pushed.  So pushing a state here evens the stacks.  */</span>
<a name="l01505"></a>01505   yyssp++;
<a name="l01506"></a>01506 
<a name="l01507"></a>01507  yysetstate:
<a name="l01508"></a>01508   *yyssp = yystate;
<a name="l01509"></a>01509 
<a name="l01510"></a>01510   <span class="keywordflow">if</span> (yyss + yystacksize - 1 &lt;= yyssp)
<a name="l01511"></a>01511     {
<a name="l01512"></a>01512       <span class="comment">/* Get the current used size of the three stacks, in elements.  */</span>
<a name="l01513"></a>01513       <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a> yysize = yyssp - yyss + 1;
<a name="l01514"></a>01514 
<a name="l01515"></a>01515 <span class="preprocessor">#ifdef yyoverflow</span>
<a name="l01516"></a>01516 <span class="preprocessor"></span>      {
<a name="l01517"></a>01517         <span class="comment">/* Give user a chance to reallocate the stack.  Use copies of</span>
<a name="l01518"></a>01518 <span class="comment">           these so that the &amp;&#39;s don&#39;t force the real ones into</span>
<a name="l01519"></a>01519 <span class="comment">           memory.  */</span>
<a name="l01520"></a>01520         <a class="code" href="a00030.html">YYSTYPE</a> *yyvs1 = yyvs;
<a name="l01521"></a>01521         <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a> *yyss1 = yyss;
<a name="l01522"></a>01522 
<a name="l01523"></a>01523         <span class="comment">/* Each stack pointer address is followed by the size of the</span>
<a name="l01524"></a>01524 <span class="comment">           data in use in that stack, in bytes.  This used to be a</span>
<a name="l01525"></a>01525 <span class="comment">           conditional around just the two extra args, but that might</span>
<a name="l01526"></a>01526 <span class="comment">           be undefined if yyoverflow is a macro.  */</span>
<a name="l01527"></a>01527         yyoverflow (<a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">YY_</a>(<span class="stringliteral">&quot;memory exhausted&quot;</span>),
<a name="l01528"></a>01528                     &amp;yyss1, yysize * <span class="keyword">sizeof</span> (*yyssp),
<a name="l01529"></a>01529                     &amp;yyvs1, yysize * <span class="keyword">sizeof</span> (*yyvsp),
<a name="l01530"></a>01530                     &amp;yystacksize);
<a name="l01531"></a>01531 
<a name="l01532"></a>01532         yyss = yyss1;
<a name="l01533"></a>01533         yyvs = yyvs1;
<a name="l01534"></a>01534       }
<a name="l01535"></a>01535 <span class="preprocessor">#else </span><span class="comment">/* no yyoverflow */</span>
<a name="l01536"></a>01536 <span class="preprocessor"># ifndef YYSTACK_RELOCATE</span>
<a name="l01537"></a>01537 <span class="preprocessor"></span>      <span class="keywordflow">goto</span> yyexhaustedlab;
<a name="l01538"></a>01538 <span class="preprocessor"># else</span>
<a name="l01539"></a>01539 <span class="preprocessor"></span>      <span class="comment">/* Extend the stack our own way.  */</span>
<a name="l01540"></a>01540       <span class="keywordflow">if</span> (<a class="code" href="a00056.html#a14ba2b263c446ffed1c888c4b42ae40c">YYMAXDEPTH</a> &lt;= yystacksize)
<a name="l01541"></a>01541         <span class="keywordflow">goto</span> yyexhaustedlab;
<a name="l01542"></a>01542       yystacksize *= 2;
<a name="l01543"></a>01543       <span class="keywordflow">if</span> (<a class="code" href="a00056.html#a14ba2b263c446ffed1c888c4b42ae40c">YYMAXDEPTH</a> &lt; yystacksize)
<a name="l01544"></a>01544         yystacksize = <a class="code" href="a00056.html#a14ba2b263c446ffed1c888c4b42ae40c">YYMAXDEPTH</a>;
<a name="l01545"></a>01545 
<a name="l01546"></a>01546       {
<a name="l01547"></a>01547         <a class="code" href="a00056.html#ade5b97f0021a4f6c5922ead3744ab297">yytype_int16</a> *yyss1 = yyss;
<a name="l01548"></a>01548         <span class="keyword">union </span><a class="code" href="a00029.html">yyalloc</a> *yyptr =
<a name="l01549"></a>01549           (<span class="keyword">union </span><a class="code" href="a00029.html">yyalloc</a> *) <a class="code" href="a00056.html#af45042ce56e04d634420d76caeb2ee73">YYSTACK_ALLOC</a> (<a class="code" href="a00056.html#a40beb355f2cf230a99e2e2bb54909a5a">YYSTACK_BYTES</a> (yystacksize));
<a name="l01550"></a>01550         <span class="keywordflow">if</span> (! yyptr)
<a name="l01551"></a>01551           <span class="keywordflow">goto</span> yyexhaustedlab;
<a name="l01552"></a>01552         <a class="code" href="a00056.html#ae780b90b638f37309f20dc07f94e8221">YYSTACK_RELOCATE</a> (<a class="code" href="a00029.html#a4800e0520a89a4789afa7b5d82197e65">yyss_alloc</a>, yyss);
<a name="l01553"></a>01553         <a class="code" href="a00056.html#ae780b90b638f37309f20dc07f94e8221">YYSTACK_RELOCATE</a> (<a class="code" href="a00029.html#a9326f4fdc6f737a929444427836d8928">yyvs_alloc</a>, yyvs);
<a name="l01554"></a>01554 <span class="preprocessor">#  undef YYSTACK_RELOCATE</span>
<a name="l01555"></a>01555 <span class="preprocessor"></span>        <span class="keywordflow">if</span> (yyss1 != yyssa)
<a name="l01556"></a>01556           <a class="code" href="a00056.html#a1a9dc526fd390d4808252bd631c4c2f7">YYSTACK_FREE</a> (yyss1);
<a name="l01557"></a>01557       }
<a name="l01558"></a>01558 <span class="preprocessor"># endif</span>
<a name="l01559"></a>01559 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* no yyoverflow */</span>
<a name="l01560"></a>01560 
<a name="l01561"></a>01561       yyssp = yyss + yysize - 1;
<a name="l01562"></a>01562       yyvsp = yyvs + yysize - 1;
<a name="l01563"></a>01563 
<a name="l01564"></a>01564       <a class="code" href="a00056.html#af6d6ca80e87922f90264f1a4a802ea04">YYDPRINTF</a> ((stderr, <span class="stringliteral">&quot;Stack size increased to %lu\n&quot;</span>,
<a name="l01565"></a>01565                   (<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span>) yystacksize));
<a name="l01566"></a>01566 
<a name="l01567"></a>01567       <span class="keywordflow">if</span> (yyss + yystacksize - 1 &lt;= yyssp)
<a name="l01568"></a>01568         <a class="code" href="a00056.html#a3bcde0b05b9aa4ec5169092d9d211dbd">YYABORT</a>;
<a name="l01569"></a>01569     }
<a name="l01570"></a>01570 
<a name="l01571"></a>01571   <a class="code" href="a00056.html#af6d6ca80e87922f90264f1a4a802ea04">YYDPRINTF</a> ((stderr, <span class="stringliteral">&quot;Entering state %d\n&quot;</span>, yystate));
<a name="l01572"></a>01572 
<a name="l01573"></a>01573   <span class="keywordflow">if</span> (yystate == <a class="code" href="a00056.html#a6419f3fd69ecb6b7e063410fd4e73b2f">YYFINAL</a>)
<a name="l01574"></a>01574     <a class="code" href="a00056.html#aa6c7a65b580c214b2ea832fd7bdd472e">YYACCEPT</a>;
<a name="l01575"></a>01575 
<a name="l01576"></a>01576   <span class="keywordflow">goto</span> yybackup;
<a name="l01577"></a>01577 
<a name="l01578"></a>01578 <span class="comment">/*-----------.</span>
<a name="l01579"></a>01579 <span class="comment">| yybackup.  |</span>
<a name="l01580"></a>01580 <span class="comment">`-----------*/</span>
<a name="l01581"></a>01581 yybackup:
<a name="l01582"></a>01582 
<a name="l01583"></a>01583   <span class="comment">/* Do appropriate processing given the current state.  Read a</span>
<a name="l01584"></a>01584 <span class="comment">     lookahead token if we need one and don&#39;t already have one.  */</span>
<a name="l01585"></a>01585 
<a name="l01586"></a>01586   <span class="comment">/* First try to decide what to do without reference to lookahead token.  */</span>
<a name="l01587"></a>01587   yyn = yypact[yystate];
<a name="l01588"></a>01588   <span class="keywordflow">if</span> (yyn == <a class="code" href="a00056.html#a62bf0ed0c4360b077071b5cf3177823b">YYPACT_NINF</a>)
<a name="l01589"></a>01589     <span class="keywordflow">goto</span> yydefault;
<a name="l01590"></a>01590 
<a name="l01591"></a>01591   <span class="comment">/* Not known =&gt; get a lookahead token if don&#39;t already have one.  */</span>
<a name="l01592"></a>01592 
<a name="l01593"></a>01593   <span class="comment">/* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol.  */</span>
<a name="l01594"></a>01594   <span class="keywordflow">if</span> (yychar == <a class="code" href="a00056.html#ae59196b3765411a06cf234cf9bcae2e7">YYEMPTY</a>)
<a name="l01595"></a>01595     {
<a name="l01596"></a>01596       <a class="code" href="a00056.html#af6d6ca80e87922f90264f1a4a802ea04">YYDPRINTF</a> ((stderr, <span class="stringliteral">&quot;Reading a token: &quot;</span>));
<a name="l01597"></a>01597       yychar = <a class="code" href="a00056.html#a0ea34e09602d1ede033f16ba669ef24b">YYLEX</a>;
<a name="l01598"></a>01598     }
<a name="l01599"></a>01599 
<a name="l01600"></a>01600   <span class="keywordflow">if</span> (yychar &lt;= <a class="code" href="a00056.html#a3b1e3628411fabac03abe0a337322016">YYEOF</a>)
<a name="l01601"></a>01601     {
<a name="l01602"></a>01602       yychar = yytoken = <a class="code" href="a00056.html#a3b1e3628411fabac03abe0a337322016">YYEOF</a>;
<a name="l01603"></a>01603       <a class="code" href="a00056.html#af6d6ca80e87922f90264f1a4a802ea04">YYDPRINTF</a> ((stderr, <span class="stringliteral">&quot;Now at end of input.\n&quot;</span>));
<a name="l01604"></a>01604     }
<a name="l01605"></a>01605   <span class="keywordflow">else</span>
<a name="l01606"></a>01606     {
<a name="l01607"></a>01607       yytoken = <a class="code" href="a00056.html#aad19ee88e33c02c4e720b28f78249bd7">YYTRANSLATE</a> (yychar);
<a name="l01608"></a>01608       <a class="code" href="a00056.html#a1c510d33cb388afc9411141ba3076a36">YY_SYMBOL_PRINT</a> (<span class="stringliteral">&quot;Next token is&quot;</span>, yytoken, &amp;yylval, &amp;yylloc);
<a name="l01609"></a>01609     }
<a name="l01610"></a>01610 
<a name="l01611"></a>01611   <span class="comment">/* If the proper action on seeing token YYTOKEN is to reduce or to</span>
<a name="l01612"></a>01612 <span class="comment">     detect an error, take that action.  */</span>
<a name="l01613"></a>01613   yyn += yytoken;
<a name="l01614"></a>01614   <span class="keywordflow">if</span> (yyn &lt; 0 || <a class="code" href="a00056.html#ae67923760a28e3b7ed3aa2cfaef7f9a2">YYLAST</a> &lt; yyn || yycheck[yyn] != yytoken)
<a name="l01615"></a>01615     <span class="keywordflow">goto</span> yydefault;
<a name="l01616"></a>01616   yyn = yytable[yyn];
<a name="l01617"></a>01617   <span class="keywordflow">if</span> (yyn &lt;= 0)
<a name="l01618"></a>01618     {
<a name="l01619"></a>01619       <span class="keywordflow">if</span> (yyn == 0 || yyn == <a class="code" href="a00056.html#a504faa93b92f37fcc147f68e8d111a1d">YYTABLE_NINF</a>)
<a name="l01620"></a>01620         <span class="keywordflow">goto</span> yyerrlab;
<a name="l01621"></a>01621       yyn = -yyn;
<a name="l01622"></a>01622       <span class="keywordflow">goto</span> yyreduce;
<a name="l01623"></a>01623     }
<a name="l01624"></a>01624 
<a name="l01625"></a>01625   <span class="comment">/* Count tokens shifted since error; after three, turn off error</span>
<a name="l01626"></a>01626 <span class="comment">     status.  */</span>
<a name="l01627"></a>01627   <span class="keywordflow">if</span> (yyerrstatus)
<a name="l01628"></a>01628     yyerrstatus--;
<a name="l01629"></a>01629 
<a name="l01630"></a>01630   <span class="comment">/* Shift the lookahead token.  */</span>
<a name="l01631"></a>01631   <a class="code" href="a00056.html#a1c510d33cb388afc9411141ba3076a36">YY_SYMBOL_PRINT</a> (<span class="stringliteral">&quot;Shifting&quot;</span>, yytoken, &amp;yylval, &amp;yylloc);
<a name="l01632"></a>01632 
<a name="l01633"></a>01633   <span class="comment">/* Discard the shifted token.  */</span>
<a name="l01634"></a>01634   yychar = <a class="code" href="a00056.html#ae59196b3765411a06cf234cf9bcae2e7">YYEMPTY</a>;
<a name="l01635"></a>01635 
<a name="l01636"></a>01636   yystate = yyn;
<a name="l01637"></a>01637   *++yyvsp = yylval;
<a name="l01638"></a>01638 
<a name="l01639"></a>01639   <span class="keywordflow">goto</span> yynewstate;
<a name="l01640"></a>01640 
<a name="l01641"></a>01641 
<a name="l01642"></a>01642 <span class="comment">/*-----------------------------------------------------------.</span>
<a name="l01643"></a>01643 <span class="comment">| yydefault -- do the default action for the current state.  |</span>
<a name="l01644"></a>01644 <span class="comment">`-----------------------------------------------------------*/</span>
<a name="l01645"></a>01645 yydefault:
<a name="l01646"></a>01646   yyn = yydefact[yystate];
<a name="l01647"></a>01647   <span class="keywordflow">if</span> (yyn == 0)
<a name="l01648"></a>01648     <span class="keywordflow">goto</span> yyerrlab;
<a name="l01649"></a>01649   <span class="keywordflow">goto</span> yyreduce;
<a name="l01650"></a>01650 
<a name="l01651"></a>01651 
<a name="l01652"></a>01652 <span class="comment">/*-----------------------------.</span>
<a name="l01653"></a>01653 <span class="comment">| yyreduce -- Do a reduction.  |</span>
<a name="l01654"></a>01654 <span class="comment">`-----------------------------*/</span>
<a name="l01655"></a>01655 yyreduce:
<a name="l01656"></a>01656   <span class="comment">/* yyn is the number of a rule to reduce with.  */</span>
<a name="l01657"></a>01657   yylen = yyr2[yyn];
<a name="l01658"></a>01658 
<a name="l01659"></a>01659   <span class="comment">/* If YYLEN is nonzero, implement the default value of the action:</span>
<a name="l01660"></a>01660 <span class="comment">     `$$ = $1&#39;.</span>
<a name="l01661"></a>01661 <span class="comment"></span>
<a name="l01662"></a>01662 <span class="comment">     Otherwise, the following line sets YYVAL to garbage.</span>
<a name="l01663"></a>01663 <span class="comment">     This behavior is undocumented and Bison</span>
<a name="l01664"></a>01664 <span class="comment">     users should not rely upon it.  Assigning to YYVAL</span>
<a name="l01665"></a>01665 <span class="comment">     unconditionally makes the parser a bit smaller, and it avoids a</span>
<a name="l01666"></a>01666 <span class="comment">     GCC warning that YYVAL may be used uninitialized.  */</span>
<a name="l01667"></a>01667   yyval = yyvsp[1-yylen];
<a name="l01668"></a>01668 
<a name="l01669"></a>01669 
<a name="l01670"></a>01670   <a class="code" href="a00056.html#a49ad456240785266cadae498ddae9310">YY_REDUCE_PRINT</a> (yyn);
<a name="l01671"></a>01671   <span class="keywordflow">switch</span> (yyn)
<a name="l01672"></a>01672     {
<a name="l01673"></a>01673         <span class="keywordflow">case</span> 23:
<a name="l01674"></a>01674 
<a name="l01675"></a>01675 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01676"></a>01676 <span class="preprocessor">#line 274 &quot;src/cfgparse.y&quot;</span>
<a name="l01677"></a>01677 <span class="preprocessor"></span>    {
<a name="l01678"></a>01678                 <a class="code" href="a00047.html#a512bee16b46f601078c96c776d2648c3">TAILQ_INSERT_TAIL</a>(<a class="code" href="a00071.html#afe67646b6ee7ae51b130a59354fe7f49">bindings</a>, (yyvsp[(1) - (1)].binding), <a class="code" href="a00071.html#afe67646b6ee7ae51b130a59354fe7f49">bindings</a>);
<a name="l01679"></a>01679         ;}
<a name="l01680"></a>01680     <span class="keywordflow">break</span>;
<a name="l01681"></a>01681 
<a name="l01682"></a>01682   <span class="keywordflow">case</span> 24:
<a name="l01683"></a>01683 
<a name="l01684"></a>01684 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01685"></a>01685 <span class="preprocessor">#line 280 &quot;src/cfgparse.y&quot;</span>
<a name="l01686"></a>01686 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#a7621d0d8265544f1ee3d3191655dc08c">binding</a>) = (yyvsp[(3) - (3)].binding); ;}
<a name="l01687"></a>01687     <span class="keywordflow">break</span>;
<a name="l01688"></a>01688 
<a name="l01689"></a>01689   <span class="keywordflow">case</span> 25:
<a name="l01690"></a>01690 
<a name="l01691"></a>01691 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01692"></a>01692 <span class="preprocessor">#line 281 &quot;src/cfgparse.y&quot;</span>
<a name="l01693"></a>01693 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#a7621d0d8265544f1ee3d3191655dc08c">binding</a>) = (yyvsp[(3) - (3)].binding); ;}
<a name="l01694"></a>01694     <span class="keywordflow">break</span>;
<a name="l01695"></a>01695 
<a name="l01696"></a>01696   <span class="keywordflow">case</span> 26:
<a name="l01697"></a>01697 
<a name="l01698"></a>01698 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01699"></a>01699 <span class="preprocessor">#line 286 &quot;src/cfgparse.y&quot;</span>
<a name="l01700"></a>01700 <span class="preprocessor"></span>    {
<a name="l01701"></a>01701                 printf(<span class="stringliteral">&quot;\tFound binding mod%d with key %d and command %s\n&quot;</span>, (yyvsp[(1) - (4)].number), (yyvsp[(2) - (4)].number), (yyvsp[(4) - (4)].<span class="keywordtype">string</span>));
<a name="l01702"></a>01702                 <a class="code" href="a00003.html" title="Holds a keybinding, consisting of a keycode combined with modifiers and the command...">Binding</a> *<span class="keyword">new</span> = <a class="code" href="a00077.html#ad475e1b898d9da9b2a8b92e3da51b3dd" title="Safe-wrapper around calloc which exits if malloc returns NULL (meaning that there...">scalloc</a>(<span class="keyword">sizeof</span>(<a class="code" href="a00003.html" title="Holds a keybinding, consisting of a keycode combined with modifiers and the command...">Binding</a>));
<a name="l01703"></a>01703 
<a name="l01704"></a>01704                 <span class="keyword">new</span>-&gt;keycode = (yyvsp[(2) - (4)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l01705"></a>01705                 <span class="keyword">new</span>-&gt;mods = (yyvsp[(1) - (4)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l01706"></a>01706                 <span class="keyword">new</span>-&gt;command = (yyvsp[(4) - (4)].<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>);
<a name="l01707"></a>01707 
<a name="l01708"></a>01708                 (yyval.<a class="code" href="a00030.html#a7621d0d8265544f1ee3d3191655dc08c">binding</a>) = <span class="keyword">new</span>;
<a name="l01709"></a>01709         ;}
<a name="l01710"></a>01710     <span class="keywordflow">break</span>;
<a name="l01711"></a>01711 
<a name="l01712"></a>01712   <span class="keywordflow">case</span> 27:
<a name="l01713"></a>01713 
<a name="l01714"></a>01714 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01715"></a>01715 <span class="preprocessor">#line 300 &quot;src/cfgparse.y&quot;</span>
<a name="l01716"></a>01716 <span class="preprocessor"></span>    {
<a name="l01717"></a>01717                 printf(<span class="stringliteral">&quot;\tFound symbolic mod%d with key %s and command %s\n&quot;</span>, (yyvsp[(1) - (4)].number), (yyvsp[(2) - (4)].<span class="keywordtype">string</span>), (yyvsp[(4) - (4)].<span class="keywordtype">string</span>));
<a name="l01718"></a>01718                 <a class="code" href="a00003.html" title="Holds a keybinding, consisting of a keycode combined with modifiers and the command...">Binding</a> *<span class="keyword">new</span> = <a class="code" href="a00077.html#ad475e1b898d9da9b2a8b92e3da51b3dd" title="Safe-wrapper around calloc which exits if malloc returns NULL (meaning that there...">scalloc</a>(<span class="keyword">sizeof</span>(<a class="code" href="a00003.html" title="Holds a keybinding, consisting of a keycode combined with modifiers and the command...">Binding</a>));
<a name="l01719"></a>01719 
<a name="l01720"></a>01720                 <span class="keyword">new</span>-&gt;symbol = (yyvsp[(2) - (4)].<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>);
<a name="l01721"></a>01721                 <span class="keyword">new</span>-&gt;mods = (yyvsp[(1) - (4)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l01722"></a>01722                 <span class="keyword">new</span>-&gt;command = (yyvsp[(4) - (4)].<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>);
<a name="l01723"></a>01723 
<a name="l01724"></a>01724                 (yyval.<a class="code" href="a00030.html#a7621d0d8265544f1ee3d3191655dc08c">binding</a>) = <span class="keyword">new</span>;
<a name="l01725"></a>01725         ;}
<a name="l01726"></a>01726     <span class="keywordflow">break</span>;
<a name="l01727"></a>01727 
<a name="l01728"></a>01728   <span class="keywordflow">case</span> 29:
<a name="l01729"></a>01729 
<a name="l01730"></a>01730 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01731"></a>01731 <span class="preprocessor">#line 315 &quot;src/cfgparse.y&quot;</span>
<a name="l01732"></a>01732 <span class="preprocessor"></span>    {
<a name="l01733"></a>01733                 asprintf(&amp;(yyval.<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>), <span class="stringliteral">&quot;%d&quot;</span>, (yyvsp[(1) - (1)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>));
<a name="l01734"></a>01734         ;}
<a name="l01735"></a>01735     <span class="keywordflow">break</span>;
<a name="l01736"></a>01736 
<a name="l01737"></a>01737   <span class="keywordflow">case</span> 30:
<a name="l01738"></a>01738 
<a name="l01739"></a>01739 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01740"></a>01740 <span class="preprocessor">#line 322 &quot;src/cfgparse.y&quot;</span>
<a name="l01741"></a>01741 <span class="preprocessor"></span>    {
<a name="l01742"></a>01742                 <span class="keywordflow">if</span> (strcasecmp((yyvsp[(3) - (7)].<span class="keywordtype">string</span>), <span class="stringliteral">&quot;default&quot;</span>) == 0) {
<a name="l01743"></a>01743                         printf(<span class="stringliteral">&quot;You cannot use the name \&quot;default\&quot; for your mode\n&quot;</span>);
<a name="l01744"></a>01744                         exit(1);
<a name="l01745"></a>01745                 }
<a name="l01746"></a>01746                 printf(<span class="stringliteral">&quot;\t now in mode %s\n&quot;</span>, (yyvsp[(3) - (7)].<span class="keywordtype">string</span>));
<a name="l01747"></a>01747                 printf(<span class="stringliteral">&quot;\t current bindings = %p\n&quot;</span>, <a class="code" href="a00056.html#ac0cd93d4c7829ae088855f80509a4c0e">current_bindings</a>);
<a name="l01748"></a>01748                 <a class="code" href="a00003.html" title="Holds a keybinding, consisting of a keycode combined with modifiers and the command...">Binding</a> *binding;
<a name="l01749"></a>01749                 <a class="code" href="a00047.html#a16e5fc168e7f3494d4b1df54447d871e">TAILQ_FOREACH</a>(binding, <a class="code" href="a00056.html#ac0cd93d4c7829ae088855f80509a4c0e">current_bindings</a>, <a class="code" href="a00071.html#afe67646b6ee7ae51b130a59354fe7f49">bindings</a>) {
<a name="l01750"></a>01750                         printf(<span class="stringliteral">&quot;got binding on mods %d, keycode %d, symbol %s, command %s\n&quot;</span>,
<a name="l01751"></a>01751                                         binding-&gt;<a class="code" href="a00003.html#ac1d18080d951bafa7ee0a291aade6e07" title="Bitmask consisting of BIND_MOD_1, BIND_MODE_SWITCH, ….">mods</a>, binding-&gt;<a class="code" href="a00003.html#a7f033747baf05a7cdbe176afdddab7e6" title="Keycode to bind.">keycode</a>, binding-&gt;<a class="code" href="a00003.html#a82bca43f02debcb9125c8c3f650a573d" title="Symbol the user specified in configfile, if any.">symbol</a>, binding-&gt;<a class="code" href="a00003.html#a6b2981f10cc6dc9d285d8091e7c55812" title="Command, like in command mode.">command</a>);
<a name="l01752"></a>01752                 }
<a name="l01753"></a>01753 
<a name="l01754"></a>01754                 <span class="keyword">struct </span><a class="code" href="a00019.html" title="The configuration file can contain multiple sets of bindings.">Mode</a> *mode = <a class="code" href="a00077.html#ad475e1b898d9da9b2a8b92e3da51b3dd" title="Safe-wrapper around calloc which exits if malloc returns NULL (meaning that there...">scalloc</a>(<span class="keyword">sizeof</span>(<span class="keyword">struct</span> <a class="code" href="a00019.html" title="The configuration file can contain multiple sets of bindings.">Mode</a>));
<a name="l01755"></a>01755                 mode-&gt;<a class="code" href="a00019.html#a336e4d433ab15856ab40cdf207ddfd48">name</a> = (yyvsp[(3) - (7)].<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>);
<a name="l01756"></a>01756                 mode-&gt;<a class="code" href="a00019.html#a57efc24f1118014a783ba82a80b73af3">bindings</a> = <a class="code" href="a00056.html#ac0cd93d4c7829ae088855f80509a4c0e">current_bindings</a>;
<a name="l01757"></a>01757                 <a class="code" href="a00056.html#ac0cd93d4c7829ae088855f80509a4c0e">current_bindings</a> = NULL;
<a name="l01758"></a>01758                 <a class="code" href="a00047.html#a48df7439e09a419afabdd1f2f8551e73">SLIST_INSERT_HEAD</a>(&amp;<a class="code" href="a00062.html#a8a9fd888b55140d95a6f0c79a154b02c">modes</a>, mode, <a class="code" href="a00062.html#a8a9fd888b55140d95a6f0c79a154b02c">modes</a>);
<a name="l01759"></a>01759         ;}
<a name="l01760"></a>01760     <span class="keywordflow">break</span>;
<a name="l01761"></a>01761 
<a name="l01762"></a>01762   <span class="keywordflow">case</span> 35:
<a name="l01763"></a>01763 
<a name="l01764"></a>01764 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01765"></a>01765 <span class="preprocessor">#line 353 &quot;src/cfgparse.y&quot;</span>
<a name="l01766"></a>01766 <span class="preprocessor"></span>    {
<a name="l01767"></a>01767                 <span class="keywordflow">if</span> (<a class="code" href="a00056.html#ac0cd93d4c7829ae088855f80509a4c0e">current_bindings</a> == NULL) {
<a name="l01768"></a>01768                         <a class="code" href="a00056.html#ac0cd93d4c7829ae088855f80509a4c0e">current_bindings</a> = <a class="code" href="a00077.html#ad475e1b898d9da9b2a8b92e3da51b3dd" title="Safe-wrapper around calloc which exits if malloc returns NULL (meaning that there...">scalloc</a>(<span class="keyword">sizeof</span>(<span class="keyword">struct</span> bindings_head));
<a name="l01769"></a>01769                         <a class="code" href="a00047.html#a449d224023780e46253b83b61e0a50a9">TAILQ_INIT</a>(<a class="code" href="a00056.html#ac0cd93d4c7829ae088855f80509a4c0e">current_bindings</a>);
<a name="l01770"></a>01770                 }
<a name="l01771"></a>01771 
<a name="l01772"></a>01772                 <a class="code" href="a00047.html#a512bee16b46f601078c96c776d2648c3">TAILQ_INSERT_TAIL</a>(<a class="code" href="a00056.html#ac0cd93d4c7829ae088855f80509a4c0e">current_bindings</a>, (yyvsp[(1) - (1)].binding), <a class="code" href="a00071.html#afe67646b6ee7ae51b130a59354fe7f49">bindings</a>);
<a name="l01773"></a>01773         ;}
<a name="l01774"></a>01774     <span class="keywordflow">break</span>;
<a name="l01775"></a>01775 
<a name="l01776"></a>01776   <span class="keywordflow">case</span> 36:
<a name="l01777"></a>01777 
<a name="l01778"></a>01778 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01779"></a>01779 <span class="preprocessor">#line 365 &quot;src/cfgparse.y&quot;</span>
<a name="l01780"></a>01780 <span class="preprocessor"></span>    {
<a name="l01781"></a>01781                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;floating modifier = %d\n&quot;</span>, (yyvsp[(3) - (3)].number));
<a name="l01782"></a>01782                 <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#a9329d3d7ebf1895185346ec50f7b54c2" title="The modifier which needs to be pressed in combination with your mouse buttons to...">floating_modifier</a> = (yyvsp[(3) - (3)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l01783"></a>01783         ;}
<a name="l01784"></a>01784     <span class="keywordflow">break</span>;
<a name="l01785"></a>01785 
<a name="l01786"></a>01786   <span class="keywordflow">case</span> 37:
<a name="l01787"></a>01787 
<a name="l01788"></a>01788 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01789"></a>01789 <span class="preprocessor">#line 373 &quot;src/cfgparse.y&quot;</span>
<a name="l01790"></a>01790 <span class="preprocessor"></span>    {
<a name="l01791"></a>01791                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;new containers will be in mode %d\n&quot;</span>, (yyvsp[(3) - (3)].number));
<a name="l01792"></a>01792                 <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#ae54e9db4d6c85d1f5bd82034b9fbd3ba">container_mode</a> = (yyvsp[(3) - (3)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l01793"></a>01793 
<a name="l01794"></a>01794                 <span class="comment">/* We also need to change the layout of the already existing</span>
<a name="l01795"></a>01795 <span class="comment">                 * workspaces here. Workspaces may exist at this point because</span>
<a name="l01796"></a>01796 <span class="comment">                 * of the other directives which are modifying workspaces</span>
<a name="l01797"></a>01797 <span class="comment">                 * (setting the preferred screen or name). While the workspace</span>
<a name="l01798"></a>01798 <span class="comment">                 * objects are already created, they have never been used.</span>
<a name="l01799"></a>01799 <span class="comment">                 * Thus, the user very likely awaits the default container mode</span>
<a name="l01800"></a>01800 <span class="comment">                 * to trigger in this case, regardless of where it is inside</span>
<a name="l01801"></a>01801 <span class="comment">                 * his configuration file. */</span>
<a name="l01802"></a>01802                 <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *ws;
<a name="l01803"></a>01803                 <a class="code" href="a00047.html#a16e5fc168e7f3494d4b1df54447d871e">TAILQ_FOREACH</a>(ws, <a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>, <a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>) {
<a name="l01804"></a>01804                         <span class="keywordflow">if</span> (ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a> == NULL)
<a name="l01805"></a>01805                                 <span class="keywordflow">continue</span>;
<a name="l01806"></a>01806                         <a class="code" href="a00077.html#a5b3f86291e1bab74d7edc044a9d87a52" title="Switches the layout of the given container taking care of the necessary house-keeping...">switch_layout_mode</a>(<a class="code" href="a00071.html#ada13c42121d64521629e06e7a5e1db16">global_conn</a>,
<a name="l01807"></a>01807                                            ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[0][0],
<a name="l01808"></a>01808                                            <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#ae54e9db4d6c85d1f5bd82034b9fbd3ba">container_mode</a>);
<a name="l01809"></a>01809                 }
<a name="l01810"></a>01810         ;}
<a name="l01811"></a>01811     <span class="keywordflow">break</span>;
<a name="l01812"></a>01812 
<a name="l01813"></a>01813   <span class="keywordflow">case</span> 38:
<a name="l01814"></a>01814 
<a name="l01815"></a>01815 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01816"></a>01816 <span class="preprocessor">#line 395 &quot;src/cfgparse.y&quot;</span>
<a name="l01817"></a>01817 <span class="preprocessor"></span>    {
<a name="l01818"></a>01818                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;stack-limit %d with val %d\n&quot;</span>, (yyvsp[(5) - (7)].number), (yyvsp[(7) - (7)].number));
<a name="l01819"></a>01819                 <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#aa470b1035fa6d3ceb2aaa509a00f828e">container_stack_limit</a> = (yyvsp[(5) - (7)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l01820"></a>01820                 <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#a00308166fbbf933166f4b99ef2562803">container_stack_limit_value</a> = (yyvsp[(7) - (7)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l01821"></a>01821 
<a name="l01822"></a>01822                 <span class="comment">/* See the comment above */</span>
<a name="l01823"></a>01823                 <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *ws;
<a name="l01824"></a>01824                 <a class="code" href="a00047.html#a16e5fc168e7f3494d4b1df54447d871e">TAILQ_FOREACH</a>(ws, <a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>, <a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>) {
<a name="l01825"></a>01825                         <span class="keywordflow">if</span> (ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a> == NULL)
<a name="l01826"></a>01826                                 <span class="keywordflow">continue</span>;
<a name="l01827"></a>01827                         <a class="code" href="a00013.html" title="A container is either in default, stacking or tabbed mode.">Container</a> *con = ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[0][0];
<a name="l01828"></a>01828                         con-&gt;<a class="code" href="a00013.html#a8d99003f0507fe6554189568f84505be">stack_limit</a> = <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#aa470b1035fa6d3ceb2aaa509a00f828e">container_stack_limit</a>;
<a name="l01829"></a>01829                         con-&gt;<a class="code" href="a00013.html#ad0e9b50a01da48b57f9ecbe97bc00582">stack_limit_value</a> = <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#a00308166fbbf933166f4b99ef2562803">container_stack_limit_value</a>;
<a name="l01830"></a>01830                 }
<a name="l01831"></a>01831         ;}
<a name="l01832"></a>01832     <span class="keywordflow">break</span>;
<a name="l01833"></a>01833 
<a name="l01834"></a>01834   <span class="keywordflow">case</span> 39:
<a name="l01835"></a>01835 
<a name="l01836"></a>01836 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01837"></a>01837 <span class="preprocessor">#line 414 &quot;src/cfgparse.y&quot;</span>
<a name="l01838"></a>01838 <span class="preprocessor"></span>    {
<a name="l01839"></a>01839                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;new windows should start in mode %s\n&quot;</span>, (yyvsp[(3) - (3)].<span class="keywordtype">string</span>));
<a name="l01840"></a>01840                 <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#a8ae68d7d3e33840388191d2ca725c48c">default_border</a> = <a class="code" href="a00077.html#a11822d1f4b182be3fa03d2a5af536e1a" title="Safe-wrapper around strdup which exits if malloc returns NULL (meaning that there...">sstrdup</a>((yyvsp[(3) - (3)].<span class="keywordtype">string</span>));
<a name="l01841"></a>01841         ;}
<a name="l01842"></a>01842     <span class="keywordflow">break</span>;
<a name="l01843"></a>01843 
<a name="l01844"></a>01844   <span class="keywordflow">case</span> 40:
<a name="l01845"></a>01845 
<a name="l01846"></a>01846 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01847"></a>01847 <span class="preprocessor">#line 422 &quot;src/cfgparse.y&quot;</span>
<a name="l01848"></a>01848 <span class="preprocessor"></span>    {
<a name="l01849"></a>01849                 (yyval.<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>) = ((yyvsp[(1) - (1)].number) == 1);
<a name="l01850"></a>01850         ;}
<a name="l01851"></a>01851     <span class="keywordflow">break</span>;
<a name="l01852"></a>01852 
<a name="l01853"></a>01853   <span class="keywordflow">case</span> 41:
<a name="l01854"></a>01854 
<a name="l01855"></a>01855 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01856"></a>01856 <span class="preprocessor">#line 426 &quot;src/cfgparse.y&quot;</span>
<a name="l01857"></a>01857 <span class="preprocessor"></span>    {
<a name="l01858"></a>01858                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;checking word \&quot;%s\&quot;\n&quot;</span>, (yyvsp[(1) - (1)].<span class="keywordtype">string</span>));
<a name="l01859"></a>01859                 (yyval.<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>) = (strcasecmp((yyvsp[(1) - (1)].<span class="keywordtype">string</span>), <span class="stringliteral">&quot;yes&quot;</span>) == 0 ||
<a name="l01860"></a>01860                               strcasecmp((yyvsp[(1) - (1)].<span class="keywordtype">string</span>), <span class="stringliteral">&quot;true&quot;</span>) == 0 ||
<a name="l01861"></a>01861                               strcasecmp((yyvsp[(1) - (1)].<span class="keywordtype">string</span>), <span class="stringliteral">&quot;on&quot;</span>) == 0 ||
<a name="l01862"></a>01862                               strcasecmp((yyvsp[(1) - (1)].<span class="keywordtype">string</span>), <span class="stringliteral">&quot;enable&quot;</span>) == 0 ||
<a name="l01863"></a>01863                               strcasecmp((yyvsp[(1) - (1)].<span class="keywordtype">string</span>), <span class="stringliteral">&quot;active&quot;</span>) == 0);
<a name="l01864"></a>01864         ;}
<a name="l01865"></a>01865     <span class="keywordflow">break</span>;
<a name="l01866"></a>01866 
<a name="l01867"></a>01867   <span class="keywordflow">case</span> 42:
<a name="l01868"></a>01868 
<a name="l01869"></a>01869 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01870"></a>01870 <span class="preprocessor">#line 438 &quot;src/cfgparse.y&quot;</span>
<a name="l01871"></a>01871 <span class="preprocessor"></span>    {
<a name="l01872"></a>01872                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;focus follows mouse = %d\n&quot;</span>, (yyvsp[(3) - (3)].number));
<a name="l01873"></a>01873                 <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#a5d334bc50cc91b445abe1cff1eddd269" title="By default, focus follows mouse.">disable_focus_follows_mouse</a> = !((yyvsp[(3) - (3)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>));
<a name="l01874"></a>01874         ;}
<a name="l01875"></a>01875     <span class="keywordflow">break</span>;
<a name="l01876"></a>01876 
<a name="l01877"></a>01877   <span class="keywordflow">case</span> 43:
<a name="l01878"></a>01878 
<a name="l01879"></a>01879 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01880"></a>01880 <span class="preprocessor">#line 446 &quot;src/cfgparse.y&quot;</span>
<a name="l01881"></a>01881 <span class="preprocessor"></span>    {
<a name="l01882"></a>01882                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;workspace bar = %d\n&quot;</span>, (yyvsp[(3) - (3)].number));
<a name="l01883"></a>01883                 <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#ae4e1660269cdac461dac45368e592b4c" title="By default, a workspace bar is drawn at the bottom of the screen.">disable_workspace_bar</a> = !((yyvsp[(3) - (3)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>));
<a name="l01884"></a>01884         ;}
<a name="l01885"></a>01885     <span class="keywordflow">break</span>;
<a name="l01886"></a>01886 
<a name="l01887"></a>01887   <span class="keywordflow">case</span> 44:
<a name="l01888"></a>01888 
<a name="l01889"></a>01889 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01890"></a>01890 <span class="preprocessor">#line 454 &quot;src/cfgparse.y&quot;</span>
<a name="l01891"></a>01891 <span class="preprocessor"></span>    {
<a name="l01892"></a>01892                 <span class="keywordtype">int</span> ws_num = (yyvsp[(3) - (8)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l01893"></a>01893                 <span class="keywordflow">if</span> (ws_num &lt; 1) {
<a name="l01894"></a>01894                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Invalid workspace assignment, workspace number %d out of range\n&quot;</span>, ws_num);
<a name="l01895"></a>01895                 } <span class="keywordflow">else</span> {
<a name="l01896"></a>01896                         <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *ws = <a class="code" href="a00078.html#a73833335a85bfc97bdff285b151ab1c5" title="Returns a pointer to the workspace with the given number (starting at 0), creating...">workspace_get</a>(ws_num - 1);
<a name="l01897"></a>01897                         ws-&gt;<a class="code" href="a00025.html#a01a0ddbbb125bc568e312a07d44823a2" title="The name of the RandR output this screen should be on.">preferred_output</a> = (yyvsp[(7) - (8)].<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>);
<a name="l01898"></a>01898                         <span class="keywordflow">if</span> ((yyvsp[(8) - (8)].<span class="keywordtype">string</span>) != NULL) {
<a name="l01899"></a>01899                                 <a class="code" href="a00078.html#a492c5885bad35ce073562238ab5bc72d" title="Sets the name (or just its number) for the given workspace.">workspace_set_name</a>(ws, (yyvsp[(8) - (8)].<span class="keywordtype">string</span>));
<a name="l01900"></a>01900                                 free((yyvsp[(8) - (8)].<span class="keywordtype">string</span>));
<a name="l01901"></a>01901                         }
<a name="l01902"></a>01902                 }
<a name="l01903"></a>01903         ;}
<a name="l01904"></a>01904     <span class="keywordflow">break</span>;
<a name="l01905"></a>01905 
<a name="l01906"></a>01906   <span class="keywordflow">case</span> 45:
<a name="l01907"></a>01907 
<a name="l01908"></a>01908 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01909"></a>01909 <span class="preprocessor">#line 468 &quot;src/cfgparse.y&quot;</span>
<a name="l01910"></a>01910 <span class="preprocessor"></span>    {
<a name="l01911"></a>01911                 <span class="keywordtype">int</span> ws_num = (yyvsp[(3) - (5)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l01912"></a>01912                 <span class="keywordflow">if</span> (ws_num &lt; 1) {
<a name="l01913"></a>01913                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Invalid workspace assignment, workspace number %d out of range\n&quot;</span>, ws_num);
<a name="l01914"></a>01914                 } <span class="keywordflow">else</span> {
<a name="l01915"></a>01915                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;workspace name to: %s\n&quot;</span>, (yyvsp[(5) - (5)].<span class="keywordtype">string</span>));
<a name="l01916"></a>01916                         <span class="keywordflow">if</span> ((yyvsp[(5) - (5)].<span class="keywordtype">string</span>) != NULL) {
<a name="l01917"></a>01917                                 <a class="code" href="a00078.html#a492c5885bad35ce073562238ab5bc72d" title="Sets the name (or just its number) for the given workspace.">workspace_set_name</a>(<a class="code" href="a00078.html#a73833335a85bfc97bdff285b151ab1c5" title="Returns a pointer to the workspace with the given number (starting at 0), creating...">workspace_get</a>(ws_num - 1), (yyvsp[(5) - (5)].<span class="keywordtype">string</span>));
<a name="l01918"></a>01918                                 free((yyvsp[(5) - (5)].<span class="keywordtype">string</span>));
<a name="l01919"></a>01919                         }
<a name="l01920"></a>01920                 }
<a name="l01921"></a>01921         ;}
<a name="l01922"></a>01922     <span class="keywordflow">break</span>;
<a name="l01923"></a>01923 
<a name="l01924"></a>01924   <span class="keywordflow">case</span> 46:
<a name="l01925"></a>01925 
<a name="l01926"></a>01926 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01927"></a>01927 <span class="preprocessor">#line 483 &quot;src/cfgparse.y&quot;</span>
<a name="l01928"></a>01928 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>) = NULL; ;}
<a name="l01929"></a>01929     <span class="keywordflow">break</span>;
<a name="l01930"></a>01930 
<a name="l01931"></a>01931   <span class="keywordflow">case</span> 47:
<a name="l01932"></a>01932 
<a name="l01933"></a>01933 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01934"></a>01934 <span class="preprocessor">#line 484 &quot;src/cfgparse.y&quot;</span>
<a name="l01935"></a>01935 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>) = (yyvsp[(2) - (2)].<span class="keywordtype">string</span>); ;}
<a name="l01936"></a>01936     <span class="keywordflow">break</span>;
<a name="l01937"></a>01937 
<a name="l01938"></a>01938   <span class="keywordflow">case</span> 48:
<a name="l01939"></a>01939 
<a name="l01940"></a>01940 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01941"></a>01941 <span class="preprocessor">#line 488 &quot;src/cfgparse.y&quot;</span>
<a name="l01942"></a>01942 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>) = (yyvsp[(1) - (1)].<span class="keywordtype">string</span>); ;}
<a name="l01943"></a>01943     <span class="keywordflow">break</span>;
<a name="l01944"></a>01944 
<a name="l01945"></a>01945   <span class="keywordflow">case</span> 49:
<a name="l01946"></a>01946 
<a name="l01947"></a>01947 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01948"></a>01948 <span class="preprocessor">#line 489 &quot;src/cfgparse.y&quot;</span>
<a name="l01949"></a>01949 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>) = (yyvsp[(1) - (1)].<span class="keywordtype">string</span>); ;}
<a name="l01950"></a>01950     <span class="keywordflow">break</span>;
<a name="l01951"></a>01951 
<a name="l01952"></a>01952   <span class="keywordflow">case</span> 50:
<a name="l01953"></a>01953 
<a name="l01954"></a>01954 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01955"></a>01955 <span class="preprocessor">#line 490 &quot;src/cfgparse.y&quot;</span>
<a name="l01956"></a>01956 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>) = (yyvsp[(1) - (1)].<span class="keywordtype">string</span>); ;}
<a name="l01957"></a>01957     <span class="keywordflow">break</span>;
<a name="l01958"></a>01958 
<a name="l01959"></a>01959   <span class="keywordflow">case</span> 51:
<a name="l01960"></a>01960 
<a name="l01961"></a>01961 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01962"></a>01962 <span class="preprocessor">#line 495 &quot;src/cfgparse.y&quot;</span>
<a name="l01963"></a>01963 <span class="preprocessor"></span>    {
<a name="l01964"></a>01964                 printf(<span class="stringliteral">&quot;assignment of %s\n&quot;</span>, (yyvsp[(3) - (6)].<span class="keywordtype">string</span>));
<a name="l01965"></a>01965 
<a name="l01966"></a>01966                 <span class="keyword">struct </span><a class="code" href="a00001.html" title="Holds an assignment for a given window class/title to a specific workspace (see src/config...">Assignment</a> *<span class="keyword">new</span> = (yyvsp[(6) - (6)].<a class="code" href="a00030.html#afc9c631a0886d1f8e70ecec66065803f">assignment</a>);
<a name="l01967"></a>01967                 printf(<span class="stringliteral">&quot;  to %d\n&quot;</span>, new-&gt;workspace);
<a name="l01968"></a>01968                 printf(<span class="stringliteral">&quot;  floating = %d\n&quot;</span>, new-&gt;floating);
<a name="l01969"></a>01969                 <span class="keyword">new</span>-&gt;windowclass_title = (yyvsp[(3) - (6)].<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>);
<a name="l01970"></a>01970                 <a class="code" href="a00047.html#a512bee16b46f601078c96c776d2648c3">TAILQ_INSERT_TAIL</a>(&amp;<a class="code" href="a00071.html#af36d2f2cbc5487cf0e9e2d60165b3e89">assignments</a>, <span class="keyword">new</span>, <a class="code" href="a00071.html#af36d2f2cbc5487cf0e9e2d60165b3e89">assignments</a>);
<a name="l01971"></a>01971         ;}
<a name="l01972"></a>01972     <span class="keywordflow">break</span>;
<a name="l01973"></a>01973 
<a name="l01974"></a>01974   <span class="keywordflow">case</span> 52:
<a name="l01975"></a>01975 
<a name="l01976"></a>01976 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01977"></a>01977 <span class="preprocessor">#line 508 &quot;src/cfgparse.y&quot;</span>
<a name="l01978"></a>01978 <span class="preprocessor"></span>    {
<a name="l01979"></a>01979                 <span class="keyword">struct </span><a class="code" href="a00001.html" title="Holds an assignment for a given window class/title to a specific workspace (see src/config...">Assignment</a> *<span class="keyword">new</span> = <a class="code" href="a00077.html#ad475e1b898d9da9b2a8b92e3da51b3dd" title="Safe-wrapper around calloc which exits if malloc returns NULL (meaning that there...">scalloc</a>(<span class="keyword">sizeof</span>(<span class="keyword">struct</span> <a class="code" href="a00001.html" title="Holds an assignment for a given window class/title to a specific workspace (see src/config...">Assignment</a>));
<a name="l01980"></a>01980                 <span class="keyword">new</span>-&gt;workspace = (yyvsp[(1) - (1)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l01981"></a>01981                 <span class="keyword">new</span>-&gt;floating = <a class="code" href="a00001.html#a87b683c78c6543b24f9bc77a9c03f33baa519210f1cf9c37a1d96dbf4b87b374a">ASSIGN_FLOATING_NO</a>;
<a name="l01982"></a>01982                 (yyval.<a class="code" href="a00030.html#afc9c631a0886d1f8e70ecec66065803f">assignment</a>) = <span class="keyword">new</span>;
<a name="l01983"></a>01983         ;}
<a name="l01984"></a>01984     <span class="keywordflow">break</span>;
<a name="l01985"></a>01985 
<a name="l01986"></a>01986   <span class="keywordflow">case</span> 53:
<a name="l01987"></a>01987 
<a name="l01988"></a>01988 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l01989"></a>01989 <span class="preprocessor">#line 515 &quot;src/cfgparse.y&quot;</span>
<a name="l01990"></a>01990 <span class="preprocessor"></span>    {
<a name="l01991"></a>01991                 <span class="keyword">struct </span><a class="code" href="a00001.html" title="Holds an assignment for a given window class/title to a specific workspace (see src/config...">Assignment</a> *<span class="keyword">new</span> = <a class="code" href="a00077.html#ad475e1b898d9da9b2a8b92e3da51b3dd" title="Safe-wrapper around calloc which exits if malloc returns NULL (meaning that there...">scalloc</a>(<span class="keyword">sizeof</span>(<span class="keyword">struct</span> <a class="code" href="a00001.html" title="Holds an assignment for a given window class/title to a specific workspace (see src/config...">Assignment</a>));
<a name="l01992"></a>01992                 <span class="keyword">new</span>-&gt;floating = <a class="code" href="a00001.html#a87b683c78c6543b24f9bc77a9c03f33ba5506be147c7de5e1df1ffb6c82e27810">ASSIGN_FLOATING_ONLY</a>;
<a name="l01993"></a>01993                 (yyval.<a class="code" href="a00030.html#afc9c631a0886d1f8e70ecec66065803f">assignment</a>) = <span class="keyword">new</span>;
<a name="l01994"></a>01994         ;}
<a name="l01995"></a>01995     <span class="keywordflow">break</span>;
<a name="l01996"></a>01996 
<a name="l01997"></a>01997   <span class="keywordflow">case</span> 54:
<a name="l01998"></a>01998 
<a name="l01999"></a>01999 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02000"></a>02000 <span class="preprocessor">#line 521 &quot;src/cfgparse.y&quot;</span>
<a name="l02001"></a>02001 <span class="preprocessor"></span>    {
<a name="l02002"></a>02002                 <span class="keyword">struct </span><a class="code" href="a00001.html" title="Holds an assignment for a given window class/title to a specific workspace (see src/config...">Assignment</a> *<span class="keyword">new</span> = <a class="code" href="a00077.html#ad475e1b898d9da9b2a8b92e3da51b3dd" title="Safe-wrapper around calloc which exits if malloc returns NULL (meaning that there...">scalloc</a>(<span class="keyword">sizeof</span>(<span class="keyword">struct</span> <a class="code" href="a00001.html" title="Holds an assignment for a given window class/title to a specific workspace (see src/config...">Assignment</a>));
<a name="l02003"></a>02003                 <span class="keyword">new</span>-&gt;workspace = (yyvsp[(2) - (2)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l02004"></a>02004                 <span class="keyword">new</span>-&gt;floating = <a class="code" href="a00001.html#a87b683c78c6543b24f9bc77a9c03f33ba0b8ce3450fb62cb9f0da744140875b5b">ASSIGN_FLOATING</a>;
<a name="l02005"></a>02005                 (yyval.<a class="code" href="a00030.html#afc9c631a0886d1f8e70ecec66065803f">assignment</a>) = <span class="keyword">new</span>;
<a name="l02006"></a>02006         ;}
<a name="l02007"></a>02007     <span class="keywordflow">break</span>;
<a name="l02008"></a>02008 
<a name="l02009"></a>02009   <span class="keywordflow">case</span> 59:
<a name="l02010"></a>02010 
<a name="l02011"></a>02011 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02012"></a>02012 <span class="preprocessor">#line 541 &quot;src/cfgparse.y&quot;</span>
<a name="l02013"></a>02013 <span class="preprocessor"></span>    {
<a name="l02014"></a>02014                 <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#a79aa7dde4fb7016d2e71a6433ec467b1">ipc_socket_path</a> = (yyvsp[(3) - (3)].<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>);
<a name="l02015"></a>02015         ;}
<a name="l02016"></a>02016     <span class="keywordflow">break</span>;
<a name="l02017"></a>02017 
<a name="l02018"></a>02018   <span class="keywordflow">case</span> 60:
<a name="l02019"></a>02019 
<a name="l02020"></a>02020 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02021"></a>02021 <span class="preprocessor">#line 548 &quot;src/cfgparse.y&quot;</span>
<a name="l02022"></a>02022 <span class="preprocessor"></span>    {
<a name="l02023"></a>02023                 <span class="keyword">struct </span><a class="code" href="a00002.html" title="Holds a command specified by an exec-line in the config (see src/config.c).">Autostart</a> *<span class="keyword">new</span> = <a class="code" href="a00077.html#a46c23cb2833f4b674f5cfc977f16b990" title="Safe-wrapper around malloc which exits if malloc returns NULL (meaning that there...">smalloc</a>(<span class="keyword">sizeof</span>(<span class="keyword">struct</span> <a class="code" href="a00002.html" title="Holds a command specified by an exec-line in the config (see src/config.c).">Autostart</a>));
<a name="l02024"></a>02024                 <span class="keyword">new</span>-&gt;command = (yyvsp[(3) - (3)].<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>);
<a name="l02025"></a>02025                 <a class="code" href="a00047.html#a512bee16b46f601078c96c776d2648c3">TAILQ_INSERT_TAIL</a>(&amp;<a class="code" href="a00071.html#adc8cf28482f0bbe29f8bdcba0e32d16f">autostarts</a>, <span class="keyword">new</span>, <a class="code" href="a00071.html#adc8cf28482f0bbe29f8bdcba0e32d16f">autostarts</a>);
<a name="l02026"></a>02026         ;}
<a name="l02027"></a>02027     <span class="keywordflow">break</span>;
<a name="l02028"></a>02028 
<a name="l02029"></a>02029   <span class="keywordflow">case</span> 61:
<a name="l02030"></a>02030 
<a name="l02031"></a>02031 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02032"></a>02032 <span class="preprocessor">#line 557 &quot;src/cfgparse.y&quot;</span>
<a name="l02033"></a>02033 <span class="preprocessor"></span>    {
<a name="l02034"></a>02034                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;The terminal option is DEPRECATED and has no effect. &quot;</span>
<a name="l02035"></a>02035                     <span class="stringliteral">&quot;Please remove it from your configuration file.\n&quot;</span>);
<a name="l02036"></a>02036         ;}
<a name="l02037"></a>02037     <span class="keywordflow">break</span>;
<a name="l02038"></a>02038 
<a name="l02039"></a>02039   <span class="keywordflow">case</span> 62:
<a name="l02040"></a>02040 
<a name="l02041"></a>02041 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02042"></a>02042 <span class="preprocessor">#line 565 &quot;src/cfgparse.y&quot;</span>
<a name="l02043"></a>02043 <span class="preprocessor"></span>    {
<a name="l02044"></a>02044                 <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#aff568f0d5ca7a51971f4c3006a842019">font</a> = (yyvsp[(3) - (3)].<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>);
<a name="l02045"></a>02045                 printf(<span class="stringliteral">&quot;font %s\n&quot;</span>, <a class="code" href="a00062.html#a4a8dd3a2de125b72d4fe6251a0a271b5">config</a>.<a class="code" href="a00010.html#aff568f0d5ca7a51971f4c3006a842019">font</a>);
<a name="l02046"></a>02046         ;}
<a name="l02047"></a>02047     <span class="keywordflow">break</span>;
<a name="l02048"></a>02048 
<a name="l02049"></a>02049   <span class="keywordflow">case</span> 63:
<a name="l02050"></a>02050 
<a name="l02051"></a>02051 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02052"></a>02052 <span class="preprocessor">#line 574 &quot;src/cfgparse.y&quot;</span>
<a name="l02053"></a>02053 <span class="preprocessor"></span>    {
<a name="l02054"></a>02054                 <span class="keyword">struct </span><a class="code" href="a00009.html" title="Part of the struct Config.">Colortriple</a> *dest = (yyvsp[(1) - (7)].<a class="code" href="a00030.html#ad1a7de58e4dd7d7bd95df6fbce7fc99f">color</a>);
<a name="l02055"></a>02055 
<a name="l02056"></a>02056                 dest-&gt;<a class="code" href="a00009.html#abc8ad1d75ff1d44e27aeb6c2eb7713a0">border</a> = (yyvsp[(3) - (7)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l02057"></a>02057                 dest-&gt;<a class="code" href="a00009.html#a54065f4c7667110b00ece931b9a45348">background</a> = (yyvsp[(5) - (7)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l02058"></a>02058                 dest-&gt;<a class="code" href="a00009.html#ac75bcfcac277782b13996a42ecbe355f">text</a> = (yyvsp[(7) - (7)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>);
<a name="l02059"></a>02059         ;}
<a name="l02060"></a>02060     <span class="keywordflow">break</span>;
<a name="l02061"></a>02061 
<a name="l02062"></a>02062   <span class="keywordflow">case</span> 64:
<a name="l02063"></a>02063 
<a name="l02064"></a>02064 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02065"></a>02065 <span class="preprocessor">#line 585 &quot;src/cfgparse.y&quot;</span>
<a name="l02066"></a>02066 <span class="preprocessor"></span>    {
<a name="l02067"></a>02067                 <span class="keywordtype">char</span> *hex;
<a name="l02068"></a>02068                 <span class="keywordflow">if</span> (asprintf(&amp;hex, <span class="stringliteral">&quot;#%s&quot;</span>, (yyvsp[(2) - (2)].<span class="keywordtype">string</span>)) == -1)
<a name="l02069"></a>02069                         <a class="code" href="a00052.html#a0b2164ee75646f16a7388a36e6800c35">die</a>(<span class="stringliteral">&quot;asprintf()&quot;</span>);
<a name="l02070"></a>02070                 (yyval.<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>) = <a class="code" href="a00079.html#a0146fe310e31c9509a7a7846aa547c67" title="Returns the colorpixel to use for the given hex color (think of HTML).">get_colorpixel</a>(<a class="code" href="a00071.html#ada13c42121d64521629e06e7a5e1db16">global_conn</a>, hex);
<a name="l02071"></a>02071                 free(hex);
<a name="l02072"></a>02072         ;}
<a name="l02073"></a>02073     <span class="keywordflow">break</span>;
<a name="l02074"></a>02074 
<a name="l02075"></a>02075   <span class="keywordflow">case</span> 65:
<a name="l02076"></a>02076 
<a name="l02077"></a>02077 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02078"></a>02078 <span class="preprocessor">#line 596 &quot;src/cfgparse.y&quot;</span>
<a name="l02079"></a>02079 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>) = 0; ;}
<a name="l02080"></a>02080     <span class="keywordflow">break</span>;
<a name="l02081"></a>02081 
<a name="l02082"></a>02082   <span class="keywordflow">case</span> 67:
<a name="l02083"></a>02083 
<a name="l02084"></a>02084 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02085"></a>02085 <span class="preprocessor">#line 598 &quot;src/cfgparse.y&quot;</span>
<a name="l02086"></a>02086 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>) = (yyvsp[(1) - (3)].number) | (yyvsp[(3) - (3)].<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>); ;}
<a name="l02087"></a>02087     <span class="keywordflow">break</span>;
<a name="l02088"></a>02088 
<a name="l02089"></a>02089   <span class="keywordflow">case</span> 68:
<a name="l02090"></a>02090 
<a name="l02091"></a>02091 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02092"></a>02092 <span class="preprocessor">#line 599 &quot;src/cfgparse.y&quot;</span>
<a name="l02093"></a>02093 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>) = (yyvsp[(1) - (2)].number); ;}
<a name="l02094"></a>02094     <span class="keywordflow">break</span>;
<a name="l02095"></a>02095 
<a name="l02096"></a>02096   <span class="keywordflow">case</span> 69:
<a name="l02097"></a>02097 
<a name="l02098"></a>02098 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02099"></a>02099 <span class="preprocessor">#line 603 &quot;src/cfgparse.y&quot;</span>
<a name="l02100"></a>02100 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>) = (yyvsp[(1) - (1)].number); ;}
<a name="l02101"></a>02101     <span class="keywordflow">break</span>;
<a name="l02102"></a>02102 
<a name="l02103"></a>02103   <span class="keywordflow">case</span> 70:
<a name="l02104"></a>02104 
<a name="l02105"></a>02105 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02106"></a>02106 <span class="preprocessor">#line 604 &quot;src/cfgparse.y&quot;</span>
<a name="l02107"></a>02107 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>) = <a class="code" href="a00036.html#a06fc87d81c62e9abb8790b6e5713c55ba43b604b806e305adbb1fa55b6c9923d2">BIND_CONTROL</a>; ;}
<a name="l02108"></a>02108     <span class="keywordflow">break</span>;
<a name="l02109"></a>02109 
<a name="l02110"></a>02110   <span class="keywordflow">case</span> 71:
<a name="l02111"></a>02111 
<a name="l02112"></a>02112 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02113"></a>02113 <span class="preprocessor">#line 605 &quot;src/cfgparse.y&quot;</span>
<a name="l02114"></a>02114 <span class="preprocessor"></span>    { (yyval.<a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>) = <a class="code" href="a00036.html#a06fc87d81c62e9abb8790b6e5713c55ba346e87d049ecf80d0dc9e39543600229">BIND_SHIFT</a>; ;}
<a name="l02115"></a>02115     <span class="keywordflow">break</span>;
<a name="l02116"></a>02116 
<a name="l02117"></a>02117 
<a name="l02118"></a>02118 
<a name="l02119"></a>02119 <span class="comment">/* Line 1464 of yacc.c  */</span>
<a name="l02120"></a>02120 <span class="preprocessor">#line 2121 &quot;src/cfgparse.tab.c&quot;</span>
<a name="l02121"></a>02121 <span class="preprocessor"></span>      <span class="keywordflow">default</span>: <span class="keywordflow">break</span>;
<a name="l02122"></a>02122     }
<a name="l02123"></a>02123   <a class="code" href="a00056.html#a1c510d33cb388afc9411141ba3076a36">YY_SYMBOL_PRINT</a> (<span class="stringliteral">&quot;-&gt; $$ =&quot;</span>, yyr1[yyn], &amp;yyval, &amp;yyloc);
<a name="l02124"></a>02124 
<a name="l02125"></a>02125   <a class="code" href="a00056.html#ad2f9773cd9c031026b2ef4c1ee7be1be">YYPOPSTACK</a> (yylen);
<a name="l02126"></a>02126   yylen = 0;
<a name="l02127"></a>02127   <a class="code" href="a00056.html#a7a52157fbe194e3a347afc4ef750af77">YY_STACK_PRINT</a> (yyss, yyssp);
<a name="l02128"></a>02128 
<a name="l02129"></a>02129   *++yyvsp = yyval;
<a name="l02130"></a>02130 
<a name="l02131"></a>02131   <span class="comment">/* Now `shift&#39; the result of the reduction.  Determine what state</span>
<a name="l02132"></a>02132 <span class="comment">     that goes to, based on the state we popped back to and the rule</span>
<a name="l02133"></a>02133 <span class="comment">     number reduced by.  */</span>
<a name="l02134"></a>02134 
<a name="l02135"></a>02135   yyn = yyr1[yyn];
<a name="l02136"></a>02136 
<a name="l02137"></a>02137   yystate = yypgoto[yyn - <a class="code" href="a00056.html#a75d260730a6c379a94ea28f63a7b9275">YYNTOKENS</a>] + *yyssp;
<a name="l02138"></a>02138   <span class="keywordflow">if</span> (0 &lt;= yystate &amp;&amp; yystate &lt;= <a class="code" href="a00056.html#ae67923760a28e3b7ed3aa2cfaef7f9a2">YYLAST</a> &amp;&amp; yycheck[yystate] == *yyssp)
<a name="l02139"></a>02139     yystate = yytable[yystate];
<a name="l02140"></a>02140   <span class="keywordflow">else</span>
<a name="l02141"></a>02141     yystate = yydefgoto[yyn - <a class="code" href="a00056.html#a75d260730a6c379a94ea28f63a7b9275">YYNTOKENS</a>];
<a name="l02142"></a>02142 
<a name="l02143"></a>02143   <span class="keywordflow">goto</span> yynewstate;
<a name="l02144"></a>02144 
<a name="l02145"></a>02145 
<a name="l02146"></a>02146 <span class="comment">/*------------------------------------.</span>
<a name="l02147"></a>02147 <span class="comment">| yyerrlab -- here on detecting error |</span>
<a name="l02148"></a>02148 <span class="comment">`------------------------------------*/</span>
<a name="l02149"></a>02149 yyerrlab:
<a name="l02150"></a>02150   <span class="comment">/* If not already recovering from an error, report this error.  */</span>
<a name="l02151"></a>02151   <span class="keywordflow">if</span> (!yyerrstatus)
<a name="l02152"></a>02152     {
<a name="l02153"></a>02153       ++yynerrs;
<a name="l02154"></a>02154 <span class="preprocessor">#if ! YYERROR_VERBOSE</span>
<a name="l02155"></a>02155 <span class="preprocessor"></span>      <a class="code" href="a00056.html#a9588ed342b5bc5778bcc1005a6686d0f">yyerror</a> (<a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">YY_</a>(<span class="stringliteral">&quot;syntax error&quot;</span>));
<a name="l02156"></a>02156 <span class="preprocessor">#else</span>
<a name="l02157"></a>02157 <span class="preprocessor"></span>      {
<a name="l02158"></a>02158         <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a> yysize = <a class="code" href="a00056.html#a74a53251dee1d5e66d839837e446049b">yysyntax_error</a> (0, yystate, yychar);
<a name="l02159"></a>02159         <span class="keywordflow">if</span> (yymsg_alloc &lt; yysize &amp;&amp; yymsg_alloc &lt; <a class="code" href="a00056.html#a7e55d995c7458f2f4af94a426d0adde8">YYSTACK_ALLOC_MAXIMUM</a>)
<a name="l02160"></a>02160           {
<a name="l02161"></a>02161             <a class="code" href="a00056.html#a7d535939e93253736c6eeda569d24de5">YYSIZE_T</a> <a class="code" href="a00029.html">yyalloc</a> = 2 * yysize;
<a name="l02162"></a>02162             <span class="keywordflow">if</span> (! (yysize &lt;= yyalloc &amp;&amp; yyalloc &lt;= <a class="code" href="a00056.html#a7e55d995c7458f2f4af94a426d0adde8">YYSTACK_ALLOC_MAXIMUM</a>))
<a name="l02163"></a>02163               yyalloc = <a class="code" href="a00056.html#a7e55d995c7458f2f4af94a426d0adde8">YYSTACK_ALLOC_MAXIMUM</a>;
<a name="l02164"></a>02164             <span class="keywordflow">if</span> (yymsg != yymsgbuf)
<a name="l02165"></a>02165               <a class="code" href="a00056.html#a1a9dc526fd390d4808252bd631c4c2f7">YYSTACK_FREE</a> (yymsg);
<a name="l02166"></a>02166             yymsg = (<span class="keywordtype">char</span> *) <a class="code" href="a00056.html#af45042ce56e04d634420d76caeb2ee73">YYSTACK_ALLOC</a> (yyalloc);
<a name="l02167"></a>02167             <span class="keywordflow">if</span> (yymsg)
<a name="l02168"></a>02168               yymsg_alloc = yyalloc;
<a name="l02169"></a>02169             <span class="keywordflow">else</span>
<a name="l02170"></a>02170               {
<a name="l02171"></a>02171                 yymsg = yymsgbuf;
<a name="l02172"></a>02172                 yymsg_alloc = <span class="keyword">sizeof</span> yymsgbuf;
<a name="l02173"></a>02173               }
<a name="l02174"></a>02174           }
<a name="l02175"></a>02175 
<a name="l02176"></a>02176         <span class="keywordflow">if</span> (0 &lt; yysize &amp;&amp; yysize &lt;= yymsg_alloc)
<a name="l02177"></a>02177           {
<a name="l02178"></a>02178             (void) <a class="code" href="a00056.html#a74a53251dee1d5e66d839837e446049b">yysyntax_error</a> (yymsg, yystate, yychar);
<a name="l02179"></a>02179             <a class="code" href="a00056.html#a9588ed342b5bc5778bcc1005a6686d0f">yyerror</a> (yymsg);
<a name="l02180"></a>02180           }
<a name="l02181"></a>02181         <span class="keywordflow">else</span>
<a name="l02182"></a>02182           {
<a name="l02183"></a>02183             <a class="code" href="a00056.html#a9588ed342b5bc5778bcc1005a6686d0f">yyerror</a> (<a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">YY_</a>(<span class="stringliteral">&quot;syntax error&quot;</span>));
<a name="l02184"></a>02184             <span class="keywordflow">if</span> (yysize != 0)
<a name="l02185"></a>02185               <span class="keywordflow">goto</span> yyexhaustedlab;
<a name="l02186"></a>02186           }
<a name="l02187"></a>02187       }
<a name="l02188"></a>02188 <span class="preprocessor">#endif</span>
<a name="l02189"></a>02189 <span class="preprocessor"></span>    }
<a name="l02190"></a>02190 
<a name="l02191"></a>02191 
<a name="l02192"></a>02192 
<a name="l02193"></a>02193   <span class="keywordflow">if</span> (yyerrstatus == 3)
<a name="l02194"></a>02194     {
<a name="l02195"></a>02195       <span class="comment">/* If just tried and failed to reuse lookahead token after an</span>
<a name="l02196"></a>02196 <span class="comment">         error, discard it.  */</span>
<a name="l02197"></a>02197 
<a name="l02198"></a>02198       <span class="keywordflow">if</span> (yychar &lt;= <a class="code" href="a00056.html#a3b1e3628411fabac03abe0a337322016">YYEOF</a>)
<a name="l02199"></a>02199         {
<a name="l02200"></a>02200           <span class="comment">/* Return failure if at end of input.  */</span>
<a name="l02201"></a>02201           <span class="keywordflow">if</span> (yychar == <a class="code" href="a00056.html#a3b1e3628411fabac03abe0a337322016">YYEOF</a>)
<a name="l02202"></a>02202             <a class="code" href="a00056.html#a3bcde0b05b9aa4ec5169092d9d211dbd">YYABORT</a>;
<a name="l02203"></a>02203         }
<a name="l02204"></a>02204       <span class="keywordflow">else</span>
<a name="l02205"></a>02205         {
<a name="l02206"></a>02206           <a class="code" href="a00056.html#ad9dfa6a565300b75edd5ca82923074e3">yydestruct</a> (<span class="stringliteral">&quot;Error: discarding&quot;</span>,
<a name="l02207"></a>02207                       yytoken, &amp;yylval);
<a name="l02208"></a>02208           yychar = <a class="code" href="a00056.html#ae59196b3765411a06cf234cf9bcae2e7">YYEMPTY</a>;
<a name="l02209"></a>02209         }
<a name="l02210"></a>02210     }
<a name="l02211"></a>02211 
<a name="l02212"></a>02212   <span class="comment">/* Else will try to reuse lookahead token after shifting the error</span>
<a name="l02213"></a>02213 <span class="comment">     token.  */</span>
<a name="l02214"></a>02214   <span class="keywordflow">goto</span> yyerrlab1;
<a name="l02215"></a>02215 
<a name="l02216"></a>02216 
<a name="l02217"></a>02217 <span class="comment">/*---------------------------------------------------.</span>
<a name="l02218"></a>02218 <span class="comment">| yyerrorlab -- error raised explicitly by YYERROR.  |</span>
<a name="l02219"></a>02219 <span class="comment">`---------------------------------------------------*/</span>
<a name="l02220"></a>02220 yyerrorlab:
<a name="l02221"></a>02221 
<a name="l02222"></a>02222   <span class="comment">/* Pacify compilers like GCC when the user code never invokes</span>
<a name="l02223"></a>02223 <span class="comment">     YYERROR and the label yyerrorlab therefore never appears in user</span>
<a name="l02224"></a>02224 <span class="comment">     code.  */</span>
<a name="l02225"></a>02225   <span class="keywordflow">if</span> (<span class="comment">/*CONSTCOND*/</span> 0)
<a name="l02226"></a>02226      <span class="keywordflow">goto</span> yyerrorlab;
<a name="l02227"></a>02227 
<a name="l02228"></a>02228   <span class="comment">/* Do not reclaim the symbols of the rule which action triggered</span>
<a name="l02229"></a>02229 <span class="comment">     this YYERROR.  */</span>
<a name="l02230"></a>02230   <a class="code" href="a00056.html#ad2f9773cd9c031026b2ef4c1ee7be1be">YYPOPSTACK</a> (yylen);
<a name="l02231"></a>02231   yylen = 0;
<a name="l02232"></a>02232   <a class="code" href="a00056.html#a7a52157fbe194e3a347afc4ef750af77">YY_STACK_PRINT</a> (yyss, yyssp);
<a name="l02233"></a>02233   yystate = *yyssp;
<a name="l02234"></a>02234   <span class="keywordflow">goto</span> yyerrlab1;
<a name="l02235"></a>02235 
<a name="l02236"></a>02236 
<a name="l02237"></a>02237 <span class="comment">/*-------------------------------------------------------------.</span>
<a name="l02238"></a>02238 <span class="comment">| yyerrlab1 -- common code for both syntax error and YYERROR.  |</span>
<a name="l02239"></a>02239 <span class="comment">`-------------------------------------------------------------*/</span>
<a name="l02240"></a>02240 yyerrlab1:
<a name="l02241"></a>02241   yyerrstatus = 3;      <span class="comment">/* Each real token shifted decrements this.  */</span>
<a name="l02242"></a>02242 
<a name="l02243"></a>02243   <span class="keywordflow">for</span> (;;)
<a name="l02244"></a>02244     {
<a name="l02245"></a>02245       yyn = yypact[yystate];
<a name="l02246"></a>02246       <span class="keywordflow">if</span> (yyn != <a class="code" href="a00056.html#a62bf0ed0c4360b077071b5cf3177823b">YYPACT_NINF</a>)
<a name="l02247"></a>02247         {
<a name="l02248"></a>02248           yyn += <a class="code" href="a00056.html#ad2b58b1851184ddb3b60fede50bc7946">YYTERROR</a>;
<a name="l02249"></a>02249           <span class="keywordflow">if</span> (0 &lt;= yyn &amp;&amp; yyn &lt;= <a class="code" href="a00056.html#ae67923760a28e3b7ed3aa2cfaef7f9a2">YYLAST</a> &amp;&amp; yycheck[yyn] == <a class="code" href="a00056.html#ad2b58b1851184ddb3b60fede50bc7946">YYTERROR</a>)
<a name="l02250"></a>02250             {
<a name="l02251"></a>02251               yyn = yytable[yyn];
<a name="l02252"></a>02252               <span class="keywordflow">if</span> (0 &lt; yyn)
<a name="l02253"></a>02253                 <span class="keywordflow">break</span>;
<a name="l02254"></a>02254             }
<a name="l02255"></a>02255         }
<a name="l02256"></a>02256 
<a name="l02257"></a>02257       <span class="comment">/* Pop the current state because it cannot handle the error token.  */</span>
<a name="l02258"></a>02258       <span class="keywordflow">if</span> (yyssp == yyss)
<a name="l02259"></a>02259         <a class="code" href="a00056.html#a3bcde0b05b9aa4ec5169092d9d211dbd">YYABORT</a>;
<a name="l02260"></a>02260 
<a name="l02261"></a>02261 
<a name="l02262"></a>02262       <a class="code" href="a00056.html#ad9dfa6a565300b75edd5ca82923074e3">yydestruct</a> (<span class="stringliteral">&quot;Error: popping&quot;</span>,
<a name="l02263"></a>02263                   yystos[yystate], yyvsp);
<a name="l02264"></a>02264       <a class="code" href="a00056.html#ad2f9773cd9c031026b2ef4c1ee7be1be">YYPOPSTACK</a> (1);
<a name="l02265"></a>02265       yystate = *yyssp;
<a name="l02266"></a>02266       <a class="code" href="a00056.html#a7a52157fbe194e3a347afc4ef750af77">YY_STACK_PRINT</a> (yyss, yyssp);
<a name="l02267"></a>02267     }
<a name="l02268"></a>02268 
<a name="l02269"></a>02269   *++yyvsp = yylval;
<a name="l02270"></a>02270 
<a name="l02271"></a>02271 
<a name="l02272"></a>02272   <span class="comment">/* Shift the error token.  */</span>
<a name="l02273"></a>02273   <a class="code" href="a00056.html#a1c510d33cb388afc9411141ba3076a36">YY_SYMBOL_PRINT</a> (<span class="stringliteral">&quot;Shifting&quot;</span>, yystos[yyn], yyvsp, yylsp);
<a name="l02274"></a>02274 
<a name="l02275"></a>02275   yystate = yyn;
<a name="l02276"></a>02276   <span class="keywordflow">goto</span> yynewstate;
<a name="l02277"></a>02277 
<a name="l02278"></a>02278 
<a name="l02279"></a>02279 <span class="comment">/*-------------------------------------.</span>
<a name="l02280"></a>02280 <span class="comment">| yyacceptlab -- YYACCEPT comes here.  |</span>
<a name="l02281"></a>02281 <span class="comment">`-------------------------------------*/</span>
<a name="l02282"></a>02282 yyacceptlab:
<a name="l02283"></a>02283   yyresult = 0;
<a name="l02284"></a>02284   <span class="keywordflow">goto</span> yyreturn;
<a name="l02285"></a>02285 
<a name="l02286"></a>02286 <span class="comment">/*-----------------------------------.</span>
<a name="l02287"></a>02287 <span class="comment">| yyabortlab -- YYABORT comes here.  |</span>
<a name="l02288"></a>02288 <span class="comment">`-----------------------------------*/</span>
<a name="l02289"></a>02289 yyabortlab:
<a name="l02290"></a>02290   yyresult = 1;
<a name="l02291"></a>02291   <span class="keywordflow">goto</span> yyreturn;
<a name="l02292"></a>02292 
<a name="l02293"></a>02293 <span class="preprocessor">#if !defined(yyoverflow) || YYERROR_VERBOSE</span>
<a name="l02294"></a>02294 <span class="preprocessor"></span><span class="comment">/*-------------------------------------------------.</span>
<a name="l02295"></a>02295 <span class="comment">| yyexhaustedlab -- memory exhaustion comes here.  |</span>
<a name="l02296"></a>02296 <span class="comment">`-------------------------------------------------*/</span>
<a name="l02297"></a>02297 yyexhaustedlab:
<a name="l02298"></a>02298   <a class="code" href="a00056.html#a9588ed342b5bc5778bcc1005a6686d0f">yyerror</a> (<a class="code" href="a00056.html#a86f079016f11f0600f4259f3f03f8d43">YY_</a>(<span class="stringliteral">&quot;memory exhausted&quot;</span>));
<a name="l02299"></a>02299   yyresult = 2;
<a name="l02300"></a>02300   <span class="comment">/* Fall through.  */</span>
<a name="l02301"></a>02301 <span class="preprocessor">#endif</span>
<a name="l02302"></a>02302 <span class="preprocessor"></span>
<a name="l02303"></a>02303 yyreturn:
<a name="l02304"></a>02304   <span class="keywordflow">if</span> (yychar != <a class="code" href="a00056.html#ae59196b3765411a06cf234cf9bcae2e7">YYEMPTY</a>)
<a name="l02305"></a>02305      <a class="code" href="a00056.html#ad9dfa6a565300b75edd5ca82923074e3">yydestruct</a> (<span class="stringliteral">&quot;Cleanup: discarding lookahead&quot;</span>,
<a name="l02306"></a>02306                  yytoken, &amp;yylval);
<a name="l02307"></a>02307   <span class="comment">/* Do not reclaim the symbols of the rule which action triggered</span>
<a name="l02308"></a>02308 <span class="comment">     this YYABORT or YYACCEPT.  */</span>
<a name="l02309"></a>02309   <a class="code" href="a00056.html#ad2f9773cd9c031026b2ef4c1ee7be1be">YYPOPSTACK</a> (yylen);
<a name="l02310"></a>02310   <a class="code" href="a00056.html#a7a52157fbe194e3a347afc4ef750af77">YY_STACK_PRINT</a> (yyss, yyssp);
<a name="l02311"></a>02311   <span class="keywordflow">while</span> (yyssp != yyss)
<a name="l02312"></a>02312     {
<a name="l02313"></a>02313       <a class="code" href="a00056.html#ad9dfa6a565300b75edd5ca82923074e3">yydestruct</a> (<span class="stringliteral">&quot;Cleanup: popping&quot;</span>,
<a name="l02314"></a>02314                   yystos[*yyssp], yyvsp);
<a name="l02315"></a>02315       <a class="code" href="a00056.html#ad2f9773cd9c031026b2ef4c1ee7be1be">YYPOPSTACK</a> (1);
<a name="l02316"></a>02316     }
<a name="l02317"></a>02317 <span class="preprocessor">#ifndef yyoverflow</span>
<a name="l02318"></a>02318 <span class="preprocessor"></span>  <span class="keywordflow">if</span> (yyss != yyssa)
<a name="l02319"></a>02319     <a class="code" href="a00056.html#a1a9dc526fd390d4808252bd631c4c2f7">YYSTACK_FREE</a> (yyss);
<a name="l02320"></a>02320 <span class="preprocessor">#endif</span>
<a name="l02321"></a>02321 <span class="preprocessor"></span><span class="preprocessor">#if YYERROR_VERBOSE</span>
<a name="l02322"></a>02322 <span class="preprocessor"></span>  <span class="keywordflow">if</span> (yymsg != yymsgbuf)
<a name="l02323"></a>02323     <a class="code" href="a00056.html#a1a9dc526fd390d4808252bd631c4c2f7">YYSTACK_FREE</a> (yymsg);
<a name="l02324"></a>02324 <span class="preprocessor">#endif</span>
<a name="l02325"></a>02325 <span class="preprocessor"></span>  <span class="comment">/* Make sure YYID is used.  */</span>
<a name="l02326"></a>02326   <span class="keywordflow">return</span> <a class="code" href="a00056.html#a0a6ff515042340dd341cf6ca8dd05f2d">YYID</a> (yyresult);
<a name="l02327"></a>02327 }
<a name="l02328"></a>02328 
<a name="l02329"></a>02329 
<a name="l02330"></a>02330 
</pre></div></div>
<hr class="footer"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2-20100208 </small></address>
</body>
</html>