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

/freebsd-10.0-release/contrib/dialog/
H A Dtreeview.c44 int *depths; member in struct:__anon825
56 int depths,
83 for (i = 0; i < depths; ++i) {
90 (void) wmove(win, choice, data->item_x + INDENT * depths);
115 data->depths[scrollamt + i],
163 int *depths,
222 all.depths = depths;
313 tree_width = MAX(tree_width, INDENT * depths[i]);
579 int *depths; local
53 print_item(ALL_DATA * data, DIALOG_LISTITEM * item, const char *states, int depths, int choice, int selected) argument
155 dlg_treeview(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int *depths, int flag, int *current_item) argument
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dtree-object-size.c38 unsigned int *depths; member in struct:object_size_info
362 osi.depths = NULL;
389 osi.depths = XCNEWVEC (unsigned int, num_ssa_names);
400 free (osi.depths);
401 osi.depths = NULL;
789 if (osi->depths[varno])
791 if (osi->depths[varno] != depth)
811 osi->depths[varno] = depth;
878 osi->depths[varno] = 0;
933 osi->depths[SSA_NAME_VERSIO
[all...]
H A Det-forest.c199 static int depths[MAX_NODES]; variable
222 depths[len] = depth;
270 gcc_assert (depths[len] == depth && datas[len] == occ->of);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c1431 apr_hash_t **depths,
1442 svn_wc__db_externals_gather_definitions(externals, depths,
1469 if (value && depths)
1472 *depths = apr_hash_make(result_pool);
1482 svn_hash_sets(*depths, local_abspath, svn_depth_to_word(node_depth));
1428 svn_wc__externals_gather_definitions(apr_hash_t **externals, apr_hash_t **depths, svn_wc_context_t *wc_ctx, const char *local_abspath, svn_depth_t depth, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dwc.h320 /* The ambient depths of the working copy directories. The keys are
323 apr_hash_t *depths;
318 apr_hash_t *depths; member in struct:svn_wc_traversal_info_t
H A Ddeprecated.c101 svn_hash_sets(ub->traversal->depths, dup_path, svn_depth_to_word(depth));
146 svn_hash_sets(traversal_info->depths, relpath,
3721 ti->depths = apr_hash_make(pool);
3738 svn_wc_traversed_depths(apr_hash_t **depths,
3741 *depths = traversal_info->depths;
3737 svn_wc_traversed_depths(apr_hash_t **depths, svn_wc_traversal_info_t *traversal_info) argument
H A Dwc_db.h1270 If DEPTHS is not NULL, set *depths to an apr_hash_t* mapping the same
1277 apr_hash_t **depths,
H A Dwc_db.c1144 of any status, in all op-depths in the NODES table. */
3595 apr_hash_t **depths,
3615 if (depths != NULL)
3616 *depths = apr_hash_make(result_pool);
3650 if (depths)
3656 svn_hash_sets(*depths, node_abspath,
3594 svn_wc__db_externals_gather_definitions(apr_hash_t **externals, apr_hash_t **depths, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregengine.inc583 case OBACK_: /* the vilest depths */
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_wc.h751 /** Set @a *depths to a hash table mapping <tt>const char *</tt>
753 * <tt>const char *</tt> values (the depths of those directories, as
776 svn_wc_traversed_depths(apr_hash_t **depths,
4078 * If @a depth is #svn_depth_unknown, take depths from the
4149 * If @a depth is #svn_depth_unknown, take depths from the
5294 * Communicate the `state' of the working copy's revisions and depths
5415 * #svn_depth_infinity for depths; and taking @a recurse instead of @a

Completed in 185 milliseconds