summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-04-06 00:40:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-04-06 00:40:22 -0700
commit064d4cd974f5e54cb310838eb25e36a6bf83d24d (patch)
tree66a4fe54c00d9788bb0439804a772147b8e5908d
parent41bd4e38da467b22655ca4b81fda22bd3afd6f95 (diff)
downloadtxr-064d4cd974f5e54cb310838eb25e36a6bf83d24d.tar.gz
txr-064d4cd974f5e54cb310838eb25e36a6bf83d24d.tar.bz2
txr-064d4cd974f5e54cb310838eb25e36a6bf83d24d.zip
doc: forgotten cptr functions.
* txr.1: Document cptrp and cptr-type.
-rw-r--r--txr.129
1 files changed, 29 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index c8875c42..ddaac786 100644
--- a/txr.1
+++ b/txr.1
@@ -59820,6 +59820,35 @@ family of memory allocation functions, or has already been freed, or
copies of the pointer exist which are still in use, the consequences are
likely catastrophic.
+.coNP Function @ cptrp
+.synb
+.mets (cptrp << value )
+.syne
+.desc
+The
+.code cptrp
+function tests whether
+.meta value
+is a
+.codn cptr .
+It returns
+.code t
+if this is the
+case,
+.code nil
+otherwise.
+
+.coNP Function @ cptr-type
+.synb
+.mets (cptr-type << cptr )
+.syne
+.desc
+The
+.code cptr-type
+function retrieves the
+.meta cptr
+object's type tag.
+
.coNP Variable @ cptr-null
.desc
The