Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 2fc07611b08d4a735fd34d5eb60d8e16 > files > 2208

ciao-1.10p8-3mdv2010.0.i586.rpm

<HTML>
<HEAD>
<!-- Created by texi2html 1.56k + clip patches and <A href="http://www.clip.dia.fi.upm.es/Software">lpdoc</A> from ciao.texi on 28 January 2007 -->

<LINK rel="stylesheet" href="ciao.css" type="text/css">
<TITLE>The Ciao Prolog System               - Other predicates and features defined by default</TITLE>
</HEAD>
<BODY> 
Go to the <A HREF="ciao_1.html">first</A>, <A HREF="ciao_32.html">previous</A>, <A HREF="ciao_34.html">next</A>, <A HREF="ciao_241.html">last</A> section, <A HREF="ciao_toc.html">table of contents</A>.
<P><HR><P>


<H1><A NAME="SEC187" HREF="ciao_toc.html#TOC187">Other predicates and features defined by default</A></H1>
<P>
<A NAME="IDX2177"></A>


<P>
<STRONG>Author(s):</STRONG> Daniel Cabeza.


<P>
To simplify the use of Ciao Prolog to the 
<A NAME="IDX2178"></A>
first-timers, some other predicates and features are defined by default in normal cases, to provide more or less what other prologs define by default. Here are explicitly listed the predicates defined, coming from several libraries. Apart from those, the features defined in section <A HREF="ciao_45.html#SEC223">Definite clause grammars</A> and section <A HREF="ciao_57.html#SEC263">Enabling operators at run-time</A> are also activated.



<UL>
<LI><A HREF="ciao_33.html#SEC188">Usage and interface (default_predicates)</A>
<LI><A HREF="ciao_33.html#SEC189">Documentation on exports (default_predicates)</A>
</UL>



<H2><A NAME="SEC188" HREF="ciao_toc.html#TOC188">Usage and interface (<CODE>default_predicates</CODE>)</A></H2>

<div class="cartouche">

<UL>

<LI><STRONG>Library usage:</STRONG>

No need of explicit loading. It is included by default in modules starting with a 
<A NAME="IDX2179"></A>
<CODE>module/2</CODE> declaration or user files without a starting 
<A NAME="IDX2180"></A>
<CODE>use_package/1</CODE> declaration. In the Ciao shell, it is loaded by default when no 
<A NAME="IDX2181"></A>
<CODE>~/.ciaorc</CODE> exists. Note that <CODE>:- module(<EM>modulename</EM>,<EM>exports</EM>)</CODE> is equivalent to <CODE>:- module(<EM>modulename</EM>,<EM>exports</EM>,[default])</CODE> If you do not want these predicates/features loaded for a given file (in order to make the executable smaller) you can ask for this explicitly using <CODE>:- module(<EM>modulename</EM>,<EM>exports</EM>,[])</CODE> or in a user file <CODE>:- use_package([])</CODE>.

<LI><STRONG>Other modules used:</STRONG>


<UL>

<LI><EM>System library modules:</EM>

<A NAME="IDX2182"></A>
<CODE>aggregates</CODE>, 
<A NAME="IDX2183"></A>
<CODE>dynamic</CODE>, 
<A NAME="IDX2184"></A>
<CODE>read</CODE>, 
<A NAME="IDX2185"></A>
<CODE>write</CODE>, 
<A NAME="IDX2186"></A>
<CODE>operators</CODE>, 
<A NAME="IDX2187"></A>
<CODE>iso_byte_char</CODE>, 
<A NAME="IDX2188"></A>
<CODE>iso_misc</CODE>, 
<A NAME="IDX2189"></A>
<CODE>format</CODE>, 
<A NAME="IDX2190"></A>
<CODE>lists</CODE>, 
<A NAME="IDX2191"></A>
<CODE>sort</CODE>, 
<A NAME="IDX2192"></A>
<CODE>between</CODE>, 
<A NAME="IDX2193"></A>
<CODE>compiler/compiler</CODE>, 
<A NAME="IDX2194"></A>
<CODE>system</CODE>, 
<A NAME="IDX2195"></A>
<CODE>prolog_sys</CODE>, 
<A NAME="IDX2196"></A>
<CODE>dec10_io</CODE>, 
<A NAME="IDX2197"></A>
<CODE>old_database</CODE>, 
<A NAME="IDX2198"></A>
<CODE>ttyout</CODE>.

