Sophie

Sophie

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

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.h 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.h</h1><a href="a00057.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 interface 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 
<a name="l00035"></a>00035 <span class="comment">/* Tokens.  */</span>
<a name="l00036"></a>00036 <span class="preprocessor">#ifndef YYTOKENTYPE</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span><span class="preprocessor"># define YYTOKENTYPE</span>
<a name="l00038"></a>00038 <span class="preprocessor"></span>   <span class="comment">/* Put the tokens into the symbol table, so that GDB and other debuggers</span>
<a name="l00039"></a>00039 <span class="comment">      know about them.  */</span>
<a name="l00040"></a>00040    <span class="keyword">enum</span> <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9">yytokentype</a> {
<a name="l00041"></a>00041      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a12a90dfe20486bbe3e075afcd19ef2d0">NUMBER</a> = 258,
<a name="l00042"></a>00042      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a4ad40322037d6d371dca3e5cf993f5dc">WORD</a> = 259,
<a name="l00043"></a>00043      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9aec41e801b43cfbec49d343c900360bf9">STR</a> = 260,
<a name="l00044"></a>00044      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a42c552970d6ed20e6f3e94b476cdeb8a">STR_NG</a> = 261,
<a name="l00045"></a>00045      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9ad3c20094c5fe3327350484d01c44c137">HEX</a> = 262,
<a name="l00046"></a>00046      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2ab08d3e103968f5f4f26b66a52e99d6">OUTPUT</a> = 263,
<a name="l00047"></a>00047      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9abb70f16b7e5001810ff99de8da3472ff">TOKBIND</a> = 264,
<a name="l00048"></a>00048      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a0647fcef17dcea5a9e003810f53268a2">TOKTERMINAL</a> = 265,
<a name="l00049"></a>00049      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a89c6baf852f9e948dca7b585d58cb9c1">TOKCOMMENT</a> = 266,
<a name="l00050"></a>00050      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9ac12d20d939baa8067896466fb4d39fde">TOKFONT</a> = 267,
<a name="l00051"></a>00051      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a58124c760cc5ba343a9b11aeac2b1b98">TOKBINDSYM</a> = 268,
<a name="l00052"></a>00052      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a1b1b17d9c49888cebd8b53091ba417ae">MODIFIER</a> = 269,
<a name="l00053"></a>00053      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a9659b1de6c6ff9714788c32bac921ae8">TOKCONTROL</a> = 270,
<a name="l00054"></a>00054      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9aa273e087667f7764cebe70a2ee88aed5">TOKSHIFT</a> = 271,
<a name="l00055"></a>00055      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9aba113c37f25d24aada154b75c7dd91ba">WHITESPACE</a> = 272,
<a name="l00056"></a>00056      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a0e47f729ddcbebc4e8ede79b862b61b8">TOKFLOATING_MODIFIER</a> = 273,
<a name="l00057"></a>00057      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2ea8febaf69a7b773faef91d520a9da1">QUOTEDSTRING</a> = 274,
<a name="l00058"></a>00058      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a624fe3f313a743350817eb77798ca9f6">TOKWORKSPACE</a> = 275,
<a name="l00059"></a>00059      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a9dcc21ab8ee91d8c3451219ca41ab68f">TOKOUTPUT</a> = 276,
<a name="l00060"></a>00060      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9ad1e8a171bf9b114357c2a2277b382cfb">TOKASSIGN</a> = 277,
<a name="l00061"></a>00061      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a9f2f621eac0ececabeaa2e416f446f0f">TOKSET</a> = 278,
<a name="l00062"></a>00062      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a6260d51479b41b170133d9fb4249391f">TOKIPCSOCKET</a> = 279,
<a name="l00063"></a>00063      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a6f5f5ad29305dbb3f1759ba6efa33c0a">TOKEXEC</a> = 280,
<a name="l00064"></a>00064      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a37a5e94d9678dadbca917e17d7e3f4a4">TOKCOLOR</a> = 281,
<a name="l00065"></a>00065      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a243dff93d4416f880963e9160442dbb2">TOKARROW</a> = 282,
<a name="l00066"></a>00066      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a00075b562bc4391504523208005a66cd">TOKMODE</a> = 283,
<a name="l00067"></a>00067      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a28e016ea22f6269b6aed09931f52b503">TOKNEWCONTAINER</a> = 284,
<a name="l00068"></a>00068      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a13f6a5fb963c33d6a15b9d7a8d46c407">TOKNEWWINDOW</a> = 285,
<a name="l00069"></a>00069      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2ab2f608fe5ec7629464b2cf9a86e806">TOKFOCUSFOLLOWSMOUSE</a> = 286,
<a name="l00070"></a>00070      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a7b21d47596f81f30e47e1e41ff29bd39">TOKWORKSPACEBAR</a> = 287,
<a name="l00071"></a>00071      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9af4489058aa2a27fb407544de72a70ada">TOKCONTAINERMODE</a> = 288,
<a name="l00072"></a>00072      <a class="code" href="a00056.html#a15c9f7bd2f0e9686df5d9df4f3314aa9a2e26abd7e3a5091be7e017ce008ad27a">TOKSTACKLIMIT</a> = 289
<a name="l00073"></a>00073    };
<a name="l00074"></a>00074 <span class="preprocessor">#endif</span>
<a name="l00075"></a>00075 <span class="preprocessor"></span>
<a name="l00076"></a>00076 
<a name="l00077"></a>00077 
<a name="l00078"></a>00078 <span class="preprocessor">#if ! defined YYSTYPE &amp;&amp; ! defined YYSTYPE_IS_DECLARED</span>
<a name="l00079"></a>00079 <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keyword">union </span><a class="code" href="a00030.html">YYSTYPE</a>
<a name="l00080"></a>00080 {
<a name="l00081"></a>00081 
<a name="l00082"></a>00082 <span class="comment">/* Line 1685 of yacc.c  */</span>
<a name="l00083"></a>00083 <span class="preprocessor">#line 197 &quot;src/cfgparse.y&quot;</span>
<a name="l00084"></a>00084 <span class="preprocessor"></span>
<a name="l00085"></a>00085         <span class="keywordtype">int</span> <a class="code" href="a00030.html#a240bd0051381dcdbd03b9c3764570b93">number</a>;
<a name="l00086"></a>00086         <span class="keywordtype">char</span> *<a class="code" href="a00030.html#ae8767f4b426d2a2575573f567e8a142b">string</a>;
<a name="l00087"></a>00087         <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="l00088"></a>00088         <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="l00089"></a>00089         <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="l00090"></a>00090 
<a name="l00091"></a>00091 
<a name="l00092"></a>00092 
<a name="l00093"></a>00093 <span class="comment">/* Line 1685 of yacc.c  */</span>
<a name="l00094"></a>00094 <span class="preprocessor">#line 95 &quot;src/cfgparse.tab.h&quot;</span>
<a name="l00095"></a>00095 <span class="preprocessor"></span>} <a class="code" href="a00030.html">YYSTYPE</a>;
<a name="l00096"></a>00096 <span class="preprocessor"># define YYSTYPE_IS_TRIVIAL 1</span>
<a name="l00097"></a>00097 <span class="preprocessor"></span><span class="preprocessor"># define yystype YYSTYPE </span><span class="comment">/* obsolescent; will be withdrawn */</span>
<a name="l00098"></a>00098 <span class="preprocessor"># define YYSTYPE_IS_DECLARED 1</span>
<a name="l00099"></a>00099 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00100"></a>00100 <span class="preprocessor"></span>
<a name="l00101"></a>00101 <span class="keyword">extern</span> <a class="code" href="a00030.html">YYSTYPE</a> <a class="code" href="a00056.html#a539b86ee4bb46824a194f22eb69903d9">yylval</a>;
<a name="l00102"></a>00102 
<a name="l00103"></a>00103 
</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>