<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<meta name="Generator" content="src2html"/>
<link rel="stylesheet" type="text/css" href="../../../../../.misc/src2html.css"/>
<title>2.11BSD#431 - /usr/src/usr.lib/libplot/t300/con.h</title>
</head><body>
<div class="clib">
<div id="head">
<h1 id="i:con.h">
2.11BSD#431 - <a href="../../../../../index.html">/</a><a href="../../../../../usr.1.html">usr</a>/<a href="../../../../src.1.html">src</a>/<a href="../../../usr.lib.1.html">usr.lib</a>/<a href="../../libplot.1.html">libplot</a>/<a href="../t300.1.html">t300</a>/<a href="con.h">con.h</a></h1>
</div>
<div id="navi">
<h5>Macros</h5>
<pre>
<span class="navo"><a href="con.h.html#m:ACK" title="line 12">ACK</a>               <span class="navx"><a href="con.h.html#xref:m:ACK" title="to xref">X</a></span></span>
<span class="nave"><a href="con.h.html#m:BEL" title="line 10">BEL</a>               <span class="navx"><a href="con.h.html#xref:m:BEL" title="to xref">X</a></span></span>
<span class="navo"><a href="con.h.html#m:CR" title="line 13">CR</a>                <span class="navx"><a href="con.h.html#xref:m:CR" title="to xref">X</a></span></span>
<span class="nave"><a href="con.h.html#m:DOWN" title="line 6">DOWN</a>              <span class="navx"><a href="con.h.html#xref:m:DOWN" title="to xref">X</a></span></span>
<span class="navo"><a href="con.h.html#m:ESC" title="line 11">ESC</a>               <span class="navx"><a href="con.h.html#xref:m:ESC" title="to xref">X</a></span></span>
<span class="nave"><a href="con.h.html#m:FF" title="line 14">FF</a>                <span class="navx"><a href="con.h.html#xref:m:FF" title="to xref">X</a></span></span>
<span class="navo"><a href="con.h.html#m:HORZRES" title="line 18">HORZRES</a>           <span class="navx"><a href="con.h.html#xref:m:HORZRES" title="to xref">X</a></span></span>
<span class="nave"><a href="con.h.html#m:HORZRESP" title="line 16">HORZRESP</a>          <span class="navx"><a href="con.h.html#xref:m:HORZRESP" title="to xref">X</a></span></span>
<span class="navo"><a href="con.h.html#m:LEFT" title="line 8">LEFT</a>              <span class="navx"><a href="con.h.html#xref:m:LEFT" title="to xref">X</a></span></span>
<span class="nave"><a href="con.h.html#m:RIGHT" title="line 9">RIGHT</a>             <span class="navx"><a href="con.h.html#xref:m:RIGHT" title="to xref">X</a></span></span>
<span class="navo"><a href="con.h.html#m:UP" title="line 7">UP</a>                <span class="navx"><a href="con.h.html#xref:m:UP" title="to xref">X</a></span></span>
<span class="nave"><a href="con.h.html#m:VERTRES" title="line 17">VERTRES</a>           <span class="navx"><a href="con.h.html#xref:m:VERTRES" title="to xref">X</a></span></span>
<span class="navo"><a href="con.h.html#m:VERTRESP" title="line 15">VERTRESP</a>          <span class="navx"><a href="con.h.html#xref:m:VERTRESP" title="to xref">X</a></span></span>
</pre>
</div>
<div id="body">
<div id="code">
<pre>
<span class="clib"><i id="n:1">   1</i>:</span> <span class="scom">/*	con.h	4.1	83/06/27	*/</span>
<span class="clib"><i id="n:2">   2</i>:</span> 
<span class="clib"><i id="n:3">   3</i>:</span> #
<span class="clib"><i id="n:4">   4</i>:</span> #include <a href="../../../../include/sgtty.h.html" title="/usr/include/sgtty.h" class="sstr">&lt;sgtty.h&gt;</a>
<span class="clib"><i id="n:5">   5</i>:</span> <span class="scom">/* gsi plotting output routines */</span>
<span class="clib"><i id="n:6">   6</i>:</span> # define <a href="con.h.html#xref:m:DOWN" id="m:DOWN">DOWN</a> <span class="snum">012</span>
<span class="clib"><i id="n:7">   7</i>:</span> # define <a href="con.h.html#xref:m:UP" id="m:UP">UP</a> <span class="snum">013</span>
<span class="clib"><i id="n:8">   8</i>:</span> # define <a href="con.h.html#xref:m:LEFT" id="m:LEFT">LEFT</a> <span class="snum">010</span>
<span class="clib"><i id="n:9">   9</i>:</span> # define <a href="con.h.html#xref:m:RIGHT" id="m:RIGHT">RIGHT</a> <span class="snum">040</span>
<span class="clib"><i id="n:10">  10</i>:</span> # define <a href="con.h.html#xref:m:BEL" id="m:BEL">BEL</a> <span class="snum">007</span>
<span class="clib"><i id="n:11">  11</i>:</span> # define <a href="con.h.html#xref:m:ESC" id="m:ESC">ESC</a> <span class="snum">033</span>
<span class="clib"><i id="n:12">  12</i>:</span> # define <a href="con.h.html#xref:m:ACK" id="m:ACK">ACK</a> <span class="snum">006</span>
<span class="clib"><i id="n:13">  13</i>:</span> # define <a href="con.h.html#xref:m:CR" id="m:CR">CR</a> <span class="snum">015</span>
<span class="clib"><i id="n:14">  14</i>:</span> # define <a href="con.h.html#xref:m:FF" id="m:FF">FF</a> <span class="snum">014</span>
<span class="clib"><i id="n:15">  15</i>:</span> # define <a href="con.h.html#xref:m:VERTRESP" id="m:VERTRESP">VERTRESP</a> <span class="snum">48</span>
<span class="clib"><i id="n:16">  16</i>:</span> # define <a href="con.h.html#xref:m:HORZRESP" id="m:HORZRESP">HORZRESP</a> <span class="snum">60.</span>
<span class="clib"><i id="n:17">  17</i>:</span> # define <a href="con.h.html#xref:m:VERTRES" id="m:VERTRES">VERTRES</a> <span class="snum">8.</span>
<span class="clib"><i id="n:18">  18</i>:</span> # define <a href="con.h.html#xref:m:HORZRES" id="m:HORZRES">HORZRES</a> <span class="snum">6.</span>
<span class="clib"><i id="n:19">  19</i>:</span> <span class="scom">/* down is line feed, up is reverse line feed,</span>
<span class="clib"><i id="n:20">  20</i>:</span> <span class="scom">   left is backspace, right is space.  48 points per inch</span>
<span class="clib"><i id="n:21">  21</i>:</span> <span class="scom">   vertically, 60 horizontally */</span>
<span class="clib"><i id="n:22">  22</i>:</span> 
<span class="clib"><i id="n:23">  23</i>:</span> <span class="skey">extern </span><span class="styp">int </span><a href="open.c.html#s:_xnow">xnow</a>, <a href="open.c.html#s:_ynow">ynow</a>;
<span class="clib"><i id="n:24">  24</i>:</span> <span class="skey">extern </span><span class="styp">int </span><a href="open.c.html#s:_OUTF">OUTF</a>;
<span class="clib"><i id="n:25">  25</i>:</span> <span class="skey">extern struct </span><a href="../../../sys/h/ioctl.h.html#sd:sgttyb" class="styp">sgttyb</a> <a href="open.c.html#s:_ITTY">ITTY</a>, <a href="open.c.html#s:_PTTY">PTTY</a>;
<span class="clib"><i id="n:26">  26</i>:</span> <span class="skey">extern </span><span class="styp">float </span><a href="open.c.html#s:_HEIGHT">HEIGHT</a>, WIDTH, OFFSET;
<span class="clib"><i id="n:27">  27</i>:</span> <span class="skey">extern </span><span class="styp">int </span><a href="open.c.html#s:_xscale">xscale</a>, <a href="open.c.html#s:_xoffset">xoffset</a>, <a href="open.c.html#s:_yscale">yscale</a>;
<span class="clib"><i id="n:28">  28</i>:</span> <span class="skey">extern </span><span class="styp">float </span><a href="open.c.html#s:_botx">botx</a>, <a href="../t4014/subr.c.html#s:_boty">boty</a>, <a href="../t4014/subr.c.html#s:_obotx">obotx</a>, <a href="../t4014/subr.c.html#s:_oboty">oboty</a>, <a href="open.c.html#s:_scalex">scalex</a>,<a href="../t4014/subr.c.html#s:_scaley">scaley</a>;
</pre>
</div>
<div id="xref">
<h4>Defined macros</h4>
<div class="xe"><a id="xref:m:ACK" href="con.h.html#m:ACK">ACK</a>
 defined in line <a href="con.h.html#n:12">12</a>;  used 2 times