</UL>

</UL>

</div class="cartouche">



<H2><A NAME="SEC189" HREF="ciao_toc.html#TOC189">Documentation on exports (<CODE>default_predicates</CODE>)</A></H2>
<P>
<A NAME="IDX2199"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>op/3:</B>
<DD><A NAME="IDX2200"></A>


<P>
 Imported from 
<A NAME="IDX2201"></A>
<CODE>operators</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2202"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>current_op/3:</B>
<DD><A NAME="IDX2203"></A>


<P>
 Imported from 
<A NAME="IDX2204"></A>
<CODE>operators</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2205"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>append/3:</B>
<DD><A NAME="IDX2206"></A>


<P>
 Imported from 
<A NAME="IDX2207"></A>
<CODE>lists</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2208"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>delete/3:</B>
<DD><A NAME="IDX2209"></A>


<P>
 Imported from 
<A NAME="IDX2210"></A>
<CODE>lists</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2211"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>select/3:</B>
<DD><A NAME="IDX2212"></A>


<P>
 Imported from 
<A NAME="IDX2213"></A>
<CODE>lists</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2214"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>nth/3:</B>
<DD><A NAME="IDX2215"></A>


<P>
 Imported from 
<A NAME="IDX2216"></A>
<CODE>lists</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2217"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>last/2:</B>
<DD><A NAME="IDX2218"></A>


<P>
 Imported from 
<A NAME="IDX2219"></A>
<CODE>lists</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2220"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>reverse/2:</B>
<DD><A NAME="IDX2221"></A>


<P>
 Imported from 
<A NAME="IDX2222"></A>
<CODE>lists</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2223"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>length/2:</B>
<DD><A NAME="IDX2224"></A>


<P>
 Imported from 
<A NAME="IDX2225"></A>
<CODE>lists</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2226"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>use_module/1:</B>
<DD><A NAME="IDX2227"></A>


<P>
 Imported from 
<A NAME="IDX2228"></A>
<CODE>compiler</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2229"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>use_module/2:</B>
<DD><A NAME="IDX2230"></A>


<P>
 Imported from 
<A NAME="IDX2231"></A>
<CODE>compiler</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2232"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ensure_loaded/1:</B>
<DD><A NAME="IDX2233"></A>


<P>
 Imported from 
<A NAME="IDX2234"></A>
<CODE>compiler</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2235"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>^/2:</B>
<DD><A NAME="IDX2236"></A>


<P>
 Imported from 
<A NAME="IDX2237"></A>
<CODE>aggregates</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2238"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>findnsols/5:</B>
<DD><A NAME="IDX2239"></A>


<P>
 Imported from 
<A NAME="IDX2240"></A>
<CODE>aggregates</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2241"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>findnsols/4:</B>
<DD><A NAME="IDX2242"></A>


<P>
 Imported from 
<A NAME="IDX2243"></A>
<CODE>aggregates</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2244"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>findall/4:</B>
<DD><A NAME="IDX2245"></A>


<P>
 Imported from 
<A NAME="IDX2246"></A>
<CODE>aggregates</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2247"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>findall/3:</B>
<DD><A NAME="IDX2248"></A>


<P>
 Imported from 
<A NAME="IDX2249"></A>
<CODE>aggregates</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2250"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>bagof/3:</B>
<DD><A NAME="IDX2251"></A>


<P>
 Imported from 
<A NAME="IDX2252"></A>
<CODE>aggregates</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2253"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>setof/3:</B>
<DD><A NAME="IDX2254"></A>


<P>
 Imported from 
<A NAME="IDX2255"></A>
<CODE>aggregates</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2256"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>wellformed_body/3:</B>
<DD><A NAME="IDX2257"></A>


<P>
 Imported from 
<A NAME="IDX2258"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2259"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>data/1:</B>
<DD><A NAME="IDX2260"></A>


<P>
 Imported from 
<A NAME="IDX2261"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2262"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>dynamic/1:</B>
<DD><A NAME="IDX2263"></A>


<P>
 Imported from 
<A NAME="IDX2264"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2265"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>current_predicate/2:</B>
<DD><A NAME="IDX2266"></A>


<P>
 Imported from 
