Sophie

Sophie

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

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/commands.c File Reference</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>
</div>
<div class="contents">
<h1>src/commands.c File Reference</h1><code>#include &lt;stdbool.h&gt;</code><br/>
<code>#include &lt;stdio.h&gt;</code><br/>
<code>#include &lt;stdlib.h&gt;</code><br/>
<code>#include &lt;assert.h&gt;</code><br/>
<code>#include &lt;unistd.h&gt;</code><br/>
<code>#include &lt;string.h&gt;</code><br/>
<code>#include &lt;xcb/xcb.h&gt;</code><br/>
<code>#include &quot;<a class="el" href="a00052_source.html">util.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00036_source.html">data.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00051_source.html">table.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00043_source.html">layout.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00041_source.html">i3.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00048_source.html">randr.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00032_source.html">client.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00039_source.html">floating.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00054_source.html">xcb.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00034_source.html">config.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00053_source.html">workspace.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00033_source.html">commands.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00049_source.html">resize.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00044_source.html">log.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00050_source.html">sighandler.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00046_source.html">manage.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="a00042_source.html">ipc.h</a>&quot;</code><br/>
<div class="dynheader">
Include dependency graph for commands.c:</div>
<div class="dynsection">
</div>

<p><a href="a00061_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#ae13ab21dfe0867642defc8bf9f5a8b4a">CHECK_COLROW_BOUNDARIES</a></td></tr>
<tr><td colspan="2"><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9c">thing_t</a> { <a class="el" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca6188079fc25a5f7b9d47f8b3c126751e">THING_WINDOW</a>, 
<a class="el" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca09d5840d868a5369e193caf2f2f461ae">THING_CONTAINER</a>, 
<a class="el" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca3a9a379cc9deda100c109719216b37d7">THING_SCREEN</a>
 }</td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#a66ea1b5aca9851f7dae1d949fc8e8894">focus_window_in_container</a> (xcb_connection_t *conn, <a class="el" href="a00013.html">Container</a> *container, <a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#a92181016c53d6a833bf1842aa2d61a9c">jump_to_mark</a> (xcb_connection_t *conn, const char *mark)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#a85388c7e3180205d9907b8e4e7363adc">focus_thing</a> (xcb_connection_t *conn, <a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction, <a class="el" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9c">thing_t</a> thing)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#a5541f3fea0f73501a39ea5ff557078cc">move_current_window_in_container</a> (xcb_connection_t *conn, <a class="el" href="a00007.html">Client</a> *client, <a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#a2a73207ebf36d2a239ac40ad20e88105">move_current_window</a> (xcb_connection_t *conn, <a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#ae85a0296c526b06de7e86a1fbcf2755b">move_current_container</a> (xcb_connection_t *conn, <a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#ab4df589a44cf1ee1c252b6b663760097">snap_current_container</a> (xcb_connection_t *conn, <a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#aa89794fcce5227dd22fea2a0f322c1f3">move_floating_window_to_workspace</a> (xcb_connection_t *conn, <a class="el" href="a00007.html">Client</a> *client, int workspace)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#a8b86b1313355cb7e032ec9be5f218d27">move_current_window_to_workspace</a> (xcb_connection_t *conn, int workspace)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#a201e7d36704934344f539be5bf0c3049">jump_to_window</a> (xcb_connection_t *conn, const char *arguments)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#ad0a6b0a564cea9c6074e8285c902b720">jump_to_container</a> (xcb_connection_t *conn, const char *arguments)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#a6aff698db3da5706e3150855f29e0d90">travel_focus_stack</a> (xcb_connection_t *conn, const char *arguments)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#ad1e7a6f65424a54492d65f80b253233f">next_previous_workspace</a> (xcb_connection_t *conn, int direction)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#a5a90d784d807912c8036968182f80745">parse_resize_command</a> (xcb_connection_t *conn, <a class="el" href="a00007.html">Client</a> *last_focused, const char *command)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#a321767a534b7214d81f4cfeaa4bd0736">parse_command</a> (xcb_connection_t *conn, const char *command)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Parses a command, see file CMDMODE for more information.  <a href="#a321767a534b7214d81f4cfeaa4bd0736"></a><br/></td></tr>
</table>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="ae13ab21dfe0867642defc8bf9f5a8b4a"></a><!-- doxytag: member="commands.c::CHECK_COLROW_BOUNDARIES" ref="ae13ab21dfe0867642defc8bf9f5a8b4a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define CHECK_COLROW_BOUNDARIES</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<b>Value:</b><div class="fragment"><pre class="fragment"><span class="keywordflow">do</span> { \
                <span class="keywordflow">if</span> (new_col &gt;= t_ws-&gt;cols) \
                        new_col = (t_ws-&gt;cols - 1); \
                <span class="keywordflow">if</span> (new_row &gt;= t_ws-&gt;rows) \
                        new_row = (t_ws-&gt;rows - 1); \
        } <span class="keywordflow">while</span> (0)
