Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ftp/
Dfetch.c1255 int dirhasglob, filehasglob, oautologin; in auto_fetch() local
1470 dirhasglob = filehasglob = 0; in auto_fetch()
1474 dirhasglob = 1; in auto_fetch()
1481 if (!EMPTYSTRING(dir) && !dirhasglob) { in auto_fetch()
1505 if (dirhasglob) { in auto_fetch()
1515 if (dirhasglob || filehasglob) { in auto_fetch()