Plan 9 from Bell Labs’s /usr/web/sources/contrib/nemo/octopus/port/x/samcmd.m

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Samcmd: module {

	PATH: con "/dis/o/samcmd.dis";

	init : fn(d: Oxdat);

	Inactive, Inserting, Collecting: con iota;
	editing:	int;


	cmdexec: fn(a0: ref Oxedit->Edit, a1: ref Sam->Cmd): int;
	resetxec: fn();
	cmdaddress: fn(ap: ref Sam->Addr, a: Sam->Address, sign: int): Sam->Address;
	edittext: fn(f: ref Oxedit->Edit, q: int, r: string): string;

	readloader: fn(f: ref Oxedit->Edit, q0: int, r: string): int;
};

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.