<A NAME="IDX2267"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2268"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>current_predicate/1:</B>
<DD><A NAME="IDX2269"></A>


<P>
 Imported from 
<A NAME="IDX2270"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2271"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>clause/3:</B>
<DD><A NAME="IDX2272"></A>


<P>
 Imported from 
<A NAME="IDX2273"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2274"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>clause/2:</B>
<DD><A NAME="IDX2275"></A>


<P>
 Imported from 
<A NAME="IDX2276"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2277"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>abolish/1:</B>
<DD><A NAME="IDX2278"></A>


<P>
 Imported from 
<A NAME="IDX2279"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2280"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>retractall/1:</B>
<DD><A NAME="IDX2281"></A>


<P>
 Imported from 
<A NAME="IDX2282"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2283"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>retract/1:</B>
<DD><A NAME="IDX2284"></A>


<P>
 Imported from 
<A NAME="IDX2285"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2286"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>assert/2:</B>
<DD><A NAME="IDX2287"></A>


<P>
 Imported from 
<A NAME="IDX2288"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2289"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>assert/1:</B>
<DD><A NAME="IDX2290"></A>


<P>
 Imported from 
<A NAME="IDX2291"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2292"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>assertz/2:</B>
<DD><A NAME="IDX2293"></A>


<P>
 Imported from 
<A NAME="IDX2294"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2295"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>assertz/1:</B>
<DD><A NAME="IDX2296"></A>


<P>
 Imported from 
<A NAME="IDX2297"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2298"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>asserta/2:</B>
<DD><A NAME="IDX2299"></A>


<P>
 Imported from 
<A NAME="IDX2300"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2301"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>asserta/1:</B>
<DD><A NAME="IDX2302"></A>


<P>
 Imported from 
<A NAME="IDX2303"></A>
<CODE>dynamic</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2304"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>second_prompt/2:</B>
<DD><A NAME="IDX2305"></A>


<P>
 Imported from 
<A NAME="IDX2306"></A>
<CODE>read</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2307"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>read_top_level/3:</B>
<DD><A NAME="IDX2308"></A>


<P>
 Imported from 
<A NAME="IDX2309"></A>
<CODE>read</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2310"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>read_term/3:</B>
<DD><A NAME="IDX2311"></A>


<P>
 Imported from 
<A NAME="IDX2312"></A>
<CODE>read</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2313"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>read_term/2:</B>
<DD><A NAME="IDX2314"></A>


<P>
 Imported from 
<A NAME="IDX2315"></A>
<CODE>read</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2316"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>read/2:</B>
<DD><A NAME="IDX2317"></A>


<P>
 Imported from 
<A NAME="IDX2318"></A>
<CODE>read</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2319"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>read/1:</B>
<DD><A NAME="IDX2320"></A>


<P>
 Imported from 
<A NAME="IDX2321"></A>
<CODE>read</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2322"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>printable_char/1:</B>
<DD><A NAME="IDX2323"></A>


<P>
 Imported from 
<A NAME="IDX2324"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2325"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>prettyvars/1:</B>
<DD><A NAME="IDX2326"></A>


<P>
 Imported from 
<A NAME="IDX2327"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2328"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>numbervars/3:</B>
<DD><A NAME="IDX2329"></A>


<P>
 Imported from 
<A NAME="IDX2330"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2331"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>portray_clause/1:</B>
<DD><A NAME="IDX2332"></A>


<P>
 Imported from 
<A NAME="IDX2333"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2334"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>portray_clause/2:</B>
<DD><A NAME="IDX2335"></A>


<P>
 Imported from 
<A NAME="IDX2336"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2337"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>write_list1/1:</B>
<DD><A NAME="IDX2338"></A>


<P>
 Imported from 
<A NAME="IDX2339"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2340"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>print/1:</B>
<DD><A NAME="IDX2341"></A>


<P>
 Imported from 
<A NAME="IDX2342"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2343"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>print/2:</B>
<DD><A NAME="IDX2344"></A>


<P>
 Imported from 
<A NAME="IDX2345"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2346"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>write_canonical/1:</B>
<DD><A NAME="IDX2347"></A>


<P>
 Imported from 
<A NAME="IDX2348"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2349"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>write_canonical/2:</B>
<DD><A NAME="IDX2350"></A>


<P>
 Imported from 