<ul>
<li class="xxe"> in <a href="subr.c.html">/usr/src/usr.lib/libplot/t300/subr.c</a> line 
<a href="subr.c.html#n:30">30</a>,
<a href="subr.c.html#n:36">36</a>
</li></ul>
</div>
<div class="xo"><a id="xref:m:BEL" href="con.h.html#m:BEL">BEL</a>
 defined in line <a href="con.h.html#n:10">10</a>;  <i>never used</i>
</div>
<div class="xe"><a id="xref:m:CR" href="con.h.html#m:CR">CR</a>
 defined in line <a href="con.h.html#n:13">13</a>;  used 1 times
<ul>
<li class="xxe"> in <a href="subr.c.html">/usr/src/usr.lib/libplot/t300/subr.c</a> line 
<a href="subr.c.html#n:81">81</a>
</li></ul>
</div>
<div class="xo"><a id="xref:m:DOWN" href="con.h.html#m:DOWN">DOWN</a>
 defined in line <a href="con.h.html#n:6">6</a>;  used 3 times
<ul>
<li class="xxe"> in <a href="erase.c.html">/usr/src/usr.lib/libplot/t300/erase.c</a> line 
<a href="erase.c.html#n:9">9</a>
</li><li class="xxo"> in <a href="line.c.html">/usr/src/usr.lib/libplot/t300/line.c</a> line 
<a href="line.c.html#n:26">26</a>
</li><li class="xxe"> in <a href="subr.c.html">/usr/src/usr.lib/libplot/t300/subr.c</a> line 
<a href="subr.c.html#n:96">96</a>
</li></ul>
</div>
<div class="xe"><a id="xref:m:ESC" href="con.h.html#m:ESC">ESC</a>
 defined in line <a href="con.h.html#n:11">11</a>;  used 2 times
