V10/libplot/lib4014/move.c

#include <stdio.h>
#include "tek.h"
move(xx, yy) 
double	xx, yy; 
{
	putchar(PLOTIN);
	vec(xx, yy);
}