summaryrefslogtreecommitdiff
path: root/appl/acme/look.m
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
commit37da2899f40661e3e9631e497da8dc59b971cbd0 (patch)
treecbc6d4680e347d906f5fa7fca73214418741df72 /appl/acme/look.m
parent54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff)
20060303a
Diffstat (limited to 'appl/acme/look.m')
-rw-r--r--appl/acme/look.m17
1 files changed, 17 insertions, 0 deletions
diff --git a/appl/acme/look.m b/appl/acme/look.m
new file mode 100644
index 00000000..5618c4cc
--- /dev/null
+++ b/appl/acme/look.m
@@ -0,0 +1,17 @@
+Look : module {
+ PATH : con "/dis/acme/look.dis";
+
+ init : fn(mods : ref Dat->Mods);
+
+ isfilec: fn(r : int) : int;
+ lookid : fn(n : int, b : int) : ref Windowm->Window;
+ lookfile : fn(s : string, n : int) : ref Windowm->Window;
+ dirname : fn(t : ref Textm->Text, r : string, n : int) : (string, int);
+ cleanname : fn(s : string, n : int) : (string, int);
+ new : fn(et, t, argt : ref Textm->Text, flag1, flag2 : int, arg : string, narg : int);
+ expand : fn(t : ref Textm->Text, q0, q1 : int) : (int, Dat->Expand);
+ search : fn(t : ref Textm->Text, r : string, n : int) : int;
+ look3 : fn(t : ref Textm->Text, q0, q1, external : int);
+ plumblook : fn(m : ref Plumbmsg->Msg);
+ plumbshow : fn(m : ref Plumbmsg->Msg);
+};