Home
last modified time | relevance | path

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

/dports/sysutils/clean/clean-3.4/
H A Dmain.c98 if (flag & NOGLOB) usage(); in main()
104 flag |= NOGLOB; in main()
H A Dparse_rc.c63 if (!(flag & NOGLOB)) { in do_default_rc()
85 noglob = flag & NOGLOB; in do_rc()
H A Dniftyclean.h67 #define NOGLOB 0x8 macro
/dports/net/fspclient/fspclient-0.93.1/client/
H A Dmain.c35 CMDPROTO(help,fsp_help,NOGLOB,"give help on commands or macros")
36 CMDPROTO(?,fsp_help,NOGLOB,"identical to `help'")
37 { (char *)0, 0, NOGLOB, 0, (char *)0 }
88 case NOGLOB: in execute_builtin()
/dports/net/fspclient/fspclient-0.93.1/include/
H A Dmain.h7 typedef enum { NOGLOB, LOCALGLOB, REMOTEGLOB } GLOBS; enumerator
/dports/shells/44bsd-csh/44bsd-csh-20001106_5/
H A Dexp.c56 #define NOGLOB 2 /* in ignore, it means not to globone */ macro
228 ignore |= NOGLOB;
597 return (ignore & NOGLOB ? Strsave(cp) : globone(cp, G_ERROR));
/dports/www/analog/analog-6.0/src/
H A Danlghea3.h48 #define NOGLOB macro
336 #ifndef NOGLOB
356 #define NOGLOB macro
H A Dsettings.c123 #ifdef NOGLOB in report_compile()
H A Dinit2.c778 #ifndef NOGLOB
/dports/shells/zsh/zsh-5.8.1/Doc/Zsh/
H A Doptions.yo523 pindex(NOGLOB)
/dports/shells/zsh/zsh-5.8.1/Doc/
H A Dzsh.texi10218 @pindex NOGLOB
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DChangeLog83427 Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}.