2011-08-16 11:38:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-07-11 06:57:16 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-22 00:04:13 +00:00
|
|
|
<appendix xml:id="expect.constants" xmlns="http://docbook.org/ns/docbook">
|
2005-10-02 06:53:45 +00:00
|
|
|
&reftitle.constants;
|
|
|
|
&extension.constants;
|
|
|
|
<variablelist>
|
2009-02-03 22:14:06 +00:00
|
|
|
<varlistentry xml:id="constants.expect.exp-glob">
|
2005-10-02 06:53:45 +00:00
|
|
|
<term>
|
|
|
|
<constant>EXP_GLOB</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Indicates that the pattern is a glob-style string pattern.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2009-02-03 22:14:06 +00:00
|
|
|
<varlistentry xml:id="constants.expect.exp-exact">
|
2005-10-02 06:53:45 +00:00
|
|
|
<term>
|
|
|
|
<constant>EXP_EXACT</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Indicates that the pattern is an exact string.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2009-02-03 22:14:06 +00:00
|
|
|
<varlistentry xml:id="constants.expect.exp-regexp">
|
2005-10-02 06:53:45 +00:00
|
|
|
<term>
|
|
|
|
<constant>EXP_REGEXP</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Indicates that the pattern is a regexp-style string pattern.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2009-02-03 22:14:06 +00:00
|
|
|
<varlistentry xml:id="constants.expect.exp-eof">
|
2005-10-02 06:53:45 +00:00
|
|
|
<term>
|
|
|
|
<constant>EXP_EOF</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Value, returned by <function>expect_expectl</function>, when EOF is
|
|
|
|
reached.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2009-02-03 22:14:06 +00:00
|
|
|
<varlistentry xml:id="constants.expect.exp-timeout">
|
2005-10-02 06:53:45 +00:00
|
|
|
<term>
|
|
|
|
<constant>EXP_TIMEOUT</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-03 11:25:12 +00:00
|
|
|
Value, returned by <function>expect_expectl</function> upon timeout of
|
|
|
|
seconds, specified in value of <link linkend="ini.expect.timeout">expect.timeout</link>
|
2005-10-02 06:53:45 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2009-02-03 22:14:06 +00:00
|
|
|
<varlistentry xml:id="constants.expect.exp-fullbuffer">
|
2005-10-02 06:53:45 +00:00
|
|
|
<term>
|
|
|
|
<constant>EXP_FULLBUFFER</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Value, returned by <function>expect_expectl</function> if no pattern have
|
|
|
|
been matched.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2007-12-22 00:04:13 +00:00
|
|
|
</appendix>
|
2005-10-02 06:53:45 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2005-10-02 06:53:45 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|