aboutsummaryrefslogtreecommitdiff
path: root/pkg/system/help/lroff/words.com
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/system/help/lroff/words.com
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/system/help/lroff/words.com')
-rw-r--r--pkg/system/help/lroff/words.com9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/system/help/lroff/words.com b/pkg/system/help/lroff/words.com
new file mode 100644
index 00000000..d0c220da
--- /dev/null
+++ b/pkg/system/help/lroff/words.com
@@ -0,0 +1,9 @@
+# Common for Textout()/Breakline().
+
+pointer wbuf # the word buffer, a string buffer
+pointer wp # pointer to next available char in word buffer
+pointer words # array of word pointers
+int nwords # number of words in word buffer
+int wcols # number of printable columns in word buffer
+
+common /wrdcom/ wbuf, wp, words, nwords, wcols