Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c517 if (!doglob) { in mput()
779 if (!doglob) { in remglob()
790 if (!doglob) { in remglob()
873 onoff(doglob)); in status()
991 doglob = !doglob; in setglob()
992 printf("Globbing %s.\n", onoff(doglob)); in setglob()
993 code = doglob; in setglob()
1567 if (!doglob) in globulize()
H A Dglobals.c17 int doglob; /* glob local file names */ variable
H A Dftp_var.h58 extern int doglob; /* glob local file names */
H A Dmain.c50 { NULL, 'g', arg_negative_flag, &doglob,
101 doglob = 1; in main()
/freebsd/contrib/tnftp/src/
H A Dftp_var.h215 GLOBAL int doglob; /* glob local file names */ variable
H A Dmain.c171 doglob = 1; in main()
316 doglob = 0; in main()
H A Dutil.c557 if (!doglob) in remglob()
567 if (!doglob) { in remglob()
638 if (!doglob) in globulize()
H A Dcmds.c510 if (!doglob) { in mput()
832 onoff(verbose), onoff(bell), onoff(interactive), onoff(doglob)); in status()
1088 code = togglevar(argc, argv, &doglob, "Globbing"); in setglob()
H A Dfetch.c1487 if (doglob && urltype == CLASSIC_URL_T) { in fetch_ftp()
/freebsd/contrib/tcsh/
H A Dsh.decls.h153 extern void doglob (Char **, struct command *);
H A Dsh.init.c87 { "glob", doglob, 0, INF },
H A Dsh.func.c1192 doglob(Char **v, struct command *c) in doglob() function