Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ftp/
H A Dftp_var.h38 int ntflag; /* use ntin ntout tables for name translation */ variable
H A Dcmds.c405 if (loc && ntflag) {
464 if (ntflag) {
493 tp = (ntflag) ? dotrans(argv[i]) : argv[i];
518 tp = (ntflag) ? dotrans(*cpp) : *cpp;
607 if (loc && ntflag)
721 if (ntflag) {
845 if (ntflag) {
1736 ntflag = 0;
1738 code = ntflag;
1741 ntflag++;
[all …]
H A Dftp.c1243 ip->ntflg = ntflag;
1244 ntflag = op->ntflg;