diff options
Diffstat (limited to 'appl/acme/look.m')
| -rw-r--r-- | appl/acme/look.m | 17 |
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); +}; |
