2316 lines
132 KiB
HTML
2316 lines
132 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="../coverage.css"/> <title> beowulf/manual.clj </title>
|
|
</head>
|
|
<body>
|
|
<span class="covered" title="1 out of 1 forms covered">
|
|
001 (ns beowulf.manual
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
002 "Experimental code for accessing the manual online."
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
003 (:require [clojure.string :refer [ends-with? join trim]]))
|
|
</span><br/>
|
|
<span class="blank" title="0 out of 0 forms covered">
|
|
004
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
005 (def ^:dynamic *manual-url*
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
006 "https://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf")
|
|
</span><br/>
|
|
<span class="blank" title="0 out of 0 forms covered">
|
|
007
|
|
</span><br/>
|
|
<span class="covered" title="1 out of 1 forms covered">
|
|
008 (def ^:constant index
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
009 "This is data extracted from the index pages of `Lisp 1.5 Programmer's Manual`.
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
010 It's here in the hope that we can automatically link to an online PDF link
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
011 to the manual when the user invokes a function probably called `DOC` or `HELP`."
|
|
</span><br/>
|
|
<span class="covered" title="147 out of 147 forms covered">
|
|
012 {:RECIP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
013 {:fn-name "RECIP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
014 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
015 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
016 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
017 :QUOTE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
018 {:fn-name "QUOTE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
019 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
020 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="4 out of 4 forms covered">
|
|
021 :page-nos ["10" "22" "71"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
022 :RECLAIM
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
023 {:fn-name "RECLAIM",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
024 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
025 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
026 :page-nos ["67"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
027 :NUMOB
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
028 {:fn-name "NUMOB",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
029 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
030 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
031 :page-nos ["86"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
032 :EVLIS
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
033 {:fn-name "EVLIS",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
034 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
035 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
036 :page-nos ["71"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
037 :DASH
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
038 {:fn-name "DASH",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
039 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
040 :implementation "PREDICATE APVAL",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
041 :page-nos ["85" "87 "]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
042 :EQUAL
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
043 {:fn-name "EQUAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
044 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
045 :implementation "PREDICATE",
|
|
</span><br/>
|
|
<span class="covered" title="4 out of 4 forms covered">
|
|
046 :page-nos ["11" "26" "57"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
047 :PRIN1
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
048 {:fn-name "PRIN1",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
049 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
050 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
051 :page-nos ["65" "84"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
052 :REMFLAG
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
053 {:fn-name "REMFLAG",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
054 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
055 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
056 :page-nos ["41" "60"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
057 :DEFINE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
058 {:fn-name "DEFINE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
059 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
060 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="4 out of 4 forms covered">
|
|
061 :page-nos ["15" "18" "58"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
062 :PUNCHLAP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
063 {:fn-name "PUNCHLAP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
064 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
065 :implementation "PSEUDO-FUNCTION LIBRARY",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
066 :page-nos ["68" "76"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
067 :STARTREAD
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
068 {:fn-name "STARTREAD",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
069 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
070 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
071 :page-nos ["87"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
072 :PERIOD
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
073 {:fn-name "PERIOD",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
074 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
075 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
076 :page-nos ["69" "85"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
077 :CP1
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
078 {:fn-name "CP1",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
079 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
080 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
081 :page-nos ["66"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
082 :NCONC
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
083 {:fn-name "NCONC",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
084 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
085 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
086 :page-nos ["62"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
087 :EQ
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
088 {:fn-name "EQ",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
089 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
090 :implementation "PREDICATE",
|
|
</span><br/>
|
|
<span class="covered" title="4 out of 4 forms covered">
|
|
091 :page-nos ["3" "23" "57"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
092 :RPLACD
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
093 {:fn-name "RPLACD",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
094 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
095 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
096 :page-nos ["41" "58"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
097 :PROG2
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
098 {:fn-name "PROG2",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
099 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
100 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
101 :page-nos ["42" "66"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
102 :UNCOUNT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
103 {:fn-name "UNCOUNT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
104 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
105 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
106 :page-nos ["34" "66"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
107 :ERROR1
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
108 {:fn-name "ERROR1",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
109 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
110 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
111 :page-nos ["88"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
112 :EXPT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
113 {:fn-name "EXPT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
114 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
115 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
116 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
117 :NOT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
118 {:fn-name "NOT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
119 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
120 :implementation "PREDICATE",
|
|
</span><br/>
|
|
<span class="covered" title="4 out of 4 forms covered">
|
|
121 :page-nos ["21" "23" "58"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
122 :SLASH
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
123 {:fn-name "SLASH",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
124 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
125 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
126 :page-nos ["69" "85"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
127 :RPLACA
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
128 {:fn-name "RPLACA",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
129 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
130 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
131 :page-nos ["41" "58"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
132 :QUOTIENT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
133 {:fn-name "QUOTIENT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
134 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
135 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
136 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
137 :UNPACK
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
138 {:fn-name "UNPACK",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
139 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
140 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
141 :page-nos ["87"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
142 :CONC
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
143 {:fn-name "CONC",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
144 :call-type "FEXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
145 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
146 :page-nos ["61"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
147 :CAR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
148 {:fn-name "CAR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
149 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
150 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
151 :page-nos ["2" "56"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
152 :GENSYM
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
153 {:fn-name "GENSYM",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
154 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
155 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
156 :page-nos ["66"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
157 :PROP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
158 {:fn-name "PROP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
159 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
160 :implementation "FUNCTIONAL ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
161 :page-nos [" 59"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
162 :MEMBER
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
163 {:fn-name "MEMBER",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
164 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
165 :implementation "PREDICATE ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
166 :page-nos ["11" "62"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
167 :UNTRACESET
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
168 {:fn-name "UNTRACESET",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
169 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
170 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
171 :page-nos ["68"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
172 :UNTRACE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
173 {:fn-name "UNTRACE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
174 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
175 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
176 :page-nos ["32" "66"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
177 :MINUSP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
178 {:fn-name "MINUSP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
179 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
180 :implementation "PREDICATE ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
181 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
182 :F
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
183 {:fn-name "F",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
184 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
185 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
186 :page-nos ["22" "69"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
187 :SPECIAL
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
188 {:fn-name "SPECIAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
189 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
190 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
191 :page-nos ["64" "78"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
192 :LPAR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
193 {:fn-name "LPAR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
194 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
195 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
196 :page-nos ["69" "85"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
197 :GO
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
198 {:fn-name "GO",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
199 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
200 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
201 :page-nos ["30" "72"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
202 :MKNAM
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
203 {:fn-name "MKNAM",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
204 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
205 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
206 :page-nos ["86"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
207 :COMMON
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
208 {:fn-name "COMMON",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
209 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
210 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
211 :page-nos ["64" "78"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
212 :NUMBERP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
213 {:fn-name "NUMBERP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
214 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
215 :implementation "PREDICATE ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
216 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
217 :CONS
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
218 {:fn-name "CONS",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
219 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
220 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
221 :page-nos ["2" "56"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
222 :PLUS
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
223 {:fn-name "PLUS",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
224 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
225 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
226 :page-nos ["25" "63"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
227 :SET
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
228 {:fn-name "SET",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
229 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
230 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
231 :page-nos ["30" "71"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
232 :DOLLAR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
233 {:fn-name "DOLLAR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
234 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
235 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
236 :page-nos ["69" "85"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
237 :SASSOC
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
238 {:fn-name "SASSOC",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
239 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
240 :implementation "FUNCTIONAL",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
241 :page-nos ["60"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
242 :SELECT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
243 {:fn-name "SELECT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
244 :call-type "FEXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
245 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
246 :page-nos ["66"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
247 :OPDEFINE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
248 {:fn-name "OPDEFINE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
249 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
250 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
251 :page-nos ["65" "75"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
252 :PAUSE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
253 {:fn-name "PAUSE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
254 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
255 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
256 :page-nos ["67"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
257 :AND
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
258 {:fn-name "AND",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
259 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
260 :implementation "PREDICATE",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
261 :page-nos ["21" "58"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
262 :COMMA
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
263 {:fn-name "COMMA",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
264 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
265 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
266 :page-nos ["69" "85"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
267 :EFFACE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
268 {:fn-name "EFFACE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
269 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
270 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
271 :page-nos ["63"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
272 :CSETQ
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
273 {:fn-name "CSETQ",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
274 :call-type "FEXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
275 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
276 :page-nos ["59"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
277 :OPCHAR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
278 {:fn-name "OPCHAR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
279 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
280 :implementation "PREDICATE ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
281 :page-nos [" 87"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
282 :PRINTPROP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
283 {:fn-name "PRINTPROP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
284 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
285 :implementation "PSEUDO-FUNCTION LIBRARY ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
286 :page-nos ["68"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
287 :PLB
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
288 {:fn-name "PLB",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
289 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
290 :implementation "PSEUDO- FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
291 :page-nos ["67"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
292 :DIGIT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
293 {:fn-name "DIGIT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
294 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
295 :implementation "PREDICATE ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
296 :page-nos ["87"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
297 :PUNCHDEF
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
298 {:fn-name "PUNCHDEF",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
299 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
300 :implementation "PSEUDO-FUNCTION LIBRARY",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
301 :page-nos ["68"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
302 :ARRAY
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
303 {:fn-name "ARRAY",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
304 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
305 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
306 :page-nos ["27" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
307 :MAX
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
308 {:fn-name "MAX",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
309 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
310 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
311 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
312 :INTERN
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
313 {:fn-name "INTERN",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
314 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
315 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
316 :page-nos ["67" "87"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
317 :NIL
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
318 {:fn-name "NIL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
319 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
320 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
321 :page-nos ["22" "69"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
322 :TIMES
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
323 {:fn-name "TIMES",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
324 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
325 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
326 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
327 :ERROR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
328 {:fn-name "ERROR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
329 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
330 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
331 :page-nos ["32" "66"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
332 :PUNCH
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
333 {:fn-name "PUNCH",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
334 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
335 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
336 :page-nos ["65" "84"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
337 :REMPROP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
338 {:fn-name "REMPROP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
339 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
340 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
341 :page-nos ["41" "59"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
342 :DIVIDE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
343 {:fn-name "DIVIDE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
344 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
345 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
346 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
347 :OR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
348 {:fn-name "OR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
349 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
350 :implementation "PREDICATE ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
351 :page-nos ["21" "58"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
352 :SUBLIS
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
353 {:fn-name "SUBLIS",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
354 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
355 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
356 :page-nos ["12" "61"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
357 :LAP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
358 {:fn-name "LAP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
359 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
360 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
361 :page-nos ["65" "73"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
362 :PROG
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
363 {:fn-name "PROG",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
364 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
365 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
366 :page-nos ["29" "71"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
367 :T
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
368 {:fn-name "T",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
369 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
370 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
371 :page-nos ["22" "69"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
372 :GREATERP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
373 {:fn-name "GREATERP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
374 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
375 :implementation "PREDICATE",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
376 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
377 :CSET
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
378 {:fn-name "CSET",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
379 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
380 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
381 :page-nos ["17" "59"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
382 :FUNCTION
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
383 {:fn-name "FUNCTION",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
384 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
385 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
386 :page-nos ["21" "71"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
387 :LENGTH
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
388 {:fn-name "LENGTH",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
389 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
390 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
391 :page-nos ["62"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
392 :MINUS
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
393 {:fn-name "MINUS",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
394 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
395 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
396 :page-nos ["26" "63"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
397 :COND
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
398 {:fn-name "COND",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
399 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
400 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
401 :page-nos ["18"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
402 :APPEND
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
403 {:fn-name "APPEND",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
404 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
405 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
406 :page-nos ["11" "61"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
407 :CDR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
408 {:fn-name "CDR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
409 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
410 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
411 :page-nos ["3" "56"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
412 :OBLIST
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
413 {:fn-name "OBLIST",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
414 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
415 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
416 :page-nos ["69"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
417 :READ
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
418 {:fn-name "READ",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
419 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
420 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
421 :page-nos ["5" "84"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
422 :ERRORSET
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
423 {:fn-name "ERRORSET",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
424 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
425 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
426 :page-nos ["35" "66"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
427 :UNCOMMON
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
428 {:fn-name "UNCOMMON",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
429 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
430 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
431 :page-nos ["64" "78"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
432 :EVAL
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
433 {:fn-name "EVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
434 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
435 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
436 :page-nos ["71"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
437 :MIN
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
438 {:fn-name "MIN",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
439 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
440 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
441 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
442 :PAIR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
443 {:fn-name "PAIR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
444 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
445 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
446 :page-nos ["60"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
447 :BLANK
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
448 {:fn-name "BLANK",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
449 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
450 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
451 :page-nos ["69" "85"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
452 :SETQ
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
453 {:fn-name "SETQ",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
454 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
455 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
456 :page-nos ["30" "71"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
457 :GET
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
458 {:fn-name "GET",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
459 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
460 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
461 :page-nos ["41" "59"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
462 :PRINT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
463 {:fn-name "PRINT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
464 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
465 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
466 :page-nos ["65" "84"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
467 :ENDREAD
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
468 {:fn-name "ENDREAD",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
469 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
470 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
471 :page-nos ["8 8"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
472 :RETURN
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
473 {:fn-name "RETURN",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
474 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
475 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
476 :page-nos ["30" "72"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
477 :LITER
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
478 {:fn-name "LITER",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
479 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
480 :implementation "PREDICATE ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
481 :page-nos ["87"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
482 :EOF
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
483 {:fn-name "EOF",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
484 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
485 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
486 :page-nos ["69" "88"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
487 :TRACE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
488 {:fn-name "TRACE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
489 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
490 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="4 out of 4 forms covered">
|
|
491 :page-nos ["32" "66" "79"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
492 :TRACESET
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
493 {:fn-name "TRACESET",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
494 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
495 :implementation "PSEUDO-FUNCTION LIBRARY",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
496 :page-nos ["68"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
497 :PACK
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
498 {:fn-name "PACK",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
499 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
500 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
501 :page-nos ["86"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
502 :NULL
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
503 {:fn-name "NULL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
504 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
505 :implementation "PREDICATE ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
506 :page-nos ["11" "57"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
507 :CLEARBUFF
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
508 {:fn-name "CLEARBUFF",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
509 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
510 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
511 :page-nos ["86"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
512 :LESSP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
513 {:fn-name "LESSP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
514 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
515 :implementation "PREDICATE ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
516 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
517 :TERPRI
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
518 {:fn-name "TERPRI",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
519 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
520 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
521 :page-nos ["65" "84"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
522 :ONEP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
523 {:fn-name "ONEP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
524 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
525 :implementation "PREDICATE ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
526 :page-nos [" 26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
527 :EXCISE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
528 {:fn-name "EXCISE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
529 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
530 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
531 :page-nos ["67" "77"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
532 :REMOB
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
533 {:fn-name "REMOB",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
534 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
535 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
536 :page-nos ["67"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
537 :MAP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
538 {:fn-name "MAP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
539 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
540 :implementation "FUNCTIONAL ",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
541 :page-nos ["63"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
542 :COMPILE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
543 {:fn-name "COMPILE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
544 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
545 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
546 :page-nos ["64" "76"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
547 :ADD1
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
548 {:fn-name "ADD1",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
549 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
550 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
551 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
552 :ADVANCE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
553 {:fn-name "ADVANCE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
554 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
555 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
556 :page-nos ["88"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
557 :SEARCH
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
558 {:fn-name "SEARCH",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
559 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
560 :implementation "FUNCTIONAL",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
561 :page-nos ["63"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
562 :APPLY
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
563 {:fn-name "APPLY",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
564 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
565 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
566 :page-nos ["70"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
567 :READLAP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
568 {:fn-name "READLAP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
569 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
570 :implementation "PSEUDO-FUNCTION ",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
571 :page-nos ["65" "76"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
572 :UNSPECIAL
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
573 {:fn-name "UNSPECIAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
574 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
575 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
576 :page-nos ["64" "78"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
577 :SUBST
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
578 {:fn-name "SUBST",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
579 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
580 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
581 :page-nos ["11" "61"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
582 :COPY
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
583 {:fn-name "COPY",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
584 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
585 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
586 :page-nos ["62"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
587 :LOGOR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
588 {:fn-name "LOGOR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
589 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
590 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
591 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
592 :LABEL
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
593 {:fn-name "LABEL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
594 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
595 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="4 out of 4 forms covered">
|
|
596 :page-nos ["8" "18" "70"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
597 :FIXP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
598 {:fn-name "FIXP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
599 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
600 :implementation "PREDICATE",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
601 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
602 :SUB1
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
603 {:fn-name "SUB1",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
604 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
605 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
606 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
607 :ATTRIB
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
608 {:fn-name "ATTRIB",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
609 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
610 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
611 :page-nos ["59"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
612 :DIFFERENCE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
613 {:fn-name "DIFFERENCE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
614 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
615 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
616 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
617 :REMAINDER
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
618 {:fn-name "REMAINDER",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
619 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
620 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
621 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
622 :REVERSE
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
623 {:fn-name "REVERSE",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
624 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
625 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
626 :page-nos ["6 2"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
627 :EOR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
628 {:fn-name "EOR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
629 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
630 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
631 :page-nos ["69" "88"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
632 :PLUSS
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
633 {:fn-name "PLUSS",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
634 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
635 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
636 :page-nos ["69" "85"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
637 :TEMPUS-FUGIT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
638 {:fn-name "TEMPUS-FUGIT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
639 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
640 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
641 :page-nos ["67"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
642 :LOAD
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
643 {:fn-name "LOAD",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
644 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
645 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
646 :page-nos ["67"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
647 :CHARCOUNT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
648 {:fn-name "CHARCOUNT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
649 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
650 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
651 :page-nos ["69" "87"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
652 :RPAR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
653 {:fn-name "RPAR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
654 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
655 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
656 :page-nos ["69" "85"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
657 :COUNT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
658 {:fn-name "COUNT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
659 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
660 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
661 :page-nos ["34" "66"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
662 :SPEAK
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
663 {:fn-name "SPEAK",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
664 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
665 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
666 :page-nos ["34" "66 "]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
667 :LOGXOR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
668 {:fn-name "LOGXOR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
669 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
670 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
671 :page-nos ["27" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
672 :FLOATP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
673 {:fn-name "FLOATP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
674 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
675 :implementation "PREDICATE",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
676 :page-nos ["26" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
677 :ATOM
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
678 {:fn-name "ATOM",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
679 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
680 :implementation "PREDICATE",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
681 :page-nos ["3" "57"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
682 :EQSIGN
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
683 {:fn-name "EQSIGN",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
684 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
685 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
686 :page-nos ["69" "85"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
687 :LIST
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
688 {:fn-name "LIST",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
689 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
690 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
691 :page-nos ["57"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
692 :MAPLIST
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
693 {:fn-name "MAPLIST",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
694 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
695 :implementation "FUNCTIONAL ",
|
|
</span><br/>
|
|
<span class="covered" title="4 out of 4 forms covered">
|
|
696 :page-nos ["20" "21" "63"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
697 :LOGAND
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
698 {:fn-name "LOGAND",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
699 :call-type "FSUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
700 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
701 :page-nos ["27" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
702 :FLAG
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
703 {:fn-name "FLAG",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
704 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
705 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
706 :page-nos ["41" "60"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
707 :MAPCON
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
708 {:fn-name "MAPCON",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
709 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
710 :implementation "FUNCTIONAL PSEUDO- FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
711 :page-nos ["63"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
712 :STAR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
713 {:fn-name "STAR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
714 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
715 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
716 :page-nos ["69" "85"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
717 :CURCHAR
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
718 {:fn-name "CURCHAR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
719 :call-type "APVAL",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
720 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
721 :page-nos ["69" "87"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
722 :DUMP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
723 {:fn-name "DUMP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
724 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
725 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="2 out of 2 forms covered">
|
|
726 :page-nos ["67"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
727 :DEFLIST
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
728 {:fn-name "DEFLIST",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
729 :call-type "EXPR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
730 :implementation "PSEUDO-FUNCTION",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
731 :page-nos ["41" "58"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
732 :LEFTSHIFT
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
733 {:fn-name "LEFTSHIFT",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
734 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
735 :implementation "",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
736 :page-nos ["27" "64"]},
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
737 :ZEROP
|
|
</span><br/>
|
|
<span class="covered" title="8 out of 8 forms covered">
|
|
738 {:fn-name "ZEROP",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
739 :call-type "SUBR",
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
740 :implementation "PREDICATE",
|
|
</span><br/>
|
|
<span class="covered" title="3 out of 3 forms covered">
|
|
741 :page-nos ["26" "64"]}})
|
|
</span><br/>
|
|
<span class="blank" title="0 out of 0 forms covered">
|
|
742
|
|
</span><br/>
|
|
<span class="covered" title="1 out of 1 forms covered">
|
|
743 (defn page-url
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
744 "Format the URL for the page in the manual with this `page-no`."
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
745 [page-no]
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 4 forms covered">
|
|
746 (let [n (read-string page-no)
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 11 forms covered">
|
|
747 n' (when (and (number? n)
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 2 forms covered">
|
|
748 (ends-with? *manual-url* ".pdf"))
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
749 ;; annoyingly, the manual has eight pages of front-matter
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
750 ;; before numbering starts.
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 3 forms covered">
|
|
751 (+ n 8))]
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 2 forms covered">
|
|
752 (format
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 7 forms covered">
|
|
753 (if (ends-with? *manual-url* ".pdf") "%s#page=%s" "%s#page%s")
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 1 forms covered">
|
|
754 *manual-url*
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 10 forms covered">
|
|
755 (or n' (trim (str page-no))))))
|
|
</span><br/>
|
|
<span class="blank" title="0 out of 0 forms covered">
|
|
756
|
|
</span><br/>
|
|
<span class="covered" title="1 out of 1 forms covered">
|
|
757 (defn format-page-references
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
758 "Format page references from the manual index for the function whose name
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
759 is `fn-symbol`."
|
|
</span><br/>
|
|
<span class="not-tracked" title="0 out of 0 forms covered">
|
|
760 [fn-symbol]
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 9 forms covered">
|
|
761 (let [k (if (keyword? fn-symbol) fn-symbol (keyword fn-symbol))]
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 3 forms covered">
|
|
762 (join ", "
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 2 forms covered">
|
|
763 (doall
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 2 forms covered">
|
|
764 (map
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 1 forms covered">
|
|
765 (fn [n]
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 4 forms covered">
|
|
766 (let [p (trim n)]
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 3 forms covered">
|
|
767 (format "<a href='%s'>%s</a>"
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 4 forms covered">
|
|
768 (page-url p) p)))
|
|
</span><br/>
|
|
<span class="not-covered" title="0 out of 5 forms covered">
|
|
769 (:page-nos (index k)))))))
|
|
</span><br/>
|
|
</body>
|
|
</html>
|