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

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dslist.h30 struct curl_slist *Curl_slist_duplicate(struct curl_slist *inlist);
H A Dslist.c91 struct curl_slist *Curl_slist_duplicate(struct curl_slist *inlist) argument
96 while(inlist) {
97 tmp = curl_slist_append(outlist, inlist->data);
105 inlist = inlist->next;
/macosx-10.9.5/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.9.5/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.9.5/Libinfo-449.1.3/nis.subproj/
H A Dinnetgr.c247 inlist(what,list) function
302 *res = inlist(group,val);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dlgets.test289 lgets $fh inlist
291 set inlist
/macosx-10.9.5/emacs-92/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.9.5/vim-53/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.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_refresh.c968 static int inlist; /* avoiding recursion */ local
988 * anything. All this `inlist' code is actually unnecessary, but it *
990 if (inlist)
1718 inlist = 1;
1720 inlist = 0;

Completed in 223 milliseconds