<ul>
<li class="xxe"> in <a href="subr.c.html">/usr/src/usr.lib/libplot/t300/subr.c</a> line 
<a href="subr.c.html#n:35">35</a>,
<a href="subr.c.html#n:43">43</a>
</li></ul>
</div>
<div class="xo"><a id="xref:m:FF" href="con.h.html#m:FF">FF</a>
 defined in line <a href="con.h.html#n:14">14</a>;  <i>never used</i>
</div>
<div class="xe"><a id="xref:m:HORZRES" href="con.h.html#m:HORZRES">HORZRES</a>
 defined in line <a href="con.h.html#n:18">18</a>;  used 2 times
<ul>
<li class="xxe"> in <a href="subr.c.html">/usr/src/usr.lib/libplot/t300/subr.c</a> line 
<a href="subr.c.html#n:84">84</a>-<a href="subr.c.html#n:87">87</a>(2)
</li></ul>
</div>
<div class="xo"><a id="xref:m:HORZRESP" href="con.h.html#m:HORZRESP">HORZRESP</a>
 defined in line <a href="con.h.html#n:16">16</a>;  <i>never used</i>
</div>
<div class="xe"><a id="xref:m:LEFT" href="con.h.html#m:LEFT">LEFT</a>
 defined in line <a href="con.h.html#n:8">8</a>;  used 2 times
<ul>
<li class="xxe"> in <a href="line.c.html">/usr/src/usr.lib/libplot/t300/line.c</a> line 
<a href="line.c.html#n:24">24</a>
</li><li class="xxo"> in <a href="subr.c.html">/usr/src/usr.lib/libplot/t300/subr.c</a> line 
<a href="subr.c.html#n:86">86</a>
</li></ul>
</div>
<div class="xo"><a id="xref:m:RIGHT" href="con.h.html#m:RIGHT">RIGHT</a>
 defined in line <a href="con.h.html#n:9">9</a>;  used 2 times