<A NAME="IDX2351"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2352"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>writeq/1:</B>
<DD><A NAME="IDX2353"></A>


<P>
 Imported from 
<A NAME="IDX2354"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2355"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>writeq/2:</B>
<DD><A NAME="IDX2356"></A>


<P>
 Imported from 
<A NAME="IDX2357"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2358"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>write/1:</B>
<DD><A NAME="IDX2359"></A>


<P>
 Imported from 
<A NAME="IDX2360"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2361"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>write/2:</B>
<DD><A NAME="IDX2362"></A>


<P>
 Imported from 
<A NAME="IDX2363"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2364"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>write_option/1:</B>
<DD><A NAME="IDX2365"></A>


<P>
 Imported from 
<A NAME="IDX2366"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2367"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>write_term/2:</B>
<DD><A NAME="IDX2368"></A>


<P>
 Imported from 
<A NAME="IDX2369"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2370"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>write_term/3:</B>
<DD><A NAME="IDX2371"></A>


<P>
 Imported from 
<A NAME="IDX2372"></A>
<CODE>write</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2373"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>put_char/2:</B>
<DD><A NAME="IDX2374"></A>


<P>
 Imported from 
<A NAME="IDX2375"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2376"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>put_char/1:</B>
<DD><A NAME="IDX2377"></A>


<P>
 Imported from 
<A NAME="IDX2378"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2379"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>peek_char/2:</B>
<DD><A NAME="IDX2380"></A>


<P>
 Imported from 
<A NAME="IDX2381"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2382"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>peek_char/1:</B>
<DD><A NAME="IDX2383"></A>


<P>
 Imported from 
<A NAME="IDX2384"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2385"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>get_char/2:</B>
<DD><A NAME="IDX2386"></A>


<P>
 Imported from 
<A NAME="IDX2387"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2388"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>get_char/1:</B>
<DD><A NAME="IDX2389"></A>


<P>
 Imported from 
<A NAME="IDX2390"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2391"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>put_byte/2:</B>
<DD><A NAME="IDX2392"></A>


<P>
 Imported from 
<A NAME="IDX2393"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2394"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>put_byte/1:</B>
<DD><A NAME="IDX2395"></A>


<P>
 Imported from 
<A NAME="IDX2396"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2397"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>peek_byte/2:</B>
<DD><A NAME="IDX2398"></A>


<P>
 Imported from 
<A NAME="IDX2399"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2400"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>peek_byte/1:</B>
<DD><A NAME="IDX2401"></A>


<P>
 Imported from 
<A NAME="IDX2402"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2403"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>get_byte/2:</B>
<DD><A NAME="IDX2404"></A>


<P>
 Imported from 
<A NAME="IDX2405"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2406"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>get_byte/1:</B>
<DD><A NAME="IDX2407"></A>


<P>
 Imported from 
<A NAME="IDX2408"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2409"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>number_chars/2:</B>
<DD><A NAME="IDX2410"></A>


<P>
 Imported from 
<A NAME="IDX2411"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2412"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>atom_chars/2:</B>
<DD><A NAME="IDX2413"></A>


<P>
 Imported from 
<A NAME="IDX2414"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2415"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>char_code/2:</B>
<DD><A NAME="IDX2416"></A>


<P>
 Imported from 
<A NAME="IDX2417"></A>
<CODE>iso_byte_char</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2418"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>unify_with_occurs_check/2:</B>
<DD><A NAME="IDX2419"></A>


<P>
 Imported from 
<A NAME="IDX2420"></A>
<CODE>iso_misc</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2421"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>sub_atom/5:</B>
<DD><A NAME="IDX2422"></A>


<P>
 Imported from 
<A NAME="IDX2423"></A>
<CODE>iso_misc</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2424"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>compound/1:</B>
<DD><A NAME="IDX2425"></A>


<P>
 Imported from 
<A NAME="IDX2426"></A>
<CODE>iso_misc</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2427"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>once/1:</B>
<DD><A NAME="IDX2428"></A>


<P>
 Imported from 
<A NAME="IDX2429"></A>
<CODE>iso_misc</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2430"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>\=/2:</B>
<DD><A NAME="IDX2431"></A>


<P>
 Imported from 
<A NAME="IDX2432"></A>
<CODE>iso_misc</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2433"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>format_control/1:</B>
<DD><A NAME="IDX2434"></A>