</pre></div>
<p>Referenced by <a class="el" href="a00061_source.html#l00084">focus_thing()</a>.</p>

</div>
</div>
<hr/><h2>Enumeration Type Documentation</h2>
<a class="anchor" id="ab417fdd63ef60217068cd77d3efd6d9c"></a><!-- doxytag: member="commands.c::thing_t" ref="ab417fdd63ef60217068cd77d3efd6d9c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9c">thing_t</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="ab417fdd63ef60217068cd77d3efd6d9ca6188079fc25a5f7b9d47f8b3c126751e"></a><!-- doxytag: member="THING_WINDOW" ref="ab417fdd63ef60217068cd77d3efd6d9ca6188079fc25a5f7b9d47f8b3c126751e" args="" -->THING_WINDOW</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ab417fdd63ef60217068cd77d3efd6d9ca09d5840d868a5369e193caf2f2f461ae"></a><!-- doxytag: member="THING_CONTAINER" ref="ab417fdd63ef60217068cd77d3efd6d9ca09d5840d868a5369e193caf2f2f461ae" args="" -->THING_CONTAINER</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ab417fdd63ef60217068cd77d3efd6d9ca3a9a379cc9deda100c109719216b37d7"></a><!-- doxytag: member="THING_SCREEN" ref="ab417fdd63ef60217068cd77d3efd6d9ca3a9a379cc9deda100c109719216b37d7" args="" -->THING_SCREEN</em>&nbsp;</td><td>
</td></tr>
</table>
</dd>
</dl>

<p>Definition at line <a class="el" href="a00061_source.html#l00064">64</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

</div>
</div>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="a85388c7e3180205d9907b8e4e7363adc"></a><!-- doxytag: member="commands.c::focus_thing" ref="a85388c7e3180205d9907b8e4e7363adc" args="(xcb_connection_t *conn, direction_t direction, thing_t thing)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void focus_thing </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a>&nbsp;</td>
          <td class="paramname"> <em>direction</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9c">thing_t</a>&nbsp;</td>
          <td class="paramname"> <em>thing</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00084">84</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00076_source.html#l00036">c_ws</a>, <a class="el" href="a00076_source.html#l00245">cell_exists()</a>, <a class="el" href="a00061.html#ae13ab21dfe0867642defc8bf9f5a8b4a">CHECK_COLROW_BOUNDARIES</a>, <a class="el" href="a00036_source.html#l00475">Container::col</a>, <a class="el" href="a00036_source.html#l00202">Workspace::cols</a>, <a class="el" href="a00036_source.html#l00470">Container::colspan</a>, <a class="el" href="a00036_source.html#l00149">Stack_Window::container</a>, <a class="el" href="a00051_source.html#l00021">CUR_CELL</a>, <a class="el" href="a00076_source.html#l00037">current_col</a>, <a class="el" href="a00076_source.html#l00038">current_row</a>, <a class="el" href="a00036_source.html#l00528">xoutput::current_workspace</a>, <a class="el" href="a00036_source.html#l00469">Container::currently_focused</a>, <a class="el" href="a00036_source.html#l00064">D_DOWN</a>, <a class="el" href="a00036_source.html#l00064">D_LEFT</a>, <a class="el" href="a00036_source.html#l00064">D_RIGHT</a>, <a class="el" href="a00036_source.html#l00064">D_UP</a>, <a class="el" href="a00044_source.html#l00021">DLOG</a>, <a class="el" href="a00044_source.html#l00020">ELOG</a>, <a class="el" href="a00061_source.html#l00038">focus_window_in_container()</a>, <a class="el" href="a00036_source.html#l00226">Workspace::fullscreen_client</a>, <a class="el" href="a00073_source.html#l00099">get_output_containing()</a>, <a class="el" href="a00073_source.html#l00122">get_output_most()</a>, <a class="el" href="a00036_source.html#l00481">Container::height</a>, <a class="el" href="a00036_source.html#l00100">Rect::height</a>, <a class="el" href="a00044_source.html#l00019">LOG</a>, <a class="el" href="a00036_source.html#l00184">Workspace::num</a>, <a class="el" href="a00036_source.html#l00239">Workspace::output</a>, <a class="el" href="a00036_source.html#l00531">xoutput::rect</a>, <a class="el" href="a00036_source.html#l00474">Container::row</a>, <a class="el" href="a00036_source.html#l00204">Workspace::rows</a>, <a class="el" href="a00036_source.html#l00471">Container::rowspan</a>, <a class="el" href="a00077_source.html#l00232">set_focus()</a>, <a class="el" href="a00036_source.html#l00244">Workspace::table</a>, <a class="el" href="a00061_source.html#l00064">THING_SCREEN</a>, <a class="el" href="a00061_source.html#l00064">THING_WINDOW</a>, <a class="el" href="a00036_source.html#l00480">Container::width</a>, <a class="el" href="a00036_source.html#l00099">Rect::width</a>, <a class="el" href="a00036_source.html#l00488">Container::workspace</a>, <a class="el" href="a00078_source.html#l00113">workspace_show()</a>, <a class="el" href="a00036_source.html#l00477">Container::x</a>, <a class="el" href="a00036_source.html#l00097">Rect::x</a>, <a class="el" href="a00036_source.html#l00478">Container::y</a>, and <a class="el" href="a00036_source.html#l00098">Rect::y</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="a66ea1b5aca9851f7dae1d949fc8e8894"></a><!-- doxytag: member="commands.c::focus_window_in_container" ref="a66ea1b5aca9851f7dae1d949fc8e8894" args="(xcb_connection_t *conn, Container *container, direction_t direction)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool focus_window_in_container </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00013.html">Container</a> *&nbsp;</td>
          <td class="paramname"> <em>container</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a>&nbsp;</td>
          <td class="paramname"> <em>direction</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00038">38</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00047_source.html#l00431">CIRCLEQ_FIRST</a>, <a class="el" href="a00047_source.html#l00432">CIRCLEQ_LAST</a>, <a class="el" href="a00052_source.html#l00022">CIRCLEQ_NEXT_OR_NULL</a>, <a class="el" href="a00052_source.html#l00024">CIRCLEQ_PREV_OR_NULL</a>, <a class="el" href="a00036_source.html#l00469">Container::currently_focused</a>, <a class="el" href="a00036_source.html#l00064">D_DOWN</a>, <a class="el" href="a00036_source.html#l00064">D_UP</a>, <a class="el" href="a00044_source.html#l00020">ELOG</a>, and <a class="el" href="a00077_source.html#l00232">set_focus()</a>.</p>

