Searched refs:list (Results 151 - 175 of 3884) sorted by relevance

1234567891011>>

/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
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.9.5/bootp-268.1/bootplib/
H A Dinetroute.h25 * - get a list of internet network routes (includes default route)
46 inetroute_t * list; member in struct:__anon6818
51 void inetroute_list_free(inetroute_list_t * * list);
H A Dnbsp.c50 NBSPList_count(NBSPListRef list) argument
52 dynarray_t * dlist = (dynarray_t *)list;
58 NBSPList_element(NBSPListRef list, int i) argument
60 dynarray_t * dlist = (dynarray_t *)list;
67 NBSPList_print(NBSPListRef list) argument
69 dynarray_t * dlist = (dynarray_t *)list;
82 dynarray_t * list; local
85 list = *((dynarray_t * *)l);
86 if (list == NULL)
88 dynarray_free(list);
161 dynarray_t * list = NULL; local
281 NBSPListRef list; local
[all...]
/macosx-10.9.5/ruby-104/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.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/
H A DpkgIndex.tcl.in5 [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]
/macosx-10.9.5/tcl-102/tcl_ext/tclapplescript/tclapplescript/
H A DpkgIndex.tcl.in6 [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dtester11 puts [list Element $tag $name $attrs]
14 puts [list Character data: $pcdata]
21 puts stderr [list creating parser]
30 puts stderr [list parsing document]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dpushd.test63 } 0 [list $TMP]
72 } 0 [list $CWDROOT $TMP $TMP]
76 } 0 [list $TMP $CWDROOT $TMP $TMP]
86 } 0 [list $CWDROOT $TMP $TMP]
89 list [popd] [popd] [dirs]
90 } 0 [list $TMP $TMP [list $TMP]]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsi_data.c111 si_list_next(si_list_t *list) argument
113 if (list == NULL) return NULL;
114 if (list->curr >= list->count) return NULL;
116 return list->entry[list->curr++];
120 si_list_reset(si_list_t *list) argument
122 if (list != NULL) list->curr = 0;
126 si_list_retain(si_list_t *list) argument
139 si_list_release(si_list_t *list) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dsuspend.c46 suspend_builtin (list)
47 WORD_LIST *list;
53 while ((opt = internal_getopt (list, "f")) != -1)
64 list = loptend;
74 no_args (list);
H A Dcaller.c36 caller_builtin (list)
37 WORD_LIST *list;
58 if (no_options (list))
60 list = loptend; /* skip over possible `--' */
62 /* If there is no argument list, then give short form: line filename. */
63 if (list == 0)
74 if (legal_number (list->word->word, &num))
87 sh_invalidnum (list->word->word);
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/examples/
H A Drltest.c78 if (strcmp (temp, "list") == 0)
80 HIST_ENTRY **list; local
83 list = history_list ();
84 if (list)
86 for (i = 0; list[i]; i++)
87 fprintf (stderr, "%d: %s\r\n", i, list[i]->line);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/cdt/
H A Ddtextract.c36 reg Dtlink_t *list, **s, **ends; local
39 list = dt->data->here;
41 { list = dtflatten(dt);
46 { list = dt->data->head;
54 return list;
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Ddomain_list.c5 /* match a host or domain name against a pattern list
13 /* int domain_list_match(list, name)
14 /* DOMAIN_LIST *list;
17 /* void domain_list_free(list)
18 /* DOMAIN_LIST *list;
22 /* This module implements tests for list membership of a host or
30 /* A host name matches a domain list when its name appears in the
31 /* list of domain patterns, or when any of its parent domains appears
32 /* in the list of domain patterns. The matching process is case
44 /* zero, with list
99 DOMAIN_LIST *list; local
[all...]
H A Dnamadr_list.c5 /* name/address list membership
13 /* int namadr_list_match(list, name, addr)
14 /* NAMADR_LIST *list;
18 /* void namadr_list_free(list)
19 /* NAMADR_LIST *list;
23 /* This module implements tests for list membership of a
26 /* A list pattern specifies a host name, a domain name,
37 /* A host matches a list when its name or address matches
50 /* zero with list->error set to a non-zero dictionary error
54 /* The second argument is a list o
106 NAMADR_LIST *list; local
[all...]
H A Dstring_list.c5 /* match a string against a pattern list
13 /* int string_list_match(list, name)
14 /* STRING_LIST *list;
17 /* void string_list_free(list)
18 /* STRING_LIST *list;
22 /* This module implements tests for list membership of a string.
29 /* A string matches a string list when it appears in the list of
38 /* zero with list->error set to a non-zero dictionary error
42 /* The second argument specifies a list o
92 STRING_LIST *list; local
[all...]
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dstd_list.i7 * SWIG typemaps for std::list types
17 // std::list
19 // The aim of all that follows would be to integrate std::list with
25 // -- f(std::list<T>), f(const std::list<T>&), f(const std::list<T>*):
27 // previously wrapped std::list<T> can be passed.
28 // -- f(std::list<T>&), f(std::list<T>*):
29 // the parameter must be modified; therefore, only a wrapped std::list
[all...]
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dtreetags.test13 if {![uplevel 1 [list expr $expr]]} {
51 test treetags-1.1 "Bad tag list" -body {
52 $tv item item1 -tags {bad {list}here bad}
54 } -returnCodes error -result "list element in braces *" -match glob
56 test treetags-1.2 "Good tag list" -body {
62 } -result [list tag1]
66 set result [list]
75 } -result [list \
80 list [$tv tag has tag1] [$tv tag has tag2] [$tv tag has tag3]
83 } -result [list [lis
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestdomnode.c68 WebKitDOMNodeList* list; local
81 list = webkit_dom_node_get_child_nodes(WEBKIT_DOM_NODE(head));
82 g_assert_cmpint(webkit_dom_node_list_get_length(list), ==, 1);
83 ptr = webkit_dom_node_list_item(list, 0);
86 g_object_unref(list);
105 list = webkit_dom_node_get_child_nodes(WEBKIT_DOM_NODE(body));
106 length = webkit_dom_node_list_get_length(list);
111 ptr = webkit_dom_node_list_item(list, i);
121 g_object_unref(list);
129 WebKitDOMNodeList* list; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Dacl.rb17 # list = %w[
30 # acl = ACL.new(list, ACL::DENY_ALLOW)
72 list = str.split('.').collect { |s|
75 list.join("\\.")
114 # A list of ACLEntry objects. Used to implement the allow and deny halves
123 @list = []
129 # Matches +addr+ against each ACLEntry in this list.
132 @list.each do |e|
141 # Adds +str+ as an ACLEntry in this list
144 @list
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Daliaslist.c68 aliasitem_t first_item; /* first item of the list */
72 additem_to_top(idn__aliaslist_t list,
76 additem_to_bottom(idn__aliaslist_t list,
85 static void dump_list(idn__aliaslist_t list);
105 idn__aliaslist_destroy(idn__aliaslist_t list) { argument
111 assert(list != NULL);
113 current = list->first_item;
125 free(list);
129 idn__aliaslist_aliasfile(idn__aliaslist_t list, const char *path) { argument
150 r = additem_to_bottom(list, alia
171 idn__aliaslist_additem(idn__aliaslist_t list, const char *pattern, const char *encoding, int first_item) argument
182 additem_to_top(idn__aliaslist_t list, const char *pattern, const char *encoding) argument
210 additem_to_bottom(idn__aliaslist_t list, const char *pattern, const char *encoding) argument
244 idn__aliaslist_find(idn__aliaslist_t list, const char *pattern, char **encodingp) argument
338 dump_list(idn__aliaslist_t list) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Dem-alias.el130 (defvar eshell-command-aliases-list nil
131 "A list of command aliases currently defined by the user.
132 Each element of this alias is a list of the form:
139 Note: this list should not be modified in your '.emacs' file. Rather,
144 (put 'eshell-command-aliases-list 'risky-local-variable t)
153 (eshell-read-aliases-list)
156 (add-to-list 'eshell-complex-commands 'eshell-command-aliased-p))
159 (assoc name eshell-command-aliases-list))
162 "Define an ALIAS in the user's alias list using DEFINITION."
164 (eshell-for alias eshell-command-aliases-list
[all...]
/macosx-10.9.5/ruby-104/ruby/misc/
H A Drdoc-mode.el37 (list (if current-prefix-arg 'full))))
58 (list
59 (list "^=([^=\r\n].*)?$"
61 (list "^==([^=\r\n].*)?$"
63 (list "^===([^=\r\n].*)?$"
65 (list "^====+.*$"
67 (list "\\(^\\|[ \t\v\f]\\)\\(\\*\\(\\sw\\|[-_:]\\)+\\*\\)\\($\\|[ \t\v\f]\\)"
69 (list "\\(^\\|[ \t\v\f]\\)\\(_\\(\\sw\\|[-_:]\\)+_\\)\\($\\|[ \t\v\f]\\)"
71 (list "\\(^\\|[ \t\v\f]\\)\\(\\+\\(\\sw\\|[-_:]\\)+\\+\\)\\($\\|[ \t\v\f]\\)"
73 (list "<e
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dulist.h19 U_CAPI void U_EXPORT2 ulist_addItemEndList(UList *list, const void *data, UBool forceDelete, UErrorCode *status);
21 U_CAPI void U_EXPORT2 ulist_addItemBeginList(UList *list, const void *data, UBool forceDelete, UErrorCode *status);
23 U_CAPI UBool U_EXPORT2 ulist_containsString(const UList *list, const char *data, int32_t length);
25 U_CAPI void *U_EXPORT2 ulist_getNext(UList *list);
27 U_CAPI int32_t U_EXPORT2 ulist_getListSize(const UList *list);
29 U_CAPI void U_EXPORT2 ulist_resetList(UList *list);
31 U_CAPI void U_EXPORT2 ulist_deleteList(UList *list);
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityMenuList.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
61 AccessibilityObject* list = cache->getOrCreate(MenuListPopupRole); local
62 if (!list)
65 static_cast<AccessibilityMockObject*>(list)->setParent(this);
66 if (list->accessibilityIsIgnored()) {
67 cache->remove(list->axObjectID());
71 m_children.append(list);
73 list->addChildren();

Completed in 235 milliseconds

1234567891011>>