<P>
 Imported from 
<A NAME="IDX2435"></A>
<CODE>format</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2436"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>format/3:</B>
<DD><A NAME="IDX2437"></A>


<P>
 Imported from 
<A NAME="IDX2438"></A>
<CODE>format</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2439"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>format/2:</B>
<DD><A NAME="IDX2440"></A>


<P>
 Imported from 
<A NAME="IDX2441"></A>
<CODE>format</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2442"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>keylist/1:</B>
<DD><A NAME="IDX2443"></A>


<P>
 Imported from 
<A NAME="IDX2444"></A>
<CODE>sort</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2445"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>keysort/2:</B>
<DD><A NAME="IDX2446"></A>


<P>
 Imported from 
<A NAME="IDX2447"></A>
<CODE>sort</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2448"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>sort/2:</B>
<DD><A NAME="IDX2449"></A>


<P>
 Imported from 
<A NAME="IDX2450"></A>
<CODE>sort</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2451"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>between/3:</B>
<DD><A NAME="IDX2452"></A>


<P>
 Imported from 
<A NAME="IDX2453"></A>
<CODE>between</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2454"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>cyg2win/3:</B>
<DD><A NAME="IDX2455"></A>


<P>
 Imported from 
<A NAME="IDX2456"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2457"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>rename_file/2:</B>
<DD><A NAME="IDX2458"></A>


<P>
 Imported from 
<A NAME="IDX2459"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2460"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>delete_directory/1:</B>
<DD><A NAME="IDX2461"></A>


<P>
 Imported from 
<A NAME="IDX2462"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2463"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>delete_file/1:</B>
<DD><A NAME="IDX2464"></A>


<P>
 Imported from 
<A NAME="IDX2465"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2466"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>chmod/3:</B>
<DD><A NAME="IDX2467"></A>


<P>
 Imported from 
<A NAME="IDX2468"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2469"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>chmod/2:</B>
<DD><A NAME="IDX2470"></A>


<P>
 Imported from 
<A NAME="IDX2471"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2472"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>fmode/2:</B>
<DD><A NAME="IDX2473"></A>


<P>
 Imported from 
<A NAME="IDX2474"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2475"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>modif_time0/2:</B>
<DD><A NAME="IDX2476"></A>


<P>
 Imported from 
<A NAME="IDX2477"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2478"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>modif_time/2:</B>
<DD><A NAME="IDX2479"></A>


<P>
 Imported from 
<A NAME="IDX2480"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2481"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>file_properties/6:</B>
<DD><A NAME="IDX2482"></A>


<P>
 Imported from 
<A NAME="IDX2483"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2484"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>file_property/2:</B>
<DD><A NAME="IDX2485"></A>


<P>
 Imported from 
<A NAME="IDX2486"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2487"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>file_exists/2:</B>
<DD><A NAME="IDX2488"></A>


<P>
 Imported from 
<A NAME="IDX2489"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2490"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>file_exists/1:</B>
<DD><A NAME="IDX2491"></A>


<P>
 Imported from 
<A NAME="IDX2492"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2493"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>mktemp/2:</B>
<DD><A NAME="IDX2494"></A>


<P>
 Imported from 
<A NAME="IDX2495"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2496"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>directory_files/2:</B>
<DD><A NAME="IDX2497"></A>


<P>
 Imported from 
<A NAME="IDX2498"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2499"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>wait/3:</B>
<DD><A NAME="IDX2500"></A>


<P>
 Imported from 
<A NAME="IDX2501"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2502"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>exec/8:</B>
<DD><A NAME="IDX2503"></A>


<P>
 Imported from 
<A NAME="IDX2504"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2505"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>exec/3:</B>
<DD><A NAME="IDX2506"></A>


<P>
 Imported from 
<A NAME="IDX2507"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2508"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>exec/4:</B>
<DD><A NAME="IDX2509"></A>


<P>
 Imported from 
<A NAME="IDX2510"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2511"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>popen_mode/1:</B>
<DD><A NAME="IDX2512"></A>


<P>
 Imported from 
<A NAME="IDX2513"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2514"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>popen/3:</B>
<DD><A NAME="IDX2515"></A>


<P>
 Imported from 
<A NAME="IDX2516"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2517"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>system/2:</B>
<DD><A NAME="IDX2518"></A>


