aboutsummaryrefslogtreecommitdiff
path: root/sys/clio/clpset.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/clio/clpset.h')
-rw-r--r--sys/clio/clpset.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/clio/clpset.h b/sys/clio/clpset.h
new file mode 100644
index 00000000..df52e366
--- /dev/null
+++ b/sys/clio/clpset.h
@@ -0,0 +1,12 @@
+# CLPSET.H -- CL pset access package header file.
+
+define SZ_PSPSETNAME 31
+define SZ_PSPARNAME 63
+
+define LEN_PSETDES 96
+define PS_PSETNAMEP P2C($1) # pset name pointer
+define PS_PSETNAME Memc[P2C($1)] # pset name
+define PS_PARNAMEP (P2C($1)+SZ_PSPSETNAME+1) # pointer to tempbuf
+define PS_PARNAME Memc[P2C($1)+SZ_PSPSETNAME+1] # temp buffer
+
+define PARNAME Memc[clpset_parname($1,$2)]