<p>Referenced by <a class="el" href="a00059_source.html#l00060">button_press_stackwin()</a>, and <a class="el" href="a00061_source.html#l00084">focus_thing()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="ad0a6b0a564cea9c6074e8285c902b720"></a><!-- doxytag: member="commands.c::jump_to_container" ref="ad0a6b0a564cea9c6074e8285c902b720" args="(xcb_connection_t *conn, const char *arguments)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void jump_to_container </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>arguments</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00738">738</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00076_source.html#l00036">c_ws</a>, <a class="el" href="a00036_source.html#l00202">Workspace::cols</a>, <a class="el" href="a00036_source.html#l00469">Container::currently_focused</a>, <a class="el" href="a00044_source.html#l00021">DLOG</a>, <a class="el" href="a00044_source.html#l00020">ELOG</a>, <a class="el" href="a00044_source.html#l00019">LOG</a>, <a class="el" href="a00036_source.html#l00204">Workspace::rows</a>, <a class="el" href="a00077_source.html#l00232">set_focus()</a>, <a class="el" href="a00036_source.html#l00244">Workspace::table</a>, and <a class="el" href="a00078_source.html#l00113">workspace_show()</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="a92181016c53d6a833bf1842aa2d61a9c"></a><!-- doxytag: member="commands.c::jump_to_mark" ref="a92181016c53d6a833bf1842aa2d61a9c" args="(xcb_connection_t *conn, const char *mark)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void jump_to_mark </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>mark</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00066">66</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00044_source.html#l00020">ELOG</a>, <a class="el" href="a00044_source.html#l00019">LOG</a>, <a class="el" href="a00036_source.html#l00404">Client::mark</a>, <a class="el" href="a00036_source.html#l00184">Workspace::num</a>, <a class="el" href="a00077_source.html#l00232">set_focus()</a>, <a class="el" href="a00047_source.html#l00115">SLIST_FOREACH</a>, <a class="el" href="a00047_source.html#l00335">TAILQ_FOREACH</a>, <a class="el" href="a00036_source.html#l00356">Client::workspace</a>, <a class="el" href="a00078_source.html#l00113">workspace_show()</a>, and <a class="el" href="a00076_source.html#l00034">workspaces</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="a201e7d36704934344f539be5bf0c3049"></a><!-- doxytag: member="commands.c::jump_to_window" ref="a201e7d36704934344f539be5bf0c3049" args="(xcb_connection_t *conn, const char *arguments)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void jump_to_window </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>arguments</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00713">713</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00044_source.html#l00020">ELOG</a>, <a class="el" href="a00077_source.html#l00440">get_matching_client()</a>, <a class="el" href="a00036_source.html#l00184">Workspace::num</a>, <a class="el" href="a00077_source.html#l00232">set_focus()</a>, <a class="el" href="a00077_source.html#l00080">sstrdup()</a>, <a class="el" href="a00036_source.html#l00356">Client::workspace</a>, and <a class="el" href="a00078_source.html#l00113">workspace_show()</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="ae85a0296c526b06de7e86a1fbcf2755b"></a><!-- doxytag: member="commands.c::move_current_container" ref="ae85a0296c526b06de7e86a1fbcf2755b" args="(xcb_connection_t *conn, direction_t direction)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void move_current_container </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a>&nbsp;</td>
          <td class="paramname"> <em>direction</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00406">406</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00076_source.html#l00036">c_ws</a>, <a class="el" href="a00076_source.html#l00319">cleanup_table()</a>, <a class="el" href="a00036_source.html#l00475">Container::col</a>, <a class="el" href="a00036_source.html#l00202">Workspace::cols</a>, <a class="el" href="a00036_source.html#l00149">Stack_Window::container</a>, <a class="el" href="a00051_source.html#l00021">CUR_CELL</a>, <a class="el" href="a00051_source.html#l00020">CUR_TABLE</a>, <a class="el" href="a00076_source.html#l00037">current_col</a>, <a class="el" href="a00076_source.html#l00038">current_row</a>, <a class="el" href="a00036_source.html#l00064">D_DOWN</a>, <a class="el" href="a00036_source.html#l00064">D_LEFT</a>, <a class="el" href="a00036_source.html#l00064">D_RIGHT</a>, <a class="el" href="a00036_source.html#l00064">D_UP</a>, <a class="el" href="a00044_source.html#l00021">DLOG</a>, <a class="el" href="a00076_source.html#l00127">expand_table_cols()</a>, <a class="el" href="a00076_source.html#l00147">expand_table_cols_at_head()</a>, <a class="el" href="a00076_source.html#l00073">expand_table_rows()</a>, <a class="el" href="a00076_source.html#l00095">expand_table_rows_at_head()</a>, <a class="el" href="a00076_source.html#l00384">fix_colrowspan()</a>, <a class="el" href="a00044_source.html#l00019">LOG</a>, <a class="el" href="a00069_source.html#l00771">render_layout()</a>, <a class="el" href="a00036_source.html#l00474">Container::row</a>, <a class="el" href="a00036_source.html#l00204">Workspace::rows</a>, and <a class="el" href="a00036_source.html#l00488">Container::workspace</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="a2a73207ebf36d2a239ac40ad20e88105"></a><!-- doxytag: member="commands.c::move_current_window" ref="a2a73207ebf36d2a239ac40ad20e88105" args="(xcb_connection_t *conn, direction_t direction)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void move_current_window </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a>&nbsp;</td>
          <td class="paramname"> <em>direction</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00312">312</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00076_source.html#l00036">c_ws</a>, <a class="el" href="a00047_source.html#l00457">CIRCLEQ_INSERT_AFTER</a>, <a class="el" href="a00047_source.html#l00487">CIRCLEQ_INSERT_TAIL</a>, <a class="el" href="a00052_source.html#l00022">CIRCLEQ_NEXT_OR_NULL</a>, <a class="el" href="a00052_source.html#l00024">CIRCLEQ_PREV_OR_NULL</a>, <a class="el" href="a00076_source.html#l00319">cleanup_table()</a>, <a class="el" href="a00060_source.html#l00038">client_remove_from_container()</a>, <a class="el" href="a00036_source.html#l00202">Workspace::cols</a>, <a class="el" href="a00036_source.html#l00353">Client::container</a>, <a class="el" href="a00036_source.html#l00149">Stack_Window::container</a>, <a class="el" href="a00051_source.html#l00021">CUR_CELL</a>, <a class="el" href="a00051_source.html#l00020">CUR_TABLE</a>, <a class="el" href="a00076_source.html#l00037">current_col</a>, <a class="el" href="a00076_source.html#l00038">current_row</a>, <a class="el" href="a00036_source.html#l00469">Container::currently_focused</a>, <a class="el" href="a00036_source.html#l00064">D_DOWN</a>, <a class="el" href="a00036_source.html#l00064">D_LEFT</a>, <a class="el" href="a00036_source.html#l00064">D_RIGHT</a>, <a class="el" href="a00036_source.html#l00064">D_UP</a>, <a class="el" href="a00036_source.html#l00431">Client::dock</a>, <a class="el" href="a00076_source.html#l00127">expand_table_cols()</a>, <a class="el" href="a00076_source.html#l00147">expand_table_cols_at_head()</a>, <a class="el" href="a00076_source.html#l00073">expand_table_rows()</a>, <a class="el" href="a00076_source.html#l00095">expand_table_rows_at_head()</a>, <a class="el" href="a00076_source.html#l00384">fix_colrowspan()</a>, <a class="el" href="a00077_source.html#l00217">get_last_focused_client()</a>, <a class="el" href="a00044_source.html#l00019">LOG</a>, <a class="el" href="a00061_source.html#l00287">move_current_window_in_container()</a>, <a class="el" href="a00036_source.html#l00239">Workspace::output</a>, <a class="el" href="a00069_source.html#l00680">render_workspace()</a>, <a class="el" href="a00036_source.html#l00204">Workspace::rows</a>, <a class="el" href="a00077_source.html#l00232">set_focus()</a>, <a class="el" href="a00047_source.html#l00137">SLIST_INSERT_HEAD</a>, <a class="el" href="a00036_source.html#l00488">Container::workspace</a>, and <a class="el" href="a00036_source.html#l00356">Client::workspace</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>, and <a class="el" href="a00061_source.html#l00484">snap_current_container()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="a5541f3fea0f73501a39ea5ff557078cc"></a><!-- doxytag: member="commands.c::move_current_window_in_container" ref="a5541f3fea0f73501a39ea5ff557078cc" args="(xcb_connection_t *conn, Client *client, direction_t direction)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static bool move_current_window_in_container </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00007.html">Client</a> *&nbsp;</td>
          <td class="paramname"> <em>client</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a>&nbsp;</td>
          <td class="paramname"> <em>direction</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00287">287</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00047_source.html#l00433">CIRCLEQ_END</a>, <a class="el" href="a00047_source.html#l00457">CIRCLEQ_INSERT_AFTER</a>, <a class="el" href="a00047_source.html#l00467">CIRCLEQ_INSERT_BEFORE</a>, <a class="el" href="a00047_source.html#l00434">CIRCLEQ_NEXT</a>, <a class="el" href="a00047_source.html#l00435">CIRCLEQ_PREV</a>, <a class="el" href="a00047_source.html#l00497">CIRCLEQ_REMOVE</a>, <a class="el" href="a00036_source.html#l00353">Client::container</a>, <a class="el" href="a00036_source.html#l00064">D_UP</a>, <a class="el" href="a00044_source.html#l00021">DLOG</a>, and <a class="el" href="a00069_source.html#l00771">render_layout()</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00312">move_current_window()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="a8b86b1313355cb7e032ec9be5f218d27"></a><!-- doxytag: member="commands.c::move_current_window_to_workspace" ref="a8b86b1313355cb7e032ec9be5f218d27" args="(xcb_connection_t *conn, int workspace)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void move_current_window_to_workspace </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>workspace</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00638">638</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00047_source.html#l00487">CIRCLEQ_INSERT_TAIL</a>, <a class="el" href="a00052_source.html#l00022">CIRCLEQ_NEXT_OR_NULL</a>, <a class="el" href="a00052_source.html#l00024">CIRCLEQ_PREV_OR_NULL</a>, <a class="el" href="a00076_source.html#l00319">cleanup_table()</a>, <a class="el" href="a00060_source.html#l00156">client_enter_fullscreen()</a>, <a class="el" href="a00060_source.html#l00038">client_remove_from_container()</a>, <a class="el" href="a00060_source.html#l00402">client_unmap()</a>, <a class="el" href="a00060_source.html#l00062">client_warp_pointer_into()</a>, <a class="el" href="a00036_source.html#l00353">Client::container</a>, <a class="el" href="a00036_source.html#l00149">Stack_Window::container</a>, <a class="el" href="a00051_source.html#l00021">CUR_CELL</a>, <a class="el" href="a00036_source.html#l00211">Workspace::current_col</a>, <a class="el" href="a00036_source.html#l00208">Workspace::current_row</a>, <a class="el" href="a00036_source.html#l00469">Container::currently_focused</a>, <a class="el" href="a00044_source.html#l00021">DLOG</a>, <a class="el" href="a00044_source.html#l00020">ELOG</a>, <a class="el" href="a00036_source.html#l00411">Client::fullscreen</a>, <a class="el" href="a00036_source.html#l00226">Workspace::fullscreen_client</a>, <a class="el" href="a00044_source.html#l00019">LOG</a>, <a class="el" href="a00036_source.html#l00239">Workspace::output</a>, <a class="el" href="a00069_source.html#l00771">render_layout()</a>, <a class="el" href="a00077_source.html#l00232">set_focus()</a>, <a class="el" href="a00047_source.html#l00137">SLIST_INSERT_HEAD</a>, <a class="el" href="a00036_source.html#l00244">Workspace::table</a>, <a class="el" href="a00036_source.html#l00356">Client::workspace</a>, <a class="el" href="a00036_source.html#l00488">Container::workspace</a>, <a class="el" href="a00078_source.html#l00039">workspace_get()</a>, <a class="el" href="a00078_source.html#l00271">workspace_initialize()</a>, and <a class="el" href="a00078_source.html#l00105">workspace_is_visible()</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="aa89794fcce5227dd22fea2a0f322c1f3"></a><!-- doxytag: member="commands.c::move_floating_window_to_workspace" ref="aa89794fcce5227dd22fea2a0f322c1f3" args="(xcb_connection_t *conn, Client *client, int workspace)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void move_floating_window_to_workspace </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00007.html">Client</a> *&nbsp;</td>
          <td class="paramname"> <em>client</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>workspace</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00566">566</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00076_source.html#l00036">c_ws</a>, <a class="el" href="a00060_source.html#l00156">client_enter_fullscreen()</a>, <a class="el" href="a00060_source.html#l00339">client_is_floating()</a>, <a class="el" href="a00060_source.html#l00402">client_unmap()</a>, <a class="el" href="a00060_source.html#l00062">client_warp_pointer_into()</a>, <a class="el" href="a00044_source.html#l00021">DLOG</a>, <a class="el" href="a00044_source.html#l00020">ELOG</a>, <a class="el" href="a00066_source.html#l00149">floating_assign_to_workspace()</a>, <a class="el" href="a00036_source.html#l00448">Client::frame</a>, <a class="el" href="a00036_source.html#l00411">Client::fullscreen</a>, <a class="el" href="a00036_source.html#l00226">Workspace::fullscreen_client</a>, <a class="el" href="a00044_source.html#l00019">LOG</a>, <a class="el" href="a00036_source.html#l00239">Workspace::output</a>, <a class="el" href="a00036_source.html#l00199">Workspace::rect</a>, <a class="el" href="a00036_source.html#l00359">Client::rect</a>, <a class="el" href="a00069_source.html#l00771">render_layout()</a>, <a class="el" href="a00069_source.html#l00206">reposition_client()</a>, <a class="el" href="a00077_source.html#l00232">set_focus()</a>, <a class="el" href="a00047_source.html#l00111">SLIST_END</a>, <a class="el" href="a00047_source.html#l00115">SLIST_FOREACH</a>, <a class="el" href="a00036_source.html#l00356">Client::workspace</a>, <a class="el" href="a00078_source.html#l00039">workspace_get()</a>, <a class="el" href="a00078_source.html#l00271">workspace_initialize()</a>, <a class="el" href="a00078_source.html#l00105">workspace_is_visible()</a>, <a class="el" href="a00036_source.html#l00097">Rect::x</a>, and <a class="el" href="a00036_source.html#l00098">Rect::y</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="ad1e7a6f65424a54492d65f80b253233f"></a><!-- doxytag: member="commands.c::next_previous_workspace" ref="ad1e7a6f65424a54492d65f80b253233f" args="(xcb_connection_t *conn, int direction)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void next_previous_workspace </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>direction</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00831">831</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00076_source.html#l00036">c_ws</a>, <a class="el" href="a00036_source.html#l00184">Workspace::num</a>, <a class="el" href="a00036_source.html#l00239">Workspace::output</a>, <a class="el" href="a00047_source.html#l00325">TAILQ_END</a>, <a class="el" href="a00047_source.html#l00324">TAILQ_FIRST</a>, <a class="el" href="a00047_source.html#l00327">TAILQ_LAST</a>, <a class="el" href="a00047_source.html#l00326">TAILQ_NEXT</a>, <a class="el" href="a00047_source.html#l00330">TAILQ_PREV</a>, <a class="el" href="a00078_source.html#l00113">workspace_show()</a>, and <a class="el" href="a00076_source.html#l00034">workspaces</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="a321767a534b7214d81f4cfeaa4bd0736"></a><!-- doxytag: member="commands.c::parse_command" ref="a321767a534b7214d81f4cfeaa4bd0736" args="(xcb_connection_t *conn, const char *command)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void parse_command </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>command</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Parses a command, see file CMDMODE for more information. </p>

