home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / plbin.zip / pl / library / help_index.pl < prev    next >
Text File  |  1992-06-04  |  32KB  |  507 lines

  1. /*  @(*) help_index.pl
  2.  
  3.     Generated by online_index/0
  4.  
  5.     Purpose: Index to file online_manual
  6. */
  7.  
  8. :- module(help_index,
  9.     [ predicate/5
  10.     , section/4
  11.     , function/3
  12.     ]).
  13.  
  14. %   Predicate predicate/5
  15.  
  16. predicate(help, 0, 'Give help on help', 15454, 15491).
  17. predicate(help, 1, 'Give help on predicates and show parts of manual', 15494, 16200).
  18. predicate(apropos, 1, 'Show related predicates and manual sections', 16203, 16606).
  19. predicate(please, 3, 'Query/change environment parameters', 26700, 28347).
  20. predicate(save_program, 2, 'Save the current program on a file', 28669, 31252).
  21. predicate(save_program, 1, 'Save the current program on a file', 31255, 31331).
  22. predicate(consult, 1, 'Read (compile) a Prolog source file', 42638, 43228).
  23. predicate(ensure_loaded, 1, 'Consult a file if that has not yet been done', 43231, 43410).
  24. predicate(make, 0, 'Reconsult all changed source files', 43413, 44035).
  25. predicate(library_directory, 1, 'Directories holding Prolog libraries', 44038, 44316).
  26. predicate(source_file, 1, 'Examine currently loaded source files', 44319, 44542).
  27. predicate(source_file, 2, 'Obtain source file of predicate', 44545, 44911).
  28. predicate(term_expansion, 2, 'Convert term before compilation', 44914, 45424).
  29. predicate(compiling, 0, 'Is this a compilation run?', 45427, 45631).
  30. predicate(preprocessor, 2, 'Install a preprocessor before the compiler', 45634, 46117).
  31. predicate(ed, 1, 'Edit a predicate', 47280, 47455).
  32. predicate(ed, 0, 'Edit last edited predicate', 47458, 47576).
  33. predicate(edit, 1, 'Edit a file', 47579, 47746).
  34. predicate(edit, 0, 'Edit last edited file', 47749, 47868).
  35. predicate(listing, 1, 'List predicate', 47871, 48154).
  36. predicate(listing, 0, 'List program in current module', 48157, 48222).
  37. predicate(portray_clause, 1, 'Pretty print a clause', 48225, 48467).
  38. predicate(var, 1, 'Type check for unbound variable', 48499, 48561).
  39. predicate(nonvar, 1, 'Type check for bound term', 48564, 48633).
  40. predicate(integer, 1, 'Arithmetic: round to nearest integer', 48636, 48696).
  41. predicate(float, 1, 'Type check for a floating point number', 48699, 48770).
  42. predicate(number, 1, 'Type check for integer or float', 48773, 48859).
  43. predicate(atom, 1, 'Type check for an atom', 48862, 48916).
  44. predicate(string, 1, 'Type check for string', 48919, 48976).
  45. predicate(atomic, 1, 'Type check for primitive', 48979, 49081).
  46. predicate(ground, 1, 'Verify term holds no unbound variables', 49084, 49144).
  47. predicate(==, 2, 'Identical', 49772, 49892).
  48. predicate(\==, 2, 'Not identical', 49895, 49952).
  49. predicate(=, 2, 'Unification', 49955, 50038).
  50. predicate(\=, 2, 'Not unifyable', 50041, 50096).
  51. predicate(=@=, 2, 'Structural identical', 50099, 50590).
  52. predicate(\=@=, 2, 'Not structural identical', 50593, 50652).
  53. predicate(@<, 2, 'Standard order smaller', 50655, 50742).
  54. predicate(@=<, 2, 'Standard order smaller or equal', 50745, 50866).
  55. predicate(@>, 2, 'Standard order larger', 50869, 50955).
  56. predicate(@>=, 2, 'Standard order larger or equal', 50958, 51078).
  57. predicate(fail, 0, 'Always false', 51645, 51667).
  58. predicate(true, 0, 'Succeed', 51670, 51695).
  59. predicate(repeat, 0, 'Succeed, leaving infinite backtrackpoints', 51698, 51770).
  60. predicate(!, 0, 'Cut.  Discard choicepoints', 51773, 52651).
  61. predicate((,), 2, 'Conjuction of goals', 52654, 52895).
  62. predicate((;), 2, 'Disjunction of goals', 52898, 53019).
  63. predicate(('|'), 2, 'Disjunction of goals', 53022, 53125).
  64. predicate((->), 2, 'If-then-else', 53128, 53313).
  65. predicate(\+, 1, 'Negation by failure (not provable)', 53316, 53461).
  66. predicate(call, 1, 'Call a goal', 53891, 54077).
  67. predicate(apply, 2, 'Call goal with additional arguments', 54080, 54406).
  68. predicate(not, 1, 'Negation by failure (not provable)', 54409, 54525).
  69. predicate(once, 1, 'Call a goal deterministicaly', 54528, 54822).
  70. predicate(ignore, 1, 'Call the argument, but always succeed', 54825, 55009).
  71. predicate(abolish, 2, 'Remove predicate definition from the database', 56464, 56943).
  72. predicate(retract, 1, 'Remove clause from the database', 56946, 57124).
  73. predicate(retractall, 1, 'Remove unifying clauses from the database', 57127, 57224).
  74. predicate(assert, 1, 'Add a clause to the database', 57227, 57367).
  75. predicate(asserta, 1, 'Add a clause to the database (first)', 57370, 57480).
  76. predicate(assertz, 1, 'Add a clause to the database (last)', 57483, 57526).
  77. predicate(assert, 2, 'Add a clause to the database, give reference', 57529, 57718).
  78. predicate(asserta, 2, 'Add a clause to the database (first)', 57721, 57843).
  79. predicate(assertz, 2, 'Add a clause to the database (last)', 57846, 57901).
  80. predicate(recorda, 3, 'Record term in the database (first)', 57904, 58110).
  81. predicate(recorda, 2, 'Record term in the database (first)', 58113, 58176).
  82. predicate(recordz, 3, 'Record term in the database (last)', 58179, 58308).
  83. predicate(recordz, 2, 'Record term in the database (last)', 58311, 58374).
  84. predicate(recorded, 3, 'Obtain term from the database', 58377, 58550).
  85. predicate(recorded, 2, 'Obtain term from the database', 58553, 58619).
  86. predicate(erase, 1, 'Erase a database record or clause', 58622, 59256).
  87. predicate(flag, 3, 'Simple global variable system', 59259, 59923).
  88. predicate((dynamic), 1, 'Indicate predicate definition may change', 60502, 60879).
  89. predicate((multifile), 1, 'Indicate distributed definition of predicate', 60882, 61098).
  90. predicate((discontiguous), 1, 'Indicate distributed definition of a predicate', 61101, 61277).
  91. predicate(index, 1, 'Change clause indexing', 61280, 62979).
  92. predicate(current_atom, 1, 'Examine existing atoms', 63012, 63183).
  93. predicate(current_functor, 2, 'Examine existing name/arity pairs', 63186, 63323).
  94. predicate(current_flag, 1, 'Examine existing flags', 63326, 63429).
  95. predicate(current_key, 1, 'Examine existing database keys', 63432, 63537).
  96. predicate(current_predicate, 2, 'Examine existing predicates', 63540, 63925).
  97. predicate(predicate_property, 2, 'Query predicate attributes', 63928, 66036).
  98. predicate(dwim_predicate, 2, 'Find predicate in ``Do What I Mean'''' sense', 66039, 66589).
  99. predicate(clause, 2, 'Get clauses of a predicate', 66592, 66961).
  100. predicate(clause, 3, 'Get clauses of a predicate', 66964, 67235).
  101. predicate(see, 1, 'Change the current input stream', 69723, 69997).
  102. predicate(tell, 1, 'Change current output stream', 70000, 70277).
  103. predicate(append, 1, 'Append to a file', 70280, 70471).
  104. predicate(seeing, 1, 'Query the current input stream', 70474, 70552).
  105. predicate(telling, 1, 'Query current output stream', 70555, 70635).
  106. predicate(seen, 0, 'Close the current input stream', 70638, 70715).
  107. predicate(told, 0, 'Close current output', 70718, 70797).
  108. predicate(open, 3, 'Open a file (creating a stream)', 71155, 71754).
  109. predicate(open_null_stream, 1, 'Open a stream to discard output', 71757, 71989).
  110. predicate(close, 1, 'Close stream', 71992, 72211).
  111. predicate(current_stream, 3, 'Examine open streams', 72214, 72531).
  112. predicate(stream_position, 3, 'Get/seek to position in file', 72534, 72858).
  113. predicate(set_input, 1, 'Set current input stream from a stream', 73031, 73184).
  114. predicate(set_output, 1, 'Set current output stream from a stream', 73187, 73259).
  115. predicate(current_input, 1, 'Get current input stream', 73262, 73395).
  116. predicate(current_output, 1, 'Get the current output stream', 73398, 73457).
  117. predicate(wait_for_input, 3, 'Wait for input with optional timeout', 73503, 74258).
  118. predicate(character_count, 2, 'Get character index on a stream', 74261, 74509).
  119. predicate(line_count, 2, 'Line number on stream', 74512, 74625).
  120. predicate(line_position, 2, 'Character position in line on stream', 74628, 74919).
  121. predicate(fileerrors, 2, 'Do/Don''t warn on file errors', 74922, 75165).
  122. predicate(tty_fold, 2, 'Make terminal fold long lines in output', 75168, 75451).
  123. predicate(nl, 0, 'Generate a newline', 75499, 75614).
  124. predicate(nl, 1, 'Generate a newline on a stream', 75617, 75660).
  125. predicate(put, 1, 'Write a character', 75663, 75836).
  126. predicate(put, 2, 'Write a character on a stream', 75839, 75885).
  127. predicate(tab, 1, 'Output number of spaces', 75888, 76053).
  128. predicate(tab, 2, 'Output number of spaces on a stream', 76056, 76114).
  129. predicate(flush, 0, 'Output pending characters on current stream', 76117, 76320).
  130. predicate(flush_output, 1, 'Output pending characters on specified stream', 76323, 76429).
  131. predicate(ttyflush, 0, 'Flush output on terminal', 76432, 76501).
  132. predicate(get0, 1, 'Read next character', 76504, 76634).
  133. predicate(get0, 2, 'Read next character from a stream', 76637, 76699).
  134. predicate(get, 1, 'Read first non-blank character', 76702, 76842).
  135. predicate(get, 2, 'Read first non-blank character from a stream', 76845, 76916).
  136. predicate(get_single_char, 1, 'Read next character from the terminal', 76919, 77468).
  137. predicate(display, 1, 'Write a term, ignore operators', 77504, 77754).
  138. predicate(display, 2, 'Write a term, ignore operators on a stream', 77757, 77809).
  139. predicate(displayq, 1, 'Write a term with quotes, ignore operators', 77812, 78110).
  140. predicate(displayq, 2, 'Write a term with quotes, ignore operators on a stream', 78113, 78208).
  141. predicate(write, 1, 'Write term', 78211, 78314).
  142. predicate(write, 2, 'Write term to stream', 78317, 78365).
  143. predicate(writeq, 1, 'Write term, insert quotes', 78368, 78647).
  144. predicate(writeq, 2, 'Write term, insert quotes on stream', 78650, 78717).
  145. predicate(print, 1, 'Print a term', 78720, 79008).
  146. predicate(print, 2, 'Print a term on a stream', 79011, 79059).
  147. predicate(portray, 1, 'Modify behaviour of print/1', 79062, 79439).
  148. predicate(read, 1, 'Read Prolog term', 79442, 79718).
  149. predicate(read, 2, 'Read Prolog term from stream', 79721, 79769).
  150. predicate(read_clause, 1, 'Read clause', 79772, 80049).
  151. predicate(read_clause, 2, 'Read clause from stream', 80052, 80111).
  152. predicate(read_variables, 2, 'Read clause including variable names', 80114, 80289).
  153. predicate(read_variables, 3, 'Read clause including variable names from stream', 80292, 80385).
  154. predicate(read_history, 6, 'Read using history substitution', 80388, 81129).
  155. predicate(history_depth, 1, 'Number of remembered queries', 81132, 81367).
  156. predicate(prompt, 2, 'Change the prompt used by read/1', 81370, 81870).
  157. predicate(functor, 3, 'Get name and arity of a term or construct a term', 81914, 82151).
  158. predicate(arg, 3, 'Access argument of a term', 82154, 82333).
  159. predicate(=.., 2, 'Univ.  Term to list conversion', 82336, 82708).
  160. predicate(numbervars, 4, 'Enumerate unbound variables of a term', 82711, 83263).
  161. predicate(free_variables, 2, 'Find unbound variables in a term', 83266, 83531).
  162. predicate(copy_term, 2, 'Make a copy of a term', 83534, 83966).
  163. predicate(name, 2, 'Convert between atom and list of ASCII characters', 84010, 84361).
  164. predicate(int_to_atom, 3, 'Convert from integer to atom (non-decimal)', 84364, 84835).
  165. predicate(int_to_atom, 2, 'Convert from integer to atom', 84838, 84909).
  166. predicate(term_to_atom, 2, 'Convert between term and atom', 84912, 85135).
  167. predicate(atom_to_term, 3, 'Convert between atom and term', 85138, 85423).
  168. predicate(concat, 3, 'Append two atoms', 85426, 85618).
  169. predicate(concat_atom, 2, 'Append a list of atoms', 85621, 85894).
  170. predicate(atom_length, 2, 'Determine length of an atom', 85897, 86110).
  171. predicate(string_to_atom, 2, 'Conversion between string and atom', 87332, 87536).
  172. predicate(string_to_list, 2, 'Conversion between string and list of ASCII', 87539, 87702).
  173. predicate(string_length, 2, 'Determine length of a string', 87705, 87929).
  174. predicate(substring, 4, 'Get part of a string', 87932, 88110).
  175. predicate(op, 3, 'Declare an operator', 88131, 89819).
  176. predicate(current_op, 3, 'Examine current operator declaractions', 89822, 89980).
  177. predicate(between, 3, 'Integer range checking/generating', 90799, 91007).
  178. predicate(succ, 2, 'Logical integer successor relation', 91010, 91131).
  179. predicate(plus, 3, 'Logical integer addition', 91134, 91269).
  180. predicate(>, 2, 'Arithmetic larger', 91272, 91368).
  181. predicate(<, 2, 'Arithmetic smaller', 91371, 91468).
  182. predicate(=<, 2, 'Arithmetic smaller or equal', 91471, 91576).
  183. predicate(>=, 2, 'Arithmetic larger or equal', 91579, 91683).
  184. predicate(=\=, 2, 'Arithmetic not equal', 91686, 91785).
  185. predicate(=:=, 2, 'Arithmetic equal', 91788, 91879).
  186. predicate(is, 2, 'Evaluate arithmetic expression', 91882, 91993).
  187. predicate(-, 1, 'Arithmetic: unary minus', 93201, 93226).
  188. predicate(+, 2, 'Arithmetic: addition', 93229, 93270).
  189. predicate(-, 2, 'Arithmetic: subtraction', 93273, 93313).
  190. predicate(*, 2, 'Arithmetic: multiplication', 93316, 93360).
  191. predicate(/, 2, 'Arithmetic: division', 93363, 93403).
  192. predicate(mod, 2, 'Arithmetic: remainder of division', 93406, 93482).
  193. predicate(//, 2, 'Arithmetic: Integer division', 93485, 93555).
  194. predicate(abs, 1, 'Arithmetic: absolute value', 93558, 93624).
  195. predicate(max, 2, 'Arithmetic: Maximum of two numbers', 93627, 93701).
  196. predicate(min, 2, 'Arithmetic: Minimum of two numbers', 93704, 93779).
  197. predicate('.', 2, 'List operator. Also consult', 93782, 94166).
  198. predicate(random, 1, 'Arithmetic: generate random number', 94169, 94346).
  199. predicate(integer, 1, 'Arithmetic: round to nearest integer', 94349, 94429).
  200. predicate(floor, 1, 'Arithmetic: largest integer below argument', 94432, 94550).
  201. predicate(ceil, 1, 'Arithmetic: smallest integer larger than argument', 94553, 94670).
  202. predicate(>>, 2, 'Arithmetic: bitwise right shift', 94673, 94794).
  203. predicate(<<, 2, 'Arithmetic: bitwise left shift', 94797, 94875).
  204. predicate(\/, 2, 'Arithmetic: bitwise or', 94878, 94939).
  205. predicate(/\, 2, 'Arithmetic: bitwise and', 94942, 95004).
  206. predicate(xor, 2, 'Arithmetic: exclusive or', 95007, 95079).
  207. predicate(\, 1, 'Bitwise negation', 95082, 95115).
  208. predicate(sqrt, 1, 'Arithmetic: square root', 95118, 95162).
  209. predicate(sin, 1, 'Arithmetic: sine', 95165, 95233).
  210. predicate(cos, 1, 'Arithmetic: cosine', 95236, 95306).
  211. predicate(tan, 1, 'Arithmetic: tangent', 95309, 95379).
  212. predicate(asin, 1, 'Arithmetic: inverse (arc) sine', 95382, 95461).
  213. predicate(acos, 1, 'Arithmetic: inverse (arc) cosine', 95464, 95545).
  214. predicate(atan, 1, 'Arithmetic: inverse (arc) tangent', 95548, 95629).
  215. predicate(atan, 2, 'Arithmetic: rectangular to polar conversion', 95632, 95848).
  216. predicate(log, 1, 'Arithmetic: natural logarithm', 95851, 95900).
  217. predicate(log10, 1, 'Arithmetic: 10 base logarithm', 95903, 95954).
  218. predicate(exp, 1, 'Arithmetic: exponent (base $e$)', 95957, 96000).
  219. predicate(^, 2, 'Existential quantification (bagof/3, setof/3)', 96003, 96056).
  220. predicate(pi, 0, 'Arithmetic: mathematical constant', 96059, 96123).
  221. predicate(e, 0, 'Arithmetic: mathematical constant', 96126, 96188).
  222. predicate(cputime, 0, 'Arithmetic: get CPU time', 96191, 96348).
  223. predicate(arithmetic_function, 1, 'Register an evaluable function', 96998, 97811).
  224. predicate(current_arithmetic_function, 1, 'Examine evaluable functions', 97814, 97954).
  225. predicate(is_list, 1, 'Type check for a list', 97983, 98095).
  226. predicate(proper_list, 1, 'Type check for list', 98098, 98307).
  227. predicate(append, 3, 'Concatenate lists', 98310, 98506).
  228. predicate(member, 2, 'Element is member of a list', 98509, 98663).
  229. predicate(memberchk, 2, 'Deterministic member/2', 98666, 98746).
  230. predicate(delete, 3, 'Delete all matching members from a list', 98749, 98884).
  231. predicate(select, 3, 'Select element of a list', 98887, 99228).
  232. predicate(nth0, 3, 'N-th element of a list (0-based)', 99231, 99350).
  233. predicate(nth1, 3, 'N-th element of a list (1-based)', 99353, 99472).
  234. predicate(last, 2, 'Last element of a list', 99475, 99554).
  235. predicate(reverse, 2, 'Inverse the order of the elements in a list', 99557, 99681).
  236. predicate(flatten, 2, 'Transform nested list into flat list', 99684, 99974).
  237. predicate(length, 2, 'Length of a list', 99977, 100123).
  238. predicate(merge, 3, 'Merge two sorted lists', 100126, 100375).
  239. predicate(is_set, 1, 'Type check for a set', 100403, 100497).
  240. predicate(list_to_set, 2, 'Remove duplicates', 100500, 100641).
  241. predicate(intersection, 3, 'Set intersection', 100644, 100826).
  242. predicate(subtract, 3, 'Delete elements that do not meet condition', 100829, 100960).
  243. predicate(union, 3, 'Union of two sets', 100963, 101128).
  244. predicate(subset, 2, 'Generate/check subset relation', 101131, 101221).
  245. predicate(merge_set, 3, 'Merge two sorted sets', 101224, 101459).
  246. predicate(sort, 2, 'Sort elements in a list', 101484, 101674).
  247. predicate(msort, 2, 'Sort, do not remove duplicates', 101677, 101757).
  248. predicate(keysort, 2, 'Sort, using a key', 101760, 102221).
  249. predicate(predsort, 3, 'Sort, using a predicate to determine the order', 102224, 102479).
  250. predicate(findall, 3, 'Find all solutions to a goal', 102522, 102895).
  251. predicate(bagof, 3, 'Find all solutions to a goal', 102898, 103923).
  252. predicate(setof, 3, 'Find all unique solutions to a goal', 103926, 104073).
  253. predicate(checklist, 2, 'Invoke goal on all members of a list', 104506, 104675).
  254. predicate(maplist, 3, 'Transform all elements of a list', 104678, 104854).
  255. predicate(sublist, 3, 'Determine elements that meet condition', 104857, 104968).
  256. predicate(forall, 2, 'Prove goal for all solutions of another goal', 104986, 105324).
  257. predicate(write_ln, 1, 'Write term, followed by a newline', 105818, 105869).
  258. predicate(writef, 1, 'Formatted write', 105872, 105922).
  259. predicate(writef, 2, 'Formatted write', 105925, 107877).
  260. predicate(swritef, 3, 'Formatted write on a string', 107880, 108123).
  261. predicate(swritef, 2, 'Formatted write on a string', 108126, 108199).
  262. predicate(format, 1, 'Produce formatted output', 108219, 108290).
  263. predicate(format, 2, 'Produce formatted output on a stream', 108293, 112523).
  264. predicate(sformat, 3, 'Format on a string', 112526, 112773).
  265. predicate(sformat, 2, 'Format on a string', 112776, 112851).
  266. predicate(format_predicate, 2, 'Program format/[1,2]', 112883, 113884).
  267. predicate(tty_get_capability, 3, 'Get terminal parameter', 114114, 114626).
  268. predicate(tty_goto, 2, 'Goto position on screen', 114629, 114820).
  269. predicate(tty_put, 2, 'Write control string to terminal', 114823, 115160).
  270. predicate(set_tty, 2, 'Set `tty'' stream', 115163, 115306).
  271. predicate(shell, 2, 'Execute Unix command', 115334, 115517).
  272. predicate(shell, 1, 'Execute Unix command', 115520, 115575).
  273. predicate(shell, 0, 'Execute interactive Unix subshell', 115578, 115701).
  274. predicate(getenv, 2, 'Get Unix environment variable', 115704, 115827).
  275. predicate(setenv, 2, 'Set Unix environment variable', 115830, 116049).
  276. predicate(unsetenv, 1, 'Delete Unix environment variable', 116052, 116127).
  277. predicate(get_time, 1, 'Get current time', 116130, 116357).
  278. predicate(convert_time, 8, 'Convert time stamp', 116360, 116928).
  279. predicate(access_file, 2, 'Check access permissions of a file', 116968, 117211).
  280. predicate(exists_file, 1, 'Check existence of Unix file', 117214, 117345).
  281. predicate(same_file, 2, 'Succeeds if arguments refer to same file', 117348, 117614).
  282. predicate(exists_directory, 1, 'Check existence of Unix directory', 117617, 117774).
  283. predicate(delete_file, 1, 'Unlink a file from the Unix file system', 117777, 117839).
  284. predicate(rename_file, 2, 'Change name of Unix file', 117842, 117952).
  285. predicate(size_file, 2, 'Get size of a file in characters', 117955, 118031).
  286. predicate(time_file, 2, 'Get last modification time of file', 118034, 118206).
  287. predicate(absolute_file_name, 2, 'Get absolute Unix path name', 118209, 118580).
  288. predicate(expand_file_name, 2, 'Wildcard expansion of file names', 118583, 119071).
  289. predicate(chdir, 1, 'Change working directory', 119074, 119125).
  290. predicate(break, 0, 'Start interactive toplevel', 119163, 119654).
  291. predicate(abort, 0, 'Abort execution, return to top level', 119657, 120205).
  292. predicate(halt, 0, 'Exit from Prolog', 120208, 120378).
  293. predicate(prolog, 0, 'Run interactive toplevel', 120381, 120504).
  294. predicate(protocol, 1, 'Make a log of the user interaction', 120740, 120893).
  295. predicate(protocola, 1, 'Append log of the user interaction to file', 120896, 120992).
  296. predicate(noprotocol, 0, 'Disable logging of user interaction', 120995, 121102).
  297. predicate(protocolling, 1, 'On what file is user interaction logged', 121105, 121255).
  298. predicate(trace, 0, 'Start the tracer', 121297, 121466).
  299. predicate(tracing, 0, 'Query status of the tracer', 121469, 121585).
  300. predicate(notrace, 0, 'Stop tracing', 121588, 121665).
  301. predicate(debug, 0, 'Test for debugging mode', 121668, 121715).
  302. predicate(nodebug, 0, 'Disable debugging', 121718, 121784).
  303. predicate(debugging, 0, 'Show debugger status', 121787, 121861).
  304. predicate(spy, 1, 'Force tracer on specified predicate', 121864, 121977).
  305. predicate(nospy, 1, 'Remove spy point', 121980, 122080).
  306. predicate(nospyall, 0, 'Remove all spy points', 122083, 122143).
  307. predicate(leash, 1, 'Change ports visited by the tracer', 122146, 122636).
  308. predicate(visible, 1, 'Set ports that are visible in the tracer', 122639, 122776).
  309. predicate(unknown, 2, 'Trap undefined predicates', 122779, 123776).
  310. predicate(style_check, 1, 'Change level of warnings', 123779, 125414).
  311. predicate(statistics, 2, 'Obtain collected statistics', 125454, 126814).
  312. predicate(statistics, 0, 'Show execution statistics', 126817, 126899).
  313. predicate(time, 1, 'Determine time needed to execute goal', 126902, 127285).
  314. predicate(profile, 3, 'Obtain execution statistics', 128300, 128811).
  315. predicate(show_profile, 1, 'Show results of the profiler', 128814, 129037).
  316. predicate(profiler, 2, 'Obtain/change status of the profiler', 129040, 129932).
  317. predicate(reset_profiler, 0, 'Clear statistics obtained by the profiler', 129935, 130019).
  318. predicate(profile_count, 3, 'Obtain profile results on a predicate', 130022, 130551).
  319. predicate(garbage_collect, 0, 'Invoke the garbage collector', 130765, 131143).
  320. predicate(limit_stack, 2, 'Limit stack expansion', 131146, 131770).
  321. predicate(trim_stacks, 0, 'Release unused memory resources', 131773, 132468).
  322. predicate(dwim_match, 2, 'Atoms match in ``Do What I Mean'''' sense', 132493, 133032).
  323. predicate(dwim_match, 3, 'Atoms match in ``Do What I Mean'''' sense', 133035, 133351).
  324. predicate(wildcard_match, 2, 'Csh(1) style wildcard match', 133354, 133939).
  325. predicate(gensym, 2, 'Generate unique atoms from a base', 133942, 134295).
  326. predicate(sleep, 1, 'Suspend execution for specified time', 134298, 134685).
  327. predicate(use_module, 1, 'Import a module', 139461, 139958).
  328. predicate(use_module, 2, 'Import predicates from a module', 139961, 140394).
  329. predicate(import, 1, 'Import a predicate from a module', 140397, 140725).
  330. predicate(module, 2, 'Declare a module', 150483, 150744).
  331. predicate((module_transparent), 1, 'Indicate module based meta predicate', 150747, 150979).
  332. predicate(context_module, 1, 'Get context module of current goal', 150982, 151112).
  333. predicate(export, 1, 'Export a predicate from a module', 151115, 151466).
  334. predicate(load_foreign, 2, 'Load foreign (C) module', 157879, 158866).
  335. predicate(load_foreign, 5, 'Load foreign (C) module', 158869, 159774).
  336. predicate(foreign_file, 1, 'Examine loaded foreign files', 159777, 159881).
  337. predicate(prolog_current_frame, 1, 'Reference to goal''s environment stack', 187667, 187978).
  338. predicate(prolog_frame_attribute, 3, 'Obtain information on a goal environment', 187981, 189800).
  339. predicate(prolog_trace_interception, 3, 'Intercept the Prolog tracer', 189834, 191352).
  340. predicate(prolog_skip_level, 2, 'Indicate deepest recursion to trace', 191355, 191913).
  341. predicate(exception, 3, 'Handle runtime exceptions', 192255, 194142).
  342.  
  343.  
  344. %   Predicate section/4
  345.  
  346. section([1], 'Introduction', 1160, 10420).
  347. section([1,1], 'Status', 3620, 4218).
  348. section([1,2], 'Should you be Using SWI-Prolog?', 4220, 6789).
  349. section([1,3], 'Version 1.5 Release Notes', 6791, 7864).
  350. section([1,4], 'Version 1.6 Release Notes', 7866, 8331).
  351. section([1,5], 'Portability', 8333, 9586).
  352. section([1,6], 'Acknowledgements', 9588, 10420).
  353. section([2], 'Overview', 10422, 40761).
  354. section([2,1], 'Starting SWI-Prolog from the Unix Shell', 10482, 14805).
  355. section([2,1,1], 'Command Line Options', 11578, 14805).
  356. section([2,2], 'GNU Emacs Interface', 14807, 15268).
  357. section([2,3], 'Online Help', 15270, 16607).
  358. section([2,4], 'Query Substitutions', 16609, 20039).
  359. section([2,4,1], 'Limitations of the History System', 18868, 20039).
  360. section([2,5], 'Overview of the Debugger', 20041, 25365).
  361. section([2,6], 'Compilation', 25367, 26671).
  362. section([2,7], 'Environment Control', 26673, 28348).
  363. section([2,8], 'Stand Alone Executables (Saved States)', 28350, 31332).
  364. section([2,9], 'Automatic loading of libraries', 31334, 34195).
  365. section([2,9,1], 'Notes on Automatic Loading', 33429, 34195).
  366. section([2,10], 'Garbage Collection', 34197, 35099).
  367. section([2,11], 'Syntax Notes', 35101, 35784).
  368. section([2,12], 'System Limits', 35786, 40761).
  369. section([2,12,1], 'Limits on Memory Areas', 35808, 39166).
  370. section([2,12,2], 'Other Limits', 39168, 40176).
  371. section([2,12,3], 'Reserved Names', 40178, 213079).
  372. section([3], 'Built-In  Predicates', 40763, 134686).
  373. section([3,1], 'Notation of Predicate Descriptions', 40835, 41272).
  374. section([3,2], 'Consulting Prolog Source files', 41274, 46118).
  375. section([3,3], 'Listing Predicates and Editor Interface', 46120, 48468).
  376. section([3,4], 'Verify Type of a Term', 48470, 49145).
  377. section([3,5], 'Comparison and Unification or Terms', 49147, 51079).
  378. section([3,5,1], 'Standard Order of Terms', 49190, 51079).
  379. section([3,6], 'Control Predicates', 51081, 53462).
  380. section([3,7], 'Meta-Call Predicates', 53464, 55010).
  381. section([3,8], 'Database', 55012, 59924).
  382. section([3,9], 'Declaring Properties of Predicates', 59926, 62980).
  383. section([3,10], 'Examining the Program', 62982, 67236).
  384. section([3,11], 'Input and Output', 67238, 73458).
  385. section([3,11,1], 'Input and Output Using Implicit Source and Destination', 67766, 70798).
  386. section([3,11,2], 'Explicit Input and Output Streams', 70800, 72859).
  387. section([3,11,3], 'Switching Between Implicit and Explicit I/O', 72861, 73458).
  388. section([3,12], 'Status of Input and Output Streams', 73460, 75452).
  389. section([3,13], 'Primitive Character Input and Output', 75454, 77469).
  390. section([3,14], 'Term Reading and Writing', 77471, 81871).
  391. section([3,15], 'Analysing and Constructing Terms', 81873, 83967).
  392. section([3,16], 'Analysing and Constructing Atoms', 83969, 86111).
  393. section([3,17], 'Representing Text in Strings', 86113, 88111).
  394. section([3,18], 'Operators', 88113, 89981).
  395. section([3,19], 'Arithmetic', 89983, 91994).
  396. section([3,20], 'Arithmetic Functions', 91996, 96349).
  397. section([3,21], 'Adding Arithmetic Functions', 96351, 97955).
  398. section([3,22], 'List Manipulation', 97957, 100376).
  399. section([3,23], 'Set Manipulation', 100378, 101460).
  400. section([3,24], 'Sorting Lists', 101462, 102480).
  401. section([3,25], 'Finding all Solutions to a Goal', 102482, 104074).
  402. section([3,26], 'Invoking Predicates on all Members of a List', 104076, 104969).
  403. section([3,27], 'Forall', 104971, 105325).
  404. section([3,28], 'Formatted Write', 105327, 113885).
  405. section([3,28,1], 'Writef', 105801, 108200).
  406. section([3,28,2], 'Format', 108202, 112852).
  407. section([3,28,3], 'Programming Format', 112854, 113885).
  408. section([3,29], 'Terminal Control', 113887, 115307).
  409. section([3,30], 'Unix Interaction', 115309, 116929).
  410. section([3,31], 'Unix File System Interaction', 116931, 119126).
  411. section([3,32], 'User Toplevel Manipulation', 119128, 120505).
  412. section([3,33], 'Creating a Protocol of the Unser Interaction', 120507, 121256).
  413. section([3,34], 'Debugging and Tracing Programs', 121258, 125415).
  414. section([3,35], 'Obtaining Runtime Statistics', 125417, 127286).
  415. section([3,36], 'Finding Performance Bottlenecks', 127288, 130552).
  416. section([3,37], 'Memory Management', 130554, 132469).
  417. section([3,38], 'Miscellaneous', 132471, 134686).
  418. section([4], 'Using  Modules', 134688, 154816).
  419. section([4,1], 'Why Using Modules?', 134755, 135845).
  420. section([4,2], 'Name-based versus Predicate-based Modules', 135847, 138251).
  421. section([4,3], 'Defining a Module', 138253, 138832).
  422. section([4,4], 'Importing Predicates into a Module', 138834, 142055).
  423. section([4,4,1], 'Reserved Modules', 141350, 142055).
  424. section([4,5], 'Using the Module System', 142057, 145490).
  425. section([4,5,1], 'Object Oriented Programming', 143939, 145490).
  426. section([4,6], 'Meta-Predicates in Modules', 145492, 149009).
  427. section([4,6,1], 'Definition and Context Module', 146453, 147873).
  428. section([4,6,2], 'Overruling Module Boundaries', 147875, 149009).
  429. section([4,7], 'Dynamic Modules', 149011, 150342).
  430. section([4,8], 'Module Handling Predicates', 150344, 151467).
  431. section([4,9], 'Compatibility of the Module System', 151469, 154816).
  432. section([5], 'Foreign  Language  Interface', 154818, 187172).
  433. section([5,1], 'Portability of the Foreign Interface', 155842, 156308).
  434. section([5,2], 'Overview of the Interface', 156310, 157846).
  435. section([5,3], 'Loading Foreign Modules', 157848, 159882).
  436. section([5,4], 'Interface Data types', 159884, 162066).
  437. section([5,5], 'The Foreign Include File', 162068, 181738).
  438. section([5,5,1], 'Argument Passing and Control', 162100, 166695).
  439. section([5,5,1,1], 'Non-deterministic Foreign Predicates', 162707, 166695).
  440. section([5,5,2], 'Analysing Terms via the Foreign Interface', 166697, 171459).
  441. section([5,5,3], 'Instantiating and Constructing Terms', 171461, 173522).
  442. section([5,5,4], 'Calling Prolog from C', 173524, 174313).
  443. section([5,5,5], 'Discarding Data', 174315, 175737).
  444. section([5,5,6], 'Foreign Code and Modules', 175739, 177012).
  445. section([5,5,7], 'Catching Unix Signals', 177014, 177754).
  446. section([5,5,8], 'Errors and warnings', 177756, 178324).
  447. section([5,5,9], 'Environment Control from Foreign Code', 178326, 179721).
  448. section([5,5,10], 'Querying Prolog', 179723, 180867).
  449. section([5,5,11], 'Registering Foreign Predicates', 180869, 181738).
  450. section([5,6], 'Example of Using the Foreign Interface', 181740, 183242).
  451. section([5,6,1], 'C-Source file (lowercase.c)', 182008, 182791).
  452. section([5,6,2], 'Compiling and Loading Foreign Code', 182793, 183242).
  453. section([5,7], 'Notes on Using Foreign Code', 183244, 187172).
  454. section([5,7,1], 'Garbage Collection and Foreign Code', 183279, 183617).
  455. section([5,7,2], 'Memory Allocation', 183619, 183881).
  456. section([5,7,3], 'Debugging Foreign Code', 183883, 185601).
  457. section([5,7,4], 'Name Conflicts in C modules', 185603, 186197).
  458. section([5,7,5], 'Compatibility of the Foreign Interface', 186199, 213079).
  459. section([6], 'Hackers  corner', 187174, 194143).
  460. section([6,1], 'Examining the Environment Stack', 187628, 189801).
  461. section([6,2], 'Intercepting the Tracer', 189803, 191914).
  462. section([6,3], 'Exception Handling', 191916, 194143).
  463. section([7], 'Predicate  Summary', 194145, 213079).
  464.  
  465.  
  466. %   Predicate function/3
  467.  
  468. function('PL_succeed', 162510, 162601).
  469. function('PL_fail', 162604, 162704).
  470. function('PL_retry', 164708, 165117).
  471. function('PL_foreign_control', 165120, 165415).
  472. function('PL_foreign_context', 165418, 165721).
  473. function('PL_type', 167212, 167980).
  474. function('PL_atomic', 167983, 168149).
  475. function('PL_integer_value', 168152, 168265).
  476. function('PL_float_value', 168268, 168384).
  477. function('PL_atom_value', 168387, 168698).
  478. function('PL_string_value', 168701, 169154).
  479. function('PL_functor', 169157, 169624).
  480. function('PL_functor_name', 169627, 169886).
  481. function('PL_functor_arity', 169889, 169977).
  482. function('PL_arg', 169980, 170183).
  483. function('PL_new_term', 171711, 171968).
  484. function('PL_new_atom', 171971, 172109).
  485. function('PL_new_string', 172112, 172271).
  486. function('PL_new_integer', 172274, 172437).
  487. function('PL_new_float', 172440, 172537).
  488. function('PL_new_functor', 172540, 172802).
  489. function('PL_unify', 172805, 172885).
  490. function('PL_unify_atomic', 172888, 172963).
  491. function('PL_unify_functor', 172966, 173458).
  492. function('PL_call', 173959, 174312).
  493. function('PL_mark', 174496, 174572).
  494. function('PL_bktrk', 174575, 174746).
  495. function('PL_context', 175890, 176018).
  496. function('PL_strip_module', 176021, 176807).
  497. function('PL_module_name', 176810, 176885).
  498. function('PL_new_module', 176888, 177011).
  499. function('PL_signal', 177435, 177753).
  500. function('PL_warning', 177885, 178182).
  501. function('PL_fatal_error', 178185, 178323).
  502. function('PL_action', 178373, 179720).
  503. function('PL_query', 179749, 180866).
  504. function('PL_register_foreign', 180910, 181737).
  505.  
  506.  
  507.