Home
last modified time | relevance | path

Searched refs:changetype (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/ftp/
H A Dextern.h22 void changetype __P((int, int));
H A Dftp.c438 changetype(type, 0);
758 changetype(TYPE_A, 0);
760 changetype(type, 0);
1298 changetype(prox_type, 1);
1311 changetype(prox_type, 1);
H A Dcmds.c248 changetype(newtype, show) in changetype() function