<p>Definition at line <a class="el" href="a00061_source.html#l00950">950</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00036_source.html#l00214">Workspace::auto_float</a>, <a class="el" href="a00036_source.html#l00427">Client::borderless</a>, <a class="el" href="a00076_source.html#l00036">c_ws</a>, <a class="el" href="a00076_source.html#l00319">cleanup_table()</a>, <a class="el" href="a00060_source.html#l00377">client_change_border()</a>, <a class="el" href="a00060_source.html#l00339">client_is_floating()</a>, <a class="el" href="a00060_source.html#l00095">client_kill()</a>, <a class="el" href="a00060_source.html#l00244">client_leave_fullscreen()</a>, <a class="el" href="a00060_source.html#l00428">client_mark()</a>, <a class="el" href="a00060_source.html#l00281">client_toggle_fullscreen()</a>, <a class="el" href="a00060_source.html#l00296">client_toggle_fullscreen_global()</a>, <a class="el" href="a00036_source.html#l00353">Client::container</a>, <a class="el" href="a00051_source.html#l00021">CUR_CELL</a>, <a class="el" href="a00036_source.html#l00064">D_DOWN</a>, <a class="el" href="a00036_source.html#l00064">D_LEFT</a>, <a class="el" href="a00036_source.html#l00064">D_RIGHT</a>, <a class="el" href="a00036_source.html#l00064">D_UP</a>, <a class="el" href="a00044_source.html#l00021">DLOG</a>, <a class="el" href="a00044_source.html#l00020">ELOG</a>, <a class="el" href="a00076_source.html#l00384">fix_colrowspan()</a>, <a class="el" href="a00066_source.html#l00466">floating_focus_direction()</a>, <a class="el" href="a00066_source.html#l00488">floating_move()</a>, <a class="el" href="a00066_source.html#l00540">floating_toggle_hide()</a>, <a class="el" href="a00061_source.html#l00084">focus_thing()</a>, <a class="el" href="a00036_source.html#l00411">Client::fullscreen</a>, <a class="el" href="a00071_source.html#l00058">global_conn</a>, <a class="el" href="a00077_source.html#l00514">i3_restart()</a>, <a class="el" href="a00068_source.html#l00121">ipc_send_event()</a>, <a class="el" href="a00068_source.html#l00145">ipc_shutdown()</a>, <a class="el" href="a00061_source.html#l00738">jump_to_container()</a>, <a class="el" href="a00061_source.html#l00066">jump_to_mark()</a>, <a class="el" href="a00061_source.html#l00713">jump_to_window()</a>, <a class="el" href="a00062_source.html#l00307">load_configuration()</a>, <a class="el" href="a00044_source.html#l00019">LOG</a>, <a class="el" href="a00061_source.html#l00406">move_current_container()</a>, <a class="el" href="a00061_source.html#l00312">move_current_window()</a>, <a class="el" href="a00061_source.html#l00638">move_current_window_to_workspace()</a>, <a class="el" href="a00061_source.html#l00566">move_floating_window_to_workspace()</a>, <a class="el" href="a00061_source.html#l00831">next_previous_workspace()</a>, <a class="el" href="a00036_source.html#l00239">Workspace::output</a>, <a class="el" href="a00061_source.html#l00869">parse_resize_command()</a>, <a class="el" href="a00069_source.html#l00771">render_layout()</a>, <a class="el" href="a00069_source.html#l00680">render_workspace()</a>, <a class="el" href="a00072_source.html#l00074">restore_geometry()</a>, <a class="el" href="a00077_source.html#l00232">set_focus()</a>, <a class="el" href="a00047_source.html#l00111">SLIST_END</a>, <a class="el" href="a00047_source.html#l00110">SLIST_FIRST</a>, <a class="el" href="a00061_source.html#l00484">snap_current_container()</a>, <a class="el" href="a00013.html#a8d99003f0507fe6554189568f84505be">Container::stack_limit</a>, <a class="el" href="a00036_source.html#l00500">Container::stack_limit_value</a>, <a class="el" href="a00077_source.html#l00134">start_application()</a>, <a class="el" href="a00052_source.html#l00021">STARTS_WITH</a>, <a class="el" href="a00077_source.html#l00347">switch_layout_mode()</a>, <a class="el" href="a00062_source.html#l00211">switch_mode()</a>, <a class="el" href="a00061_source.html#l00064">THING_CONTAINER</a>, <a class="el" href="a00061_source.html#l00064">THING_SCREEN</a>, <a class="el" href="a00061_source.html#l00064">THING_WINDOW</a>, <a class="el" href="a00007.html#a990cfbc44d87127fd05d8f6a5293d2fd">Client::titlebar_position</a>, <a class="el" href="a00066_source.html#l00041">toggle_floating_mode()</a>, <a class="el" href="a00061_source.html#l00780">travel_focus_stack()</a>, <a class="el" href="a00036_source.html#l00356">Client::workspace</a>, and <a class="el" href="a00078_source.html#l00113">workspace_show()</a>.</p>

