aboutsummaryrefslogtreecommitdiff
path: root/sys/fmtio/evexpr.com
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/fmtio/evexpr.com
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'sys/fmtio/evexpr.com')
-rw-r--r--sys/fmtio/evexpr.com7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/fmtio/evexpr.com b/sys/fmtio/evexpr.com
new file mode 100644
index 00000000..65488986
--- /dev/null
+++ b/sys/fmtio/evexpr.com
@@ -0,0 +1,7 @@
+# EVEXPR common.
+
+pointer ev_oval # pointer to expr value operand
+int ev_getop # user supplied get operand procedure
+int ev_ufcn # user supplied function call procedure
+
+common /xevcom/ ev_oval, ev_getop, ev_ufcn