diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/clio/clio.com | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/clio/clio.com')
-rw-r--r-- | sys/clio/clio.com | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/clio/clio.com b/sys/clio/clio.com new file mode 100644 index 00000000..78567dd0 --- /dev/null +++ b/sys/clio/clio.com @@ -0,0 +1,18 @@ +# CLIO parameters. + +int cl_prtype # parent process type +pointer cl_stp # clcache symbol table pointer +int cl_stmark # stmark value for initial table +int cl_nposargs # number of $1, $2 type task parameters +int cl_nextarg # index into posarg list +pointer cl_posarg[MAX_POSARGS] # symtab offsets of positional args +int ps_status[MAX_PSEUDOFILES] # for pseudofile drivers +int cl_npsets # number of psets for task (>= 1) +int cl_psetop # next char in pset name buffer +int cl_psetindex[MAX_PSETS] # index of pset names (1 = taskname) +char cl_psetname[SZ_PSETNAMEBUF] # char storage for pset names +char cl_pname[SZ_PNAME] # handy buffer for param names + +common /clio_com/ cl_prtype, cl_stp, cl_stmark, cl_nposargs, cl_nextarg, + cl_posarg, ps_status, cl_npsets, cl_psetop, cl_psetindex, cl_psetname, + cl_pname |