Home
last modified time | relevance | path

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

/openbsd/usr.bin/ftp/
H A Dsmall.c431 if (dirchange != 1)
439 if (dirchange != 1) {
499 dirchange = 0;
503 dirchange = 1;
H A Dcomplete.c228 if (dirchange || strcmp(dir, lastdir) != 0) { /* dir not cached */ in complete_remote()
262 dirchange = 0; in complete_remote()
H A Dftp_var.h146 extern int dirchange; /* remote directory changed by cd command */
H A Dcmds.c388 if (dirchange != 1) { in mput()
411 if (dirchange != 1) { in mput()
1470 dirchange = 1; in cdup()
H A Dmain.c132 int dirchange; variable
H A Dfetch.c1486 if (!dirchange) { in auto_fetch()