<p>Referenced by <a class="el" href="a00067_source.html#l00090">handle_key_press()</a>, and <a class="el" href="a00068_source.html#l00158">IPC_HANDLER()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="a5a90d784d807912c8036968182f80745"></a><!-- doxytag: member="commands.c::parse_resize_command" ref="a5a90d784d807912c8036968182f80745" args="(xcb_connection_t *conn, Client *last_focused, const char *command)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void parse_resize_command </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00007.html">Client</a> *&nbsp;</td>
          <td class="paramname"> <em>last_focused</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>command</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00869">869</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00076_source.html#l00245">cell_exists()</a>, <a class="el" href="a00060_source.html#l00339">client_is_floating()</a>, <a class="el" href="a00036_source.html#l00475">Container::col</a>, <a class="el" href="a00036_source.html#l00202">Workspace::cols</a>, <a class="el" href="a00036_source.html#l00470">Container::colspan</a>, <a class="el" href="a00036_source.html#l00353">Client::container</a>, <a class="el" href="a00044_source.html#l00021">DLOG</a>, <a class="el" href="a00044_source.html#l00020">ELOG</a>, <a class="el" href="a00036_source.html#l00100">Rect::height</a>, <a class="el" href="a00049_source.html#l00017">O_HORIZONTAL</a>, <a class="el" href="a00049_source.html#l00017">O_VERTICAL</a>, <a class="el" href="a00036_source.html#l00359">Client::rect</a>, <a class="el" href="a00069_source.html#l00248">resize_client()</a>, <a class="el" href="a00074_source.html#l00164">resize_container()</a>, <a class="el" href="a00036_source.html#l00474">Container::row</a>, <a class="el" href="a00036_source.html#l00204">Workspace::rows</a>, <a class="el" href="a00036_source.html#l00471">Container::rowspan</a>, <a class="el" href="a00052_source.html#l00021">STARTS_WITH</a>, <a class="el" href="a00036_source.html#l00099">Rect::width</a>, <a class="el" href="a00036_source.html#l00356">Client::workspace</a>, <a class="el" href="a00036_source.html#l00097">Rect::x</a>, and <a class="el" href="a00036_source.html#l00098">Rect::y</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="ab4df589a44cf1ee1c252b6b663760097"></a><!-- doxytag: member="commands.c::snap_current_container" ref="ab4df589a44cf1ee1c252b6b663760097" args="(xcb_connection_t *conn, direction_t direction)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void snap_current_container </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a>&nbsp;</td>
          <td class="paramname"> <em>direction</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00484">484</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00076_source.html#l00245">cell_exists()</a>, <a class="el" href="a00036_source.html#l00475">Container::col</a>, <a class="el" href="a00036_source.html#l00470">Container::colspan</a>, <a class="el" href="a00036_source.html#l00149">Stack_Window::container</a>, <a class="el" href="a00051_source.html#l00021">CUR_CELL</a>, <a class="el" href="a00051_source.html#l00020">CUR_TABLE</a>, <a class="el" href="a00036_source.html#l00064">D_DOWN</a>, <a class="el" href="a00036_source.html#l00064">D_LEFT</a>, <a class="el" href="a00036_source.html#l00064">D_RIGHT</a>, <a class="el" href="a00036_source.html#l00064">D_UP</a>, <a class="el" href="a00044_source.html#l00021">DLOG</a>, <a class="el" href="a00044_source.html#l00020">ELOG</a>, <a class="el" href="a00044_source.html#l00019">LOG</a>, <a class="el" href="a00061_source.html#l00312">move_current_window()</a>, <a class="el" href="a00069_source.html#l00771">render_layout()</a>, <a class="el" href="a00036_source.html#l00474">Container::row</a>, <a class="el" href="a00036_source.html#l00471">Container::rowspan</a>, and <a class="el" href="a00036_source.html#l00488">Container::workspace</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</div>
