Searched refs:entries (Results 226 - 250 of 483) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dmainframe.tcl525 foreach {name tags menuid tearoff entries} $descmenu {
530 # we use it for its pathname, to enable special menu entries
552 _create_entries $path $menu $menuopts $entries
561 proc MainFrame::_create_entries { path menu menuopts entries } {
566 foreach entry $entries {
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A DAppendMatchGroup.vim54 " 1) Do you have at least 2 entries in your match group.
73 echoerr "Must supply a comma separated list of at least 2 entries."
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_authcache.c38 LIST_ENTRY(authcache_entry) entries;
90 LIST_REMOVE(entry_ptr, entries);
545 LIST_INSERT_HEAD(&authcache_list, entry_ptr, entries);
586 LIST_FOREACH(entry_ptr, &authcache_list, entries)
H A Dwebdav_cache.h45 LIST_ENTRY(node_entry) entries; /* the other nodes on the parent's children list */ member in struct:node_entry
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.h251 uint32_t entries; /* Number of entries on the list */ member in struct:tcptimerlist
252 uint32_t maxentries; /* Max number of entries at any time */
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dhost_notify.c54 queue_chain_t entries; member in struct:host_notify_entry
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistory.c74 entries to remember. */
95 state->entries = the_history;
111 the_history = state->entries;
127 /* Return the number of bytes that the primary history entries are using.
283 /* Copy the rest of the entries, moving down one slot. */
389 /* Replace the DATA in the specified history entries, replacing OLD with
391 all of the history entries where entry->data == OLD; WHICH == -2 means
485 number of history entries. The value is positive if the history
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkmsgcat-load_tk.rb109 Dir.entries(msgcat_dir).sort.each{|f|
/macosx-10.10.1/ruby-106/ruby/lib/rss/maker/
H A Dfeed.rb176 setup_other_elements(feed, feed.entries)
187 feed.entries << entry
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXMenu.c490 * Processes configurations for menu entries.
932 * Fields of menu entries are changed to reflect their current positions,
979 mePtr = menuPtr->entries[i];
987 mePtr = menuPtr->entries[i];
1004 columnEntryPtr = menuPtr->entries[j];
1107 y += menuPtr->entries[i]->height + borderWidth;
1114 columnEntryPtr = menuPtr->entries[j];
1162 (menuPtr->entries[index])->state == ENTRY_DISABLED) {
1244 mePtr = menuPtr->entries[i];
1277 if (menuPtr && menuPtr->numEntries && menuPtr->entries) {
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddebchangelog.vim29 " Define the entries that make up the changelog
H A Dpostscr.vim205 " PS JPEG filter dictionary entries
209 " PS CCITT filter dictionary entries
214 " PS Form dictionary entries
406 " PS2 $error dictionary entries
420 " PS2 pagedevice dictionary entries
435 " PS2 PDL resource entries
438 " PS2 halftone dictionary entries
542 " PS LL3 Output device resource entries
545 " PS LL3 pagdevice dictionary entries
553 " PS LL3 trapping dictionary entries
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.h104 u_int32_t cau_entries; /* total directory entries (valence) */
203 * (which works out to be 60 entries per call). The 8K limit
216 u_int32_t maxentries; /* number of entries requested */
217 u_int32_t realentries; /* number of valid entries returned */
218 u_int32_t skipentries; /* number of entries skipped (reserved HFS+ files) */
219 struct cat_entry entry[1]; /* array of entries */
222 #define CE_LIST_SIZE(entries) \
223 sizeof (*ce_list) + (((entries) - 1) * sizeof (struct cat_entry))
266 /* default size of ID hash is 64 entries */
/macosx-10.10.1/BerkeleyDB-21/db/repmgr/
H A Drepmgr_net.c290 TAILQ_FOREACH(conn, &db_rep->connections, entries) {
702 TAILQ_REMOVE(&db_rep->connections, conn, entries);
763 STAILQ_REMOVE_HEAD(&conn->outbound_queue, entries);
794 STAILQ_INSERT_TAIL(&conn->outbound_queue, q_element, entries);
1167 TAILQ_REMOVE(&db_rep->connections, conn, entries);
1214 TAILQ_REMOVE(&db_rep->retries, retry, entries);
/macosx-10.10.1/OpenSSL098-52/src/VMS/
H A Dmkshared.com93 $! and to fill in "holes" with dummy entries.
170 ; Define macro to assist in building transfer vector entries. Each entry
180 ; Place entries in own program section.
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dfr30-desc.c1467 /* MAX_HW is only an upper bound on the number of selected entries.
1481 cd->hw_table.entries = selected;
1501 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1514 cd->operand_table.entries = selected;
1764 if (cd->hw_table.entries)
1765 free ((CGEN_HW_ENTRY *) cd->hw_table.entries);
1767 if (cd->operand_table.entries)
1768 free ((CGEN_HW_ENTRY *) cd->operand_table.entries);
H A Dm32r-desc.c1247 /* MAX_HW is only an upper bound on the number of selected entries.
1261 cd->hw_table.entries = selected;
1281 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1294 cd->operand_table.entries = selected;
1544 if (cd->hw_table.entries)
1545 free ((CGEN_HW_ENTRY *) cd->hw_table.entries);
1547 if (cd->operand_table.entries)
1548 free ((CGEN_HW_ENTRY *) cd->operand_table.entries);
H A Dmt-desc.c1027 /* MAX_HW is only an upper bound on the number of selected entries.
1041 cd->hw_table.entries = selected;
1061 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1074 cd->operand_table.entries = selected;
1324 if (cd->hw_table.entries)
1325 free ((CGEN_HW_ENTRY *) cd->hw_table.entries);
1327 if (cd->operand_table.entries)
1328 free ((CGEN_HW_ENTRY *) cd->operand_table.entries);
H A Dxstormy16-desc.c1198 /* MAX_HW is only an upper bound on the number of selected entries.
1212 cd->hw_table.entries = selected;
1232 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1245 cd->operand_table.entries = selected;
1495 if (cd->hw_table.entries)
1496 free ((CGEN_HW_ENTRY *) cd->hw_table.entries);
1498 if (cd->operand_table.entries)
1499 free ((CGEN_HW_ENTRY *) cd->operand_table.entries);
/macosx-10.10.1/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c93 LIST_ENTRY_MonitoredInterface entries; member in struct:MonitoredInterface_s
387 LIST_INSERT_HEAD(S_MonitoredInterfaceHead_p, mon, entries);
417 LIST_REMOVE(mon, entries);
429 LIST_FOREACH(scan, S_MonitoredInterfaceHead_p, entries) {
442 LIST_FOREACH(scan, S_MonitoredInterfaceHead_p, entries) {
1059 LIST_FOREACH(scan, S_MonitoredInterfaceHead_p, entries) {
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dxscheme.el450 (let ((entries scheme-interaction-mode-commands-alist))
451 (while entries
453 (car (car entries))
454 (car (cdr (car entries))))
455 (setq entries (cdr entries)))))
943 Value is a list of entries, each entry is a list of three items.
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngset.c462 * of num_palette entries, in case of an invalid PNG file that has
681 png_debug1(3, "allocated %d entries for info_ptr->text",
868 png_infop info_ptr, png_sPLT_tp entries, int nentries)
870 * entries - array of png_sPLT_t structures
900 png_sPLT_tp from = entries + i;
912 to->entries = (png_sPLT_entryp)png_malloc_warn(png_ptr,
914 if (to->entries == NULL)
922 png_memcpy(to->entries, from->entries,
867 png_set_sPLT(png_structp png_ptr, png_infop info_ptr, png_sPLT_tp entries, int nentries) argument
/macosx-10.10.1/sudo-73/src/
H A Dldap.c135 /* The TIMEFILTER_LENGTH is the length of the filter when timed entries
155 * The ldap_entry_wrapper structure is used to implement sorted result entries.
156 * A double is used for the order to allow for insertion of new entries
168 * well as an array of all result entries sorted by the sudoOrder attribute.
172 struct ldap_entry_wrapper *entries; member in struct:ldap_result
726 * If there are no runas entries, match runas_default against
971 * Stores a filter in the buffer that makes sure only entries
1233 * Builds up a filter to check against netgroup entries in LDAP.
1838 * Like sudo_ldap_lookup(), except we just print entries.
1859 /* Display all matching entries
[all...]
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_nfs.c481 * have ENOUGH or more entries.
522 * look for entries on this subnet
543 * add the rest of the entries at the end
589 int entries = 0; local
692 entries = 0;
695 entries++;
700 if (entries == 1) {
721 } else if (entries > 1) {
740 entries = 0;
819 entries
[all...]
/macosx-10.10.1/apache-793/httpd/support/
H A Dhtcacheclean.c127 apr_off_t entries; member in struct:stats
244 "total entries was %" APR_OFF_T_FMT ", total entries now %" APR_OFF_T_FMT
245 APR_EOL_STR, s->etotal, s->entries);
248 "%" APR_OFF_T_FMT " entries deleted (%" APR_OFF_T_FMT " from future, %"
250 (s->etotal - s->entries), s->dfuture, s->dexpired, s->dfresh);
962 * purge cache entries
971 s.entries = 0;
985 s.entries++;
989 s.etotal = s.entries;
[all...]

Completed in 328 milliseconds

1234567891011>>