Searched refs:list (Results 126 - 150 of 3651) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dunbuffer9 eval [list spawn -noecho] [lrange $argv 1 end]
21 eval [list spawn -noecho] $argv
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_get.c18 * internal functions used to build up a null-terminated char ** list
22 * purposes to build up the list, which is returned in *ret_list by
25 * The publicly exported interface for freeing char** list is
30 char **list; member in struct:profile_string_list
36 * Initialize the string list abstraction.
38 static errcode_t init_list(struct profile_string_list *list) argument
40 list->num = 0;
41 list->max = 10;
42 list->list
53 end_list(struct profile_string_list *list, char ***ret_list) argument
75 add_to_list(struct profile_string_list *list, const char *str) argument
100 is_list_member(struct profile_string_list *list, const char *str) argument
118 profile_free_list(char **list) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_back_forward_list.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
134 Ewk_Back_Forward_List_Item* ewk_back_forward_list_current_item_get(const Ewk_Back_Forward_List* list) argument
136 EINA_SAFETY_ON_NULL_RETURN_VAL(list, nullptr);
138 return list->currentItem();
141 Ewk_Back_Forward_List_Item* ewk_back_forward_list_previous_item_get(const Ewk_Back_Forward_List* list) argument
143 EINA_SAFETY_ON_NULL_RETURN_VAL(list, nullptr);
145 return list->previousItem();
148 Ewk_Back_Forward_List_Item* ewk_back_forward_list_next_item_get(const Ewk_Back_Forward_List* list) argument
150 EINA_SAFETY_ON_NULL_RETURN_VAL(list, nullpt
155 ewk_back_forward_list_item_at_index_get(const Ewk_Back_Forward_List* list, int index) argument
162 ewk_back_forward_list_count(Ewk_Back_Forward_List* list) argument
169 ewk_back_forward_list_n_back_items_copy(const Ewk_Back_Forward_List* list, int limit) argument
179 ewk_back_forward_list_n_forward_items_copy(const Ewk_Back_Forward_List* list, int limit) argument
[all...]
/macosx-10.10/ruby-106/ruby/test/ripper/
H A Ddummyparser.rb19 def self.trim_nil(list)
20 if !list.empty? and list.last.nil?
21 list = list[0...-1]
22 list.pop while !list.empty? and list.last.nil?
24 list
30 @list
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dlist.test2 # list.test
15 # $Id: list.test,v 1.2 2002/04/02 02:29:43 hobbs Exp $
23 Test list-1.1 {lvarpop tests} {
25 list [lvarpop a 0] $a
28 Test list-1.2 {lvarpop tests} {
30 list [lvarpop a 1] $a
33 Test list-1.3 {lvarpop tests} {
35 list [lvarpop a 4] $a
38 Test list-1.3.1 {lvarpop tests} {
40 list [lvarpo
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Darsup.c35 (bfd *, void (*function) (bfd *, bfd *), struct list *);
46 map_over_list (bfd *arch, void (*function) (bfd *, bfd *), struct list *list) argument
50 if (list == NULL)
64 struct list *ptr;
71 for (ptr = list; ptr; ptr = ptr->next)
101 ar_directory (char *ar_name, struct list *list, char *output) argument
119 map_over_list (arch, ar_directory_doer, list);
223 ar_addlib (char *name, struct list *lis argument
243 ar_addmod(struct list *list) argument
281 ar_delete(struct list *list) argument
343 ar_replace(struct list *list) argument
442 ar_extract(struct list *list) argument
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dcommon.c128 no_args (list)
129 WORD_LIST *list;
131 if (list)
142 no_options (list)
143 WORD_LIST *list;
146 if (internal_getopt (list, "") != -1)
287 in the list in *IP, if IP is non-null. A convenience function for
290 make_builtin_argv (list, ip)
291 WORD_LIST *list;
296 argv = strvec_from_word_list (list,
[all...]
H A Dpushd.c45 /* The list of remembered directories. */
48 /* Number of existing slots in this list. */
51 /* Offset to the end of the list. */
67 pushd_builtin (list)
68 WORD_LIST *list;
76 orig_list = list;
77 if (list && list->word && ISOPTION (list->word->word, '-'))
79 list
[all...]
H A Dtimes.c33 times_builtin (list)
34 WORD_LIST *list;
39 USE_VAR(list);
41 if (no_options (list))
62 USE_VAR(list);
64 if (no_options (list))
80 USE_VAR(list);
82 if (no_options (list))
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dcl-macs.el53 (list 'prog1 (list 'car (list 'cdr place))
54 (list 'setq place (list 'cdr (list 'cdr place)))))
69 (list 'put (list 'quote n) (list 'quote p)
70 (list 'functio
[all...]
H A Dcl-compat.el56 (list* 'defconst x (list 'quote x) (and doc (list doc))))
79 (defun Values-list (val-forms)
82 (defmacro Multiple-value-list (form)
83 (list 'let* (list '(*mvalues-values* nil) (list '*mvalues-temp* form))
85 (list *mvalues-temp*))))
88 (list 'appl
[all...]
/macosx-10.10/libauto-186/auto_tester/
H A DEnliveningRace.m94 ERList *list;
98 @property ERList *list;
102 @synthesize owner, list;
131 // create a 3 element work list.
132 list_address = queue.list = [ERList new];
133 ERList *list = queue.list;
134 rest_address = list.next = [ERList new];
135 list = list
[all...]
/macosx-10.10/bootp-298/bootpd.tproj/
H A Dtype_to_data.c82 uint8_t * list; local
84 *len = argc * sizeof(*list);
85 list = (uint8_t *)malloc(*len);
87 list[i] = (uint8_t)strtoul(argv[i], NULL, 0);
89 return (list);
96 uint16_t * list; local
98 *len = argc * sizeof(*list);
99 list = (uint16_t *)malloc(*len);
101 list[i] = htons((uint16_t)strtoul(argv[i], NULL, 0));
103 return (list);
110 uint32_t * list; local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dhead.c30 munge_list (list)
31 WORD_LIST *list;
37 for (l = list; l; l = l->next)
74 head_builtin (list)
75 WORD_LIST *list;
83 munge_list (list); /* change -num into -n num */
87 while ((opt = internal_getopt (list, "n:")) != -1)
104 list = loptend;
106 if (list == 0)
109 for (rval = EXECUTION_SUCCESS, opt = 1, l = list;
[all...]
H A Dhello.c20 calling convention, use argv = make_builtin_argv (list, &argc) and call
28 If the builtin takes no options, call no_options(list) before doing
35 hello_builtin (list)
36 WORD_LIST *list;
/macosx-10.10/groff-38/groff/src/libs/libbib/
H A Dsearch.cpp40 : list(0), niterators(0), next_fid(1)
47 while (list) {
48 search_item *tem = list->next;
49 delete list;
50 list = tem;
68 for (pp = &list; *pp; pp = &(*pp)->next)
78 for (search_item *ptr = list; ptr; ptr = ptr->next)
84 : list(p), ptr(p->list), iter(0), query(strsave(q)),
87 list
[all...]
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A DKeyValue.c54 KeyValueList_print(KeyValueList * list) argument
58 if (list == NULL) {
62 for (i = 0; i < list->count; i++) {
63 printf("%2d. %10s=%-10s\n", i, list->elements[i].key,
64 list->elements[i].value);
70 KeyValueList_find(KeyValueList * list, char * key, int * where) argument
80 for (i = start; i < list->count; i++) {
81 if (strcmp(list->elements[i].key, key) == 0) {
85 return (list->elements[i].value);
94 KeyValueList * list local
206 KeyValueList * list; local
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DVMethods.pm41 list => \&text_list,
75 list => \&hash_list,
86 list => \&list_list,
295 my @list;
303 unshift(@list, scalar reverse $1)
307 push(@list, $1) while ($string =~ /((.{$size})|(.+))/g);
309 return \@list;
440 # list virtual methods
453 my $list = shift;
456 return { map { ($n++, $_) } @$list };
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPModList.h12 #include <list>
19 typedef std::list<LDAPModification> ListType;
23 * Constructs an empty list.
33 * Adds one element to the end of the list.
34 * @param mod The LDAPModification to add to the std::list.
39 * Translates the list to a 0-terminated array of
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_any.cpp53 AnyAclSubject *AnyAclSubject::Maker::make(const TypedList &list) const
55 crack(list, 0); // no arguments in input list
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_any.cpp53 AnyAclSubject *AnyAclSubject::Maker::make(const TypedList &list) const
55 crack(list, 0); // no arguments in input list
/macosx-10.10/bootp-298/bootplib/
H A Dinetroute.h25 * - get a list of internet network routes (includes default route)
46 inetroute_t * list; member in struct:__anon7015
51 void inetroute_list_free(inetroute_list_t * * list);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkbrowse.rb24 list = TkScrollbox.new(top) {
31 list.insert 'end', *`ls #{dir}`.split
35 list.focus
36 list.bind "Control-q", proc{exit}
37 list.bind "Control-c", proc{exit}
38 list.bind "Control-p", proc{
42 list.bind "Double-Button-1", proc{
48 $dirlist[dir] = list
69 # Fill the listbox with a list of all the files in the directory (run
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A DpkgIndex.tcl.in5 [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]
/macosx-10.10/tcl-105/tcl_ext/tclapplescript/tclapplescript/
H A DpkgIndex.tcl.in6 [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]

Completed in 161 milliseconds

1234567891011>>