<a class="anchor" id="a6aff698db3da5706e3150855f29e0d90"></a><!-- doxytag: member="commands.c::travel_focus_stack" ref="a6aff698db3da5706e3150855f29e0d90" args="(xcb_connection_t *conn, const char *arguments)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void travel_focus_stack </td>
          <td>(</td>
          <td class="paramtype">xcb_connection_t *&nbsp;</td>
          <td class="paramname"> <em>conn</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>arguments</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="a00061_source.html#l00780">780</a> of file <a class="el" href="a00061_source.html">commands.c</a>.</p>

<p>References <a class="el" href="a00076_source.html#l00036">c_ws</a>, <a class="el" href="a00060_source.html#l00339">client_is_floating()</a>, <a class="el" href="a00051_source.html#l00021">CUR_CELL</a>, <a class="el" href="a00044_source.html#l00021">DLOG</a>, <a class="el" href="a00044_source.html#l00020">ELOG</a>, <a class="el" href="a00077_source.html#l00232">set_focus()</a>, <a class="el" href="a00047_source.html#l00111">SLIST_END</a>, <a class="el" href="a00047_source.html#l00110">SLIST_FIRST</a>, and <a class="el" href="a00047_source.html#l00115">SLIST_FOREACH</a>.</p>

<p>Referenced by <a class="el" href="a00061_source.html#l00950">parse_command()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
</div>
</p>

</div>
</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>