Searched refs:dolist (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/src/
H A Dcomplete.c371 int celems, dolist, cmpltype; local
387 dolist = 0;
392 dolist = 1;
398 return (complete_command(word, dolist));
417 return (complete_command(word, dolist));
420 return (complete_local(word, dolist));
426 return (complete_option(word, dolist));
434 return (complete_remote(word, dolist));
H A Dcmds.c1376 int dolist; local
1397 dolist = strcmp(argv[0], "mls");
1404 recvrequest(dolist ? "LIST" : "NLST", dest, argv[i], mode,
/macosx-10.10/ntp-92/ntpq/
H A Dntpq-subs.c35 static int dolist (struct varlist *, int, int, int,
494 * dolist - send a request with the given list of variables
497 dolist( function
566 (void) dolist(g_varlist, associd, CTL_OP_READVAR,
637 (void) dolist(tmplist, associd, CTL_OP_READVAR,
714 (void) dolist(g_varlist, associd, CTL_OP_READCLOCK, TYPE_CLOCK, fp);
740 (void) dolist(tmplist, associd, CTL_OP_READCLOCK, TYPE_CLOCK, fp);
826 if (!dolist(g_varlist, (int)assoc_cache[i].assid,
860 if (!dolist(g_varlist, (int)assoc_cache[i].assid,
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.decls.h83 extern void dolist (Char **, struct command *);
H A Dsh.init.c113 { "ls-F", dolist, 0, INF },
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Ddeparse.c171 goto dolist;
273 dolist:
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomplist.c1013 #define dolist(X) ((X) >= mlbeg && (X) < mlend) macro
1398 dolist(ml), 1, ml, &stop);
1536 if (dolist(ml))
1596 if (dolist(ml))
1706 if (dolist(ml)) {
1740 if (!dolist(ml)) {
1796 if (!dolist(ml)) {
/macosx-10.10/vim-55/src/
H A Dif_perl.xs564 eval_to_string(arg, nextcmd, dolist)
567 int dolist;
/macosx-10.10/vim-55/runtime/syntax/
H A Dlisp.vim334 syn keyword lispFunc dolist nstring-upcase unbound-slot

Completed in 404 milliseconds