<P>
 Imported from 
<A NAME="IDX2519"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2520"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>system/1:</B>
<DD><A NAME="IDX2521"></A>


<P>
 Imported from 
<A NAME="IDX2522"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2523"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>shell/2:</B>
<DD><A NAME="IDX2524"></A>


<P>
 Imported from 
<A NAME="IDX2525"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2526"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>shell/1:</B>
<DD><A NAME="IDX2527"></A>


<P>
 Imported from 
<A NAME="IDX2528"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2529"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>shell/0:</B>
<DD><A NAME="IDX2530"></A>


<P>
 Imported from 
<A NAME="IDX2531"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2532"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>cd/1:</B>
<DD><A NAME="IDX2533"></A>


<P>
 Imported from 
<A NAME="IDX2534"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2535"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>working_directory/2:</B>
<DD><A NAME="IDX2536"></A>


<P>
 Imported from 
<A NAME="IDX2537"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2538"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>make_dirpath/1:</B>
<DD><A NAME="IDX2539"></A>


<P>
 Imported from 
<A NAME="IDX2540"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2541"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>make_dirpath/2:</B>
<DD><A NAME="IDX2542"></A>


<P>
 Imported from 
<A NAME="IDX2543"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2544"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>make_directory/1:</B>
<DD><A NAME="IDX2545"></A>


<P>
 Imported from 
<A NAME="IDX2546"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2547"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>make_directory/2:</B>
<DD><A NAME="IDX2548"></A>


<P>
 Imported from 
<A NAME="IDX2549"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2550"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>umask/2:</B>
<DD><A NAME="IDX2551"></A>


<P>
 Imported from 
<A NAME="IDX2552"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2553"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>current_executable/1:</B>
<DD><A NAME="IDX2554"></A>


<P>
 Imported from 
<A NAME="IDX2555"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2556"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>current_host/1:</B>
<DD><A NAME="IDX2557"></A>


<P>
 Imported from 
<A NAME="IDX2558"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2559"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>get_pid/1:</B>
<DD><A NAME="IDX2560"></A>


<P>
 Imported from 
<A NAME="IDX2561"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2562"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>extract_paths/2:</B>
<DD><A NAME="IDX2563"></A>


<P>
 Imported from 
<A NAME="IDX2564"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2565"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>setenvstr/2:</B>
<DD><A NAME="IDX2566"></A>


<P>
 Imported from 
<A NAME="IDX2567"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2568"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>getenvstr/2:</B>
<DD><A NAME="IDX2569"></A>


<P>
 Imported from 
<A NAME="IDX2570"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2571"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>datime_struct/1:</B>
<DD><A NAME="IDX2572"></A>


<P>
 Imported from 
<A NAME="IDX2573"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2574"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>datime/9:</B>
<DD><A NAME="IDX2575"></A>


<P>
 Imported from 
<A NAME="IDX2576"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2577"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>datime/1:</B>
<DD><A NAME="IDX2578"></A>


<P>
 Imported from 
<A NAME="IDX2579"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2580"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>time/1:</B>
<DD><A NAME="IDX2581"></A>


<P>
 Imported from 
<A NAME="IDX2582"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2583"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>pause/1:</B>
<DD><A NAME="IDX2584"></A>


<P>
 Imported from 
<A NAME="IDX2585"></A>
<CODE>system</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2586"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>new_atom/1:</B>
<DD><A NAME="IDX2587"></A>


<P>
 Imported from 
<A NAME="IDX2588"></A>
<CODE>prolog_sys</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2589"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>garbage_collect/0:</B>
<DD><A NAME="IDX2590"></A>


<P>
 Imported from 
<A NAME="IDX2591"></A>
<CODE>prolog_sys</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2592"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>current_atom/1:</B>
<DD><A NAME="IDX2593"></A>


<P>
 Imported from 
<A NAME="IDX2594"></A>
<CODE>prolog_sys</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2595"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>predicate_property/2:</B>
<DD><A NAME="IDX2596"></A>


<P>
 Imported from 
<A NAME="IDX2597"></A>
<CODE>prolog_sys</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2598"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>statistics/2:</B>
<DD><A NAME="IDX2599"></A>


<P>
 Imported from 
<A NAME="IDX2600"></A>
<CODE>prolog_sys</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2601"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>statistics/0:</B>
<DD><A NAME="IDX2602"></A>


