blob: e9367c2acb72b21f00565f80e4006e417657b0c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Editcmd: module {
PATH: con "/dis/acme/ecmd.dis";
init : fn(mods : ref Dat->Mods);
cmdexec: fn(a0: ref Textm->Text, a1: ref Edit->Cmd): int;
resetxec: fn();
cmdaddress: fn(a0: ref Edit->Addr, a1: Edit->Address, a2: int): Edit->Address;
edittext: fn(f: ref Filem->File, q: int, r: string, nr: int): string;
alllooper: fn(w: ref Windowm->Window, lp: ref Dat->Looper);
alltofile: fn(w: ref Windowm->Window, tp: ref Dat->Tofile);
allmatchfile: fn(w: ref Windowm->Window, tp: ref Dat->Tofile);
allfilecheck: fn(w: ref Windowm->Window, fp: ref Dat->Filecheck);
readloader: fn(f: ref Filem->File, q0: int, r: string, nr: int): int;
};
|