Google
 

Trailing-Edge - PDP-10 Archives - decuslib10-08 - 43,50512/xferta.mac
There are no other files named xferta.mac in the archive.
	TITLE XFERTAB
	DEFINE TE(STR,VAL)=<[ASCIZ/STR/],,VAL>
XFERTAB::	XFERL,,XFERL
		TE(DELETE,4)
		TE(GET,1)
		TE(PUT,2)
		TE(RENAME,3)
		TE(RETRIEVE,1)
		TE(SEND,2)

	XFERL=<.-XFERTAB>-1
	END