Searched refs:globlist (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dglobrecur.tcl21 proc recursive_glob {dirlist globlist} {
28 foreach pattern $globlist {
43 set result [concat $result [recursive_glob $recurse $globlist]]
50 proc for_recursive_glob {var dirlist globlist cmd {depth 1}} {
59 foreach pattern $globlist {
90 return [for_recursive_glob $var $recurse $globlist $cmd \
/macosx-10.9.5/zsh-60/zsh/Util/
H A Dmkdisttree.sh35 s/^/deplist=;globlist=! /
40 s/! \([^!]*\) !/;globlist="$globlist \1";/g
64 for f in $deplist `test -z "$globlist" || ( cd $dir_top/$subdir && eval "echo $globlist")`; do
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c749 struct conf_entry *globlist, *lastnew, *worklist; local
752 defconf = globlist = worklist = NULL;
767 parse_file(f, fname, &worklist, &globlist, &defconf);
784 parse_file(f, fname, &worklist, &globlist, &defconf);
793 * a worklist and a globlist. If there were no specific files
795 * call a routine which finds all files matched by the globlist
799 expand_globs(&worklist, &globlist);
800 free_clist(&globlist);
861 if (verbose > 2 && globlist != NULL)
863 for (ent = globlist; en
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompctl.c2232 globlist(l, 0);
3388 globlist(l, 0);
3537 globlist(l, 0);
3734 globlist(foo, 0);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dexec.c2206 globlist(vl, 0);
2317 globlist(strs, 0);
2913 globlist(args, 0);
H A Dglob.c2019 globlist(&fake, 0);
H A Dsubst.c374 globlist(LinkList list, int nountok) function

Completed in 228 milliseconds