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

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h58 extern int doglob; /* glob local file names */
H A Dglobals.c17 int doglob; /* glob local file names */ variable
H A Dcmds.c517 if (!doglob) {
779 if (!doglob) {
790 if (!doglob) {
873 onoff(doglob));
991 doglob = !doglob;
992 printf("Globbing %s.\n", onoff(doglob));
993 code = doglob;
1567 if (!doglob)
H A Dmain.c50 { NULL, 'g', arg_negative_flag, &doglob,
101 doglob = 1;
/freebsd-9.3-release/contrib/tnftp/src/
H A Dftp_var.h215 GLOBAL int doglob; /* glob local file names */ variable
H A Dmain.c168 doglob = 1;
313 doglob = 0;
H A Dutil.c557 if (!doglob)
567 if (!doglob) {
638 if (!doglob)
H A Dcmds.c510 if (!doglob) {
832 onoff(verbose), onoff(bell), onoff(interactive), onoff(doglob));
1088 code = togglevar(argc, argv, &doglob, "Globbing");
H A Dfetch.c1487 if (doglob && urltype == CLASSIC_URL_T) {
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h153 extern void doglob (Char **, struct command *);
H A Dsh.init.c91 { "glob", doglob, 0, INF },
/freebsd-9.3-release/contrib/gcc/
H A Dtree-dump.c989 dump_switch_p_1 (const char *arg, struct dump_file_info *dfi, bool doglob)
995 if (doglob && !dfi->glob)
998 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch);
988 dump_switch_p_1(const char *arg, struct dump_file_info *dfi, bool doglob) argument

Completed in 149 milliseconds