Searched refs:inlist (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dslist.h30 struct curl_slist *Curl_slist_duplicate(struct curl_slist *inlist);
H A Dslist.c107 struct curl_slist *Curl_slist_duplicate(struct curl_slist *inlist) argument
112 while(inlist) {
113 tmp = curl_slist_append(outlist, inlist->data);
121 inlist = inlist->next;
/macosx-10.10/OpenPAM-20/openpam/misc/
H A Dgendoc.pl127 my $inlist;
184 $inliteral = $inlist = 0;
200 } elsif ($inlist) {
202 $inlist = 0;
219 if (!$inlist) {
222 $inlist = 1;
227 } elsif ($inlist && m/^\S/) {
229 $inlist = 0;
236 } elsif ($inlist) {
260 if ($inlist) {
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.func.c72 static int inlist (Char *, Char *);
1233 in_cont_list = inlist(continue_list, cmd);
1234 in_cont_arg_list = inlist(continue_args_list, cmd);
1368 inlist(Char *list, Char *name) function
/macosx-10.10/Libinfo-459/nis.subproj/
H A Dinnetgr.c247 inlist(what,list) function
302 *res = inlist(group,val);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dlgets.test289 lgets $fh inlist
291 set inlist
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfilesets.el1814 (inlist (filesets-member this files
1817 (inlist
1840 (inlist (filesets-member this files
1842 ;;(message "%s %s %s" files this inlist)
1843 (if (and files this inlist)
1844 (let ((new (list (cons ':files (delete (car inlist) files)))))
/macosx-10.10/vim-55/runtime/syntax/
H A Dlifelines.vim53 syn keyword lifelinesList push pop setel getel forlist inlist dup clear
H A Dstata.vim316 syn region stataFunc matchgroup=Function start=/\<inlist(/ end=/)/ contains=@stataFuncGroup
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_refresh.c968 static int inlist; /* avoiding recursion */ local
989 * anything. All this `inlist' code is actually unnecessary, but it *
991 if (inlist)
1728 inlist = 1;
1730 inlist = 0;

Completed in 213 milliseconds