consult.H

00001 /* File:      consult.H
00002 ** Author(s): Kostis F. Sagonas, David S. Warren
00003 ** Contact:   xsb-contact@cs.sunysb.edu
00004 ** 
00005 ** Copyright (C) The Research Foundation of SUNY, 1986, 1993-1998
00006 ** Copyright (C) ECRC, Germany, 1990
00007 ** 
00008 ** XSB is free software; you can redistribute it and/or modify it under the
00009 ** terms of the GNU Library General Public License as published by the Free
00010 ** Software Foundation; either version 2 of the License, or (at your option)
00011 ** any later version.
00012 ** 
00013 ** XSB is distributed in the hope that it will be useful, but WITHOUT ANY
00014 ** WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00015 ** FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
00016 ** more details.
00017 ** 
00018 ** You should have received a copy of the GNU Library General Public License
00019 ** along with XSB; if not, write to the Free Software Foundation,
00020 ** Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00021 **
00022 ** $Id: consult.H,v 1.40 2006/06/11 21:47:45 tswift Exp $
00023 ** 
00024 */
00025 
00026 :- export         add_lib_dir/1,
00027           compile/1, compile/2, search_module/6,
00028           consult/1, consult/2, '.'/2, reconsult/1, reconsult/2,
00029           current_loaded_file/1,
00030           engine_mode_magic_num/2,
00031           ensure_dyn_loaded/1, ensure_dync_loaded/1,
00032           ensure_loaded/1, ensure_loaded/2,
00033           get_magic_num/2,
00034           load_dyn/1, load_dyn/2, 
00035           load_dyn_module/1,
00036           load_dync/1, load_dync/2, 
00037           read_canonical/1,read_canonical/2,
00038           if_file_loaded/1,
00039           (thread_shared)/1,
00040           cvt_canonical/2.
00041 
00042 :- local load_dyn_retracted/5, load_dyn_trie_retracted/1,
00043          load_dyn_file_loaded/2, load_dyn_pred_loaded/4, load_dyn_file/1.
00044 
00045 :- import check_one_thread/3,
00046    domain_error/4, instantiation_error/2,
00047    check_nonvar/3, check_atom/3 from error_handler.
00048 :- import asserta/1, (dynamic)/1, retractall/1, assert/1, retract/1, t_assert/2
00049      from assert.
00050 :- import warning/1, time_message/2 from auxlry.
00051 :- import banner_control/1 from banner.
00052 :- import append/3, memberchk/2 from basics.
00053 :- import compile/5 from compile.
00054 :- import predicate_property/2, current_input_port/1 from curr_sym.
00055 :- import default_assert_size/1 from config.
00056 :- import check_open_stream_or_alias/5, 
00057           file_close/1,file_get/2, file_open/3, file_time/2 from file_io.
00058 :- import '_$index'/3, '_$trie_asserted'/1, mpa_to_skel/2 from file_op.
00059 :- import compile_cH/6 from foreign.
00060 :- import conset/2, conget/2, gensym/2  from gensym.
00061 :- import add_hilog_symbol/1 from hilogsym.
00062 :- import libpath/1 from loader.
00063 :- import code_load/3, code_call/3, file_read_canonical/3,
00064   expand_filename/2, unload_seg/1, 
00065           assert_code_to_buff/1, assert_buff_to_clref/6,
00066           conpsc/2, psc_type/2, psc_name/2, slash/1, psc_arity/2, 
00067           existing_file_extension/2, almost_search_module/5, db_get_prref/2,
00068           term_psc/2, psc_set_shared/2
00069      from machine.
00070 :- import get_p_mod/3, change_multifile_directive/3, open_or_xpp_file/2,
00071           '_$multifile'/1, '_$multifile1'/1,
00072           '_$multifile2'/3, '_$apply_arity'/1
00073      from parse.
00074 :- import rm/1, sys_link/3, process_control/2 from shell.
00075 :- import (multifile)/1 from standard.
00076 :- import abort/1, call/1, file_exists/1, atom/1, repeat/0,
00077           seeing/1, see/1, seen/0, call/1, goal_cut_trans/3,
00078           expand_term/2, read/1, op/3, (table)/1, (index)/3, (index)/2,
00079           (=..)/2, writeln/1, write_canonical/1, tell/1,
00080           told/0, telling/1, functor/3, cputime/1
00081      from standard.
00082 :- import str_cat/3, str_sub/2 from string.
00083 :- import xsb_configuration/2 from xsb_configuration.
00084 :- import file_write0/2, file_nl/1 from xsb_writ.
00085 :- import library_directory/1 from usermod.
00086 :- import parse_filename/4 from machine.

Generated on Wed Jul 26 13:30:47 2006 for XSB by  doxygen 1.4.5