<ul>
<li class="xxe"> in <a href="line.c.html">/usr/src/usr.lib/libplot/t300/line.c</a> line 
<a href="line.c.html#n:23">23</a>
</li><li class="xxo"> in <a href="subr.c.html">/usr/src/usr.lib/libplot/t300/subr.c</a> line 
<a href="subr.c.html#n:85">85</a>
</li></ul>
</div>
<div class="xe"><a id="xref:m:UP" href="con.h.html#m:UP">UP</a>
 defined in line <a href="con.h.html#n:7">7</a>;  used 3 times
<ul>
<li class="xxe"> in <a href="line.c.html">/usr/src/usr.lib/libplot/t300/line.c</a> line 
<a href="line.c.html#n:25">25</a>
</li><li class="xxo"> in <a href="subr.c.html">/usr/src/usr.lib/libplot/t300/subr.c</a> line 
<a href="subr.c.html#n:43">43</a>,
<a href="subr.c.html#n:95">95</a>
</li></ul>
</div>
<div class="xo"><a id="xref:m:VERTRES" href="con.h.html#m:VERTRES">VERTRES</a>
 defined in line <a href="con.h.html#n:17">17</a>;  used 3 times
<ul>
<li class="xxe"> in <a href="erase.c.html">/usr/src/usr.lib/libplot/t300/erase.c</a> line 
<a href="erase.c.html#n:8">8</a>
</li><li class="xxo"> in <a href="subr.c.html">/usr/src/usr.lib/libplot/t300/subr.c</a> line 
<a href="subr.c.html#n:94">94</a>-<a href="subr.c.html#n:97">97</a>(2)
</li></ul>
</div>
<div class="xe"><a id="xref:m:VERTRESP" href="con.h.html#m:VERTRESP">VERTRESP</a>
 defined in line <a href="con.h.html#n:15">15</a>;  used 1 times
<ul>
<li class="xxe"> in <a href="erase.c.html">/usr/src/usr.lib/libplot/t300/erase.c</a> line 
<a href="erase.c.html#n:8">8</a>
</li></ul>
</div>
<h4>Usage of this include</h4>
<div class="xe"><a id="xref:i:con.h" href="con.h.html#i:con.h">con.h</a>
 used 5 times
<ul>
<li class="xxe"> in <a href="erase.c.html">/usr/src/usr.lib/libplot/t300/erase.c</a> line 
<a href="erase.c.html#n:5">5</a>
</li><li class="xxo"> in <a href="label.c.html">/usr/src/usr.lib/libplot/t300/label.c</a> line 
<a href="label.c.html#n:5">5</a>
</li><li class="xxe"> in <a href="line.c.html">/usr/src/usr.lib/libplot/t300/line.c</a> line 
<a href="line.c.html#n:5">5</a>
</li><li class="xxo"> in <a href="space.c.html">/usr/src/usr.lib/libplot/t300/space.c</a> line 
<a href="space.c.html#n:5">5</a>
</li><li class="xxe"> in <a href="subr.c.html">/usr/src/usr.lib/libplot/t300/subr.c</a> line 
<a href="subr.c.html#n:6">6</a>
</li></ul>
</div>
</div>
</div>
<div id="tail">
<table border="0" width="100%" cellspacing="2" cellpadding="0">
  <tr>
    <td align="left">
      Last modified: 1987-02-18
      <br/>
      Generated: 2016-12-26
    </td>
    <td align="center"><small>Generated by src2html V0.67
      <br/>page hit count: 
      1121
      </small>
    </td>
    <td align="right">
      <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img alt="Valid CSS" height="31" width="88"
             src="../../../../../.misc/valid-css.png"/>
      </a>
      <a href="http://validator.w3.org/check?uri=referer">
         <img alt="Valid XHTML 1.0 Strict" 
              height="31" width="88" src="../../../../../.misc/valid-xhtml10.png"/>
      </a>
    </td>
  </tr>
</table>
</div></div>
</body></html>
