Searched refs:references (Results 1 - 25 of 346) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_wiki.tcl53 # - map = maps symbolic references to actual file path. Optional.
82 array set r $idx(references)
96 # Iterate over the keys and their references
97 foreach {keyword references} $idx(keywords) {
102 # Iterate over the references
103 foreach id $references {
108 if {[llength $references]} {
114 foreach {keyword references} $idx(keywords) {
117 foreach id $references {
H A Dstructure.tcl45 foreach k {label title keywords references} {
51 # the same time we collect the references they are associated
69 # Pull the references and check their values, and use.
72 foreach {id rdef} $idx(references) {
89 # Fail if we have references in keys without decl, or
90 # references not used by any key.
105 ([list $a $b $c $d] ne {label keywords references title}) ||
135 array set r $idx(references)
140 # Sort references in a keyword by their _labels_.
150 set references {}
[all...]
H A Dexport_text.tcl53 # - map = maps symbolic references to actual file path. Optional.
75 array set r $idx(references)
81 # Iterate over the keys and their references
82 foreach {keyword references} $idx(keywords) {
88 # Print the references in the key
90 foreach id $references { lappend tmp [lindex $r($id) end] }
94 # Iterate over the references
95 foreach id $references {
H A Dexport_json.tcl50 # - map = maps symbolic references to actual file path. Optional.
57 # contains the symbolic references and only them.
66 # 1 0 1 | Tabular aligned references
67 # 1 1 1 | Indented + Tabular aligned references
97 foreach {kw references} $idx(keywords) {
99 foreach id $references { lappend tmp [JsonString $id] }
105 set references {}
106 foreach {id decl} $idx(references) {
113 lappend references $id [JsonArray $type $label]
120 references [JsonObjectDic
[all...]
H A Dexport_docidx.tcl49 # - map = maps symbolic references to actual file path. Optional.
57 # contains the symbolic references and only them.
67 # 1 0 1 | Tabular aligned references
68 # 1 1 1 | Indented + Tabular aligned references
113 array set r $idx(references)
119 # Iterate over the keys and their references
120 foreach {keyword references} $idx(keywords) {
125 # Print the references in the key
126 if {$config(aligned)} { Align $references max }
129 # Iterate over the references
[all...]
H A Dexport_nroff.tcl53 # - map = maps symbolic references to actual file path. Ignored
76 array set r $idx(references)
95 # Iterate over the keys and their references
96 foreach {keyword references} $idx(keywords) {
100 # Iterate over the references
102 foreach id $references {
110 if {[llength $references]} {
H A Dcontainer.tcl13 # and references, singly, or in bulk. The bulk methods accept various
32 # - Each key has a (possibly empty) set of references.
48 # Note: url and manpage references share a namespace for their
119 set references $mykey($key)
121 foreach name $references {
122 # Remove key from the list of users for all references it
139 method {key references} {key} {
205 method references {} {
286 # Sort the references in a keyword by their _labels_.
296 set references {}
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Drbt.h132 unsigned int references:DNS_RBT_REFLENGTH; member in struct:dns_rbtnode
134 isc_refcount_t references; /* note that this is not in the bitfield */ member in struct:dns_rbtnode
288 *\li Any external references to nodes in the tree are unaffected by
322 *\li Any external references to nodes in the tree are unaffected by
502 *\li Does NOT ensure that any external references to nodes in the tree
543 *\li Does NOT ensure that any external references to nodes in the tree
893 isc_refcount_init(&(node)->references, (n)); \
897 isc_refcount_destroy(&(node)->references); \
900 isc_refcount_current(&(node)->references)
903 isc_refcount_increment0(&(node)->references, (ref
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Ddsa.c51 dsa->references = 1;
58 if (dsa->references <= 0)
61 if (--dsa->references > 0)
84 return ++dsa->references;
H A Dengine.c50 int references; member in struct:hc_engine
65 engine->references = 1;
79 if (engine->references-- <= 0)
81 if (engine->references > 0)
92 engine->references = -1;
102 if (engine->references < 0)
104 engine->references++;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dbacksql_create.sql26 foreign key (oc_map_id) references ldap_oc_mappings(id)
37 foreign key (oc_map_id) references ldap_oc_mappings(id)
57 foreign key (entry_id) references ldap_entries(id)
64 foreign key (entry_id) references ldap_entries(id)
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dorder.c47 isc_refcount_t references; member in struct:dns_order
69 result = isc_refcount_init(&order->references, 1);
142 isc_refcount_increment(&source->references, NULL);
150 unsigned int references; local
155 isc_refcount_decrement(&order->references, &references);
157 if (references != 0)
165 isc_refcount_destroy(&order->references);
H A Dlib.c83 static unsigned int references = 0; variable
144 references++;
155 if (--references == 0)
H A Ddbtable.c46 unsigned int references; member in struct:dns_dbtable
95 dbtable->references = 1;
142 INSIST(source->references > 0);
143 source->references++;
144 INSIST(source->references != 0);
162 INSIST(dbtable->references > 0);
163 dbtable->references--;
164 if (dbtable->references == 0)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/ibmdb2/
H A Dbacksql_create.sql18 oc_map_id integer not null references ldap_oc_mappings(id),
35 oc_map_id integer not null references ldap_oc_mappings(id),
56 entry_id integer not null references ldap_entries(id),
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mysql/
H A Dbacksql_create.sql17 oc_map_id integer unsigned not null references ldap_oc_mappings(id),
34 oc_map_id integer unsigned not null references ldap_oc_mappings(id),
55 entry_id integer not null references ldap_entries(id),
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dbacksql_create.sql19 oc_map_id integer not null references ldap_oc_mappings(id),
37 oc_map_id integer not null references ldap_oc_mappings(id),
47 entry_id integer not null references ldap_entries(id),
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/include/isccfg/
H A Daclconf.h32 isc_refcount_t references; member in struct:cfg_aclconfctx
50 * Removes a reference to an ACL configuration context; when references
73 * into nested dns_acl_t objects. Multiple references to the same
74 * named ACLs will be converted into shared references to a single
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A DMakefile.PL10 YAML::Syck and YAML.pm (<0.60) when serializing blessed references.
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dbacksql_create.sql30 oc_map_id int not null references ldap_oc_mappings(id),
54 oc_map_id int not null references ldap_oc_mappings(id),
86 entry_id int not null references ldap_entries(id),
95 entry_id int not null references ldap_entries(id),
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dbacksql_create.sql25 oc_map_id number not null references ldap_oc_mappings(id),
48 oc_map_id number not null references ldap_oc_mappings(id),
80 entry_id number not null references ldap_entries(id),
86 entry_id number not null references ldap_entries(id),
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/include/format/
H A Djson.inc18 references {
42 "references" : {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_peg/
H A Dpeg.tcl304 set references [References $pae]
307 set re($nts) $references
311 foreach x $references {
323 set references $re($nt)
330 # Our references loose us as their user.
331 foreach x $references {
482 set references {}
491 lappend references [lindex $ar 0]
495 lappend references $r
501 lappend references
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/hash/
H A Dhashfree.c109 if ((tp = tab->root->references) != tab)
118 else if (!(tab->root->references = tp->next))
132 if (!(tab->root->references))
/macosx-10.9.5/libauto-185.5/
H A Dauto_gdb_interface.h22 Routines called by gdb to implement its info gc-references and gc-roots commands.
54 auto_memory_reference_t references[0]; member in struct:auto_memory_reference_list

Completed in 306 milliseconds

1234567891011>>