<P>
 Imported from 
<A NAME="IDX2603"></A>
<CODE>prolog_sys</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2604"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>close_file/1:</B>
<DD><A NAME="IDX2605"></A>


<P>
 Imported from 
<A NAME="IDX2606"></A>
<CODE>dec10_io</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2607"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>told/0:</B>
<DD><A NAME="IDX2608"></A>


<P>
 Imported from 
<A NAME="IDX2609"></A>
<CODE>dec10_io</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2610"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>telling/1:</B>
<DD><A NAME="IDX2611"></A>


<P>
 Imported from 
<A NAME="IDX2612"></A>
<CODE>dec10_io</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2613"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>tell/1:</B>
<DD><A NAME="IDX2614"></A>


<P>
 Imported from 
<A NAME="IDX2615"></A>
<CODE>dec10_io</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2616"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>seen/0:</B>
<DD><A NAME="IDX2617"></A>


<P>
 Imported from 
<A NAME="IDX2618"></A>
<CODE>dec10_io</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2619"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>seeing/1:</B>
<DD><A NAME="IDX2620"></A>


<P>
 Imported from 
<A NAME="IDX2621"></A>
<CODE>dec10_io</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2622"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>see/1:</B>
<DD><A NAME="IDX2623"></A>


<P>
 Imported from 
<A NAME="IDX2624"></A>
<CODE>dec10_io</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2625"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>current_key/2:</B>
<DD><A NAME="IDX2626"></A>


<P>
 Imported from 
<A NAME="IDX2627"></A>
<CODE>old_database</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2628"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>recorded/3:</B>
<DD><A NAME="IDX2629"></A>


<P>
 Imported from 
<A NAME="IDX2630"></A>
<CODE>old_database</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2631"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>recordz/3:</B>
<DD><A NAME="IDX2632"></A>


<P>
 Imported from 
<A NAME="IDX2633"></A>
<CODE>old_database</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2634"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>recorda/3:</B>
<DD><A NAME="IDX2635"></A>


<P>
 Imported from 
<A NAME="IDX2636"></A>
<CODE>old_database</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2637"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttydisplay_string/1:</B>
<DD><A NAME="IDX2638"></A>


<P>
 Imported from 
<A NAME="IDX2639"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2640"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttyskipeol/0:</B>
<DD><A NAME="IDX2641"></A>


<P>
 Imported from 
<A NAME="IDX2642"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2643"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttydisplayq/1:</B>
<DD><A NAME="IDX2644"></A>


<P>
 Imported from 
<A NAME="IDX2645"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2646"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttydisplay/1:</B>
<DD><A NAME="IDX2647"></A>


<P>
 Imported from 
<A NAME="IDX2648"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2649"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttyflush/0:</B>
<DD><A NAME="IDX2650"></A>


<P>
 Imported from 
<A NAME="IDX2651"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2652"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttytab/1:</B>
<DD><A NAME="IDX2653"></A>


<P>
 Imported from 
<A NAME="IDX2654"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2655"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttyskip/1:</B>
<DD><A NAME="IDX2656"></A>


<P>
 Imported from 
<A NAME="IDX2657"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2658"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttyput/1:</B>
<DD><A NAME="IDX2659"></A>


<P>
 Imported from 
<A NAME="IDX2660"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2661"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttynl/0:</B>
<DD><A NAME="IDX2662"></A>


<P>
 Imported from 
<A NAME="IDX2663"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2664"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttyget1/1:</B>
<DD><A NAME="IDX2665"></A>


<P>
 Imported from 
<A NAME="IDX2666"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P>
<A NAME="IDX2667"></A>
<DL>
<DT><span class="define">(UNDOC_REEXPORT):</span> <B>ttyget/1:</B>
<DD><A NAME="IDX2668"></A>


<P>
 Imported from 
<A NAME="IDX2669"></A>
<CODE>ttyout</CODE> (see the corresponding documentation for details).


</DL>

<P><HR><P>
Go to the <A HREF="ciao_1.html">first</A>, <A HREF="ciao_32.html">previous</A>, <A HREF="ciao_34.html">next</A>, <A HREF="ciao_241.html">last</A> section, <A HREF="ciao_toc.html">table of contents</A>.
</BODY>
</HTML>