Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckucmd.c1766 nzxopts = ZX_NOLINKS;
1991 y = nzxpand(*xp,nzxopts);
2078 if (recursive) nzxopts |= ZX_RECURSE;
2079 y = nzxpand(*xp,nzxopts);
2092 nzxopts |= ZX_FILONLY;
2095 y = nzxpand(*xp,nzxopts);
2110 y = nzxpand(*xp,nzxopts);
2268 nzxopts |= dirflg ? ZX_DIRONLY : 0;
2271 nfiles = nzxpand(*xp,nzxopts);
2468 y = nzxpand(*xp,nzxopts);
[all …]
H A Dckcfns.c120 extern int numerrs, nzxopts;
5638 if (matchdot) nzxopts |= ZX_MATCHDOT; in gnfile()
5640 if (recursive) nzxopts |= ZX_RECURSE; in gnfile()
6525 nzxopts = 0;
6531 nzxopts |= ZX_MATCHDOT;
6533 nzxopts |= ZX_RECURSE;
6539 if (recursive) nzxopts |= ZX_RECURSE;
6540 nxpnd = nzxpand(name,nzxopts);
6671 if (matchdot) nzxopts |= ZX_MATCHDOT;
6675 if (recursive) nzxopts |= ZX_RECURSE;
[all …]
H A Dckcpro.c87 extern int recursive, inserver, nzxopts, idletmo, srvidl, xfrint;
3834 nzxopts = 0;
3836 if (matchdot) nzxopts |= ZX_MATCHDOT;
3838 if (recursive) nzxopts |= ZX_RECURSE;
3840 nfils = 0 - nzxpand(fs,nzxopts);
H A Dckuus6.c5833 nzxopts = (show == ZX_DIRONLY) ? ZX_DIRONLY :
5835 if (matchdot) nzxopts |= ZX_MATCHDOT;
5836 if (recursive) nzxopts |= ZX_RECURSE;
5837 x = nzxpand(s,nzxopts); /* Expand file list */
7225 if (iswild(atmbuf) && nzxpand(atmbuf,nzxopts) == 0) in dodel()
7409 nzxopts = ZX_FILONLY; in dodel()
7410 if (recursive) nzxopts |= ZX_RECURSE; in dodel()
7411 if (matchdot) nzxopts |= ZX_MATCHDOT; in dodel()
7413 z = nzxpand(s,nzxopts); /* Expand file list */ in dodel()
7657 x = nzxpand(tmpbuf,nzxopts); in dodel()
[all …]
H A Dckcpro.w65 extern int recursive, inserver, nzxopts, idletmo, srvidl, xfrint;
3636 nzxopts = 0;
3638 if (matchdot) nzxopts |= ZX_MATCHDOT;
3640 if (recursive) nzxopts |= ZX_RECURSE;
3642 nfils = 0 - nzxpand(fs,nzxopts);
H A Dckcmai.c1077 int nzxopts = 0; /* Options for nzxpand() */ variable