Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ftp/
H A Dcmds.c204 int comret; local
233 comret = command ("TYPE %s %s", p->t_mode, p->t_arg);
235 comret = command("TYPE %s", p->t_mode);
236 if (comret == COMPLETE) {
252 int comret, oldverbose = verbose; local
268 comret = command("TYPE %s %s", p->t_mode, bytename);
270 comret = command("TYPE %s", p->t_mode);
271 if (comret == COMPLETE)