Home
last modified time | relevance | path

Searched refs:next_path (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgIsect.cxx31 static int next_path = 0 ; variable
38 if ( next_path + 1 >= SSG_MAXPATH ) in _ssgPushPath()
40 next_path++ ; /* So pop works! */ in _ssgPushPath()
44 pathlist [ next_path++ ] = e ; in _ssgPushPath()
50 next_path-- ; in _ssgPopPath()
64 h -> num_entries = (next_path>=SSG_MAXPATH) ? SSG_MAXPATH : next_path ; in _ssgAddHit()
77 next_path = 0 ; in ssgIsect()
89 next_path = 0 ; in ssgHOT()
101 next_path = 0 ; in ssgLOS()
/dports/shells/fish/fish-3.3.1/src/
H A Dpath.cpp69 for (auto next_path : *pathsv) { in path_get_path_core()
70 if (next_path.empty()) continue; in path_get_path_core()
71 append_path_component(next_path, cmd); in path_get_path_core()
188 for (wcstring next_path : cdpathsv) { in path_apply_cdpath() local
189 if (next_path.empty()) next_path = L"."; in path_apply_cdpath()
190 if (next_path == L".") { in path_apply_cdpath()
192 next_path = wd; in path_apply_cdpath()
197 next_path = next_path.replace(0, 2, wd); in path_apply_cdpath()
198 } else if (string_prefixes_string(L"../", next_path) || next_path == L"..") { in path_apply_cdpath()
199 next_path = next_path.insert(0, wd); in path_apply_cdpath()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dtag.cpp146 std::string next_path; in find_tag() local
150 next_path = fullpath.substr(pos + 1, fullpath.length()); in find_tag()
157 if(next_path.empty()) { in find_tag()
160 return it_tags->second.find_tag(next_path, root); in find_tag()
265 std::string next_path; in find_tag() local
269 next_path = fullpath.substr(pos + 1, fullpath.length()); in find_tag()
276 if(next_path.empty()) { in find_tag()
279 return it_tags->second.find_tag(next_path, root); in find_tag()
329 std::string next_path = path.substr(pos + 1, path.length()); in add_tag() local
340 subtag.add_tag(next_path, tag, root); in add_tag()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/tests/
H A DReadTestPolygons.cpp36 Polygon next_path; in readTestPolygons() local
61 next_path.emplace_back(coord_x, coord_y); in readTestPolygons()
68 if (!next_path.empty()) in readTestPolygons()
70 next_shape.add(Polygon(next_path)); // copy and add in readTestPolygons()
71 next_path.clear(); in readTestPolygons()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-threadbackward.c146 vec<basic_block, va_gc> *next_path; in fsm_find_control_statement_thread_paths() local
147 vec_alloc (next_path, 10); in fsm_find_control_statement_thread_paths()
167 vec_free (next_path); in fsm_find_control_statement_thread_paths()
176 vec_free (next_path); in fsm_find_control_statement_thread_paths()
182 for (unsigned int i = 0; i < next_path->length () - 1; i++) in fsm_find_control_statement_thread_paths()
184 if (visited_bbs->contains ((*next_path)[i])) in fsm_find_control_statement_thread_paths()
186 vec_free (next_path); in fsm_find_control_statement_thread_paths()
193 visited_bbs->add ((*next_path)[i]); in fsm_find_control_statement_thread_paths()
196 vec_safe_splice (path, next_path); in fsm_find_control_statement_thread_paths()
197 next_path_length = next_path->length (); in fsm_find_control_statement_thread_paths()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-threadbackward.c146 vec<basic_block, va_gc> *next_path; in fsm_find_control_statement_thread_paths() local
147 vec_alloc (next_path, 10); in fsm_find_control_statement_thread_paths()
167 vec_free (next_path); in fsm_find_control_statement_thread_paths()
176 vec_free (next_path); in fsm_find_control_statement_thread_paths()
182 for (unsigned int i = 0; i < next_path->length () - 1; i++) in fsm_find_control_statement_thread_paths()
184 if (visited_bbs->contains ((*next_path)[i])) in fsm_find_control_statement_thread_paths()
186 vec_free (next_path); in fsm_find_control_statement_thread_paths()
193 visited_bbs->add ((*next_path)[i]); in fsm_find_control_statement_thread_paths()
196 vec_safe_splice (path, next_path); in fsm_find_control_statement_thread_paths()
197 next_path_length = next_path->length (); in fsm_find_control_statement_thread_paths()
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/osc/controller/
H A Dags_osc_meter_controller.c3529 next_path, in ags_osc_meter_controller_expand_path_audio()
4124 next_path, in ags_osc_meter_controller_expand_path_channel()
4484 next_path, in ags_osc_meter_controller_expand_path_recall()
4498 next_path, in ags_osc_meter_controller_expand_path_recall()
4519 next_path, in ags_osc_meter_controller_expand_path_recall()
4538 next_path, in ags_osc_meter_controller_expand_path_recall()
4583 next_path, in ags_osc_meter_controller_expand_path_recall()
4727 next_path, in ags_osc_meter_controller_expand_path()
4742 next_path, in ags_osc_meter_controller_expand_path()
4764 next_path, in ags_osc_meter_controller_expand_path()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dman.c200 char *next_path; in add_MANPATH() local
203 next_path = strchr(path, ':'); in add_MANPATH()
204 if (next_path) { in add_MANPATH()
205 if (next_path == path) /* "::"? */ in add_MANPATH()
207 *next_path = '\0'; in add_MANPATH()
222 if (!next_path) in add_MANPATH()
225 *next_path = ':'; in add_MANPATH()
227 path = next_path + 1; in add_MANPATH()
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/tests/auth/
H A Dtest_login.py91 async def test_next_ok(login, jp_base_url, next_path): argument
92 next_path = next_path.format(base_url=jp_base_url)
93 expected = jp_base_url + next_path
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/projects/
H A Dbranches_by_mode_service.rb75 next_path = nil
77 return [branches, previous_path, next_path] if branches.blank?
80next_path = project_branches_filtered_path(project, state: mode, page_token: branches.last.name, s…
87 [branches, previous_path, next_path]
/dports/devel/cgit/cgit-1.2.3/git/contrib/fast-import/
H A Dimport-tars.perl66 my $next_path = '';
76 unless ($next_path eq '') {
78 $name = $next_path;
79 $next_path = '';
120 $next_path = $value;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/config/fuchsia/
H A Dprepare_package_inputs.py97 for next_path in open(args.runtime_deps_file, 'r'):
98 next_path = next_path.strip()
99 if os.path.isdir(next_path):
100 for root, _, files in os.walk(next_path):
107 expanded_files.add(next_path)
/dports/devel/git-svn/git-2.34.1/contrib/fast-import/
H A Dimport-tars.perl66 my $next_path = '';
76 unless ($next_path eq '') {
78 $name = $next_path;
79 $next_path = '';
120 $next_path = $value;
/dports/devel/git-gui/git-2.34.1/contrib/fast-import/
H A Dimport-tars.perl66 my $next_path = '';
76 unless ($next_path eq '') {
78 $name = $next_path;
79 $next_path = '';
120 $next_path = $value;
/dports/devel/git-p4/git-2.34.1/contrib/fast-import/
H A Dimport-tars.perl66 my $next_path = '';
76 unless ($next_path eq '') {
78 $name = $next_path;
79 $next_path = '';
120 $next_path = $value;
/dports/devel/git/git-2.34.1/contrib/fast-import/
H A Dimport-tars.perl66 my $next_path = '';
76 unless ($next_path eq '') {
78 $name = $next_path;
79 $next_path = '';
120 $next_path = $value;
/dports/devel/git-cvs/git-2.34.1/contrib/fast-import/
H A Dimport-tars.perl66 my $next_path = '';
76 unless ($next_path eq '') {
78 $name = $next_path;
79 $next_path = '';
120 $next_path = $value;
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmisc.c244 const char * next_path; in path_resolve() local
245 for( ; *path ; path = next_path) { in path_resolve()
246 next_path = strchr(path, ':'); in path_resolve()
248 if (next_path) { in path_resolve()
249 segment = strndup(path, next_path - path); in path_resolve()
250 next_path++; in path_resolve()
253 next_path = path + strlen(path); in path_resolve()
/dports/devel/py-apptools/apptools-4.5.0/apptools/template/impl/
H A Dcontext_data_name_item.py93 next_path = path_for( path, name )
94 choices.append( TemplateChoice( choice_value = next_path ) )
95 choices.extend( self._get_choices( gdc( name ), next_path ) )
/dports/net/mpich2/mpich2-1.5/src/pm/util/
H A Drm.c222 char *next_path; in MPIE_ReadMachines() local
224 next_path = strchr( path, ':' ); in MPIE_ReadMachines()
225 if (next_path) in MPIE_ReadMachines()
226 len = next_path - path; in MPIE_ReadMachines()
248 if (next_path) in MPIE_ReadMachines()
249 path = next_path + 1; in MPIE_ReadMachines()
/dports/net/mpich/mpich-3.4.3/src/pm/util/
H A Drm.c223 char *next_path; in MPIE_ReadMachines() local
225 next_path = strchr(path, ':'); in MPIE_ReadMachines()
226 if (next_path) in MPIE_ReadMachines()
227 len = next_path - path; in MPIE_ReadMachines()
248 if (next_path) in MPIE_ReadMachines()
249 path = next_path + 1; in MPIE_ReadMachines()
/dports/misc/vifm/vifm-0.11/src/compat/
H A Dos.c184 char next_path[PATH_MAX + 1]; in os_realpath() local
198 to_canonic_path(resolved, base_path, next_path, sizeof(next_path)); in os_realpath()
204 if(get_link_target_abs(curr_path, base_path, next_path, in os_realpath()
205 sizeof(next_path)) != 0) in os_realpath()
216 copy_str(curr_path, sizeof(curr_path), next_path); in os_realpath()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/doc/tutorial/
H A Dpickle-to-xml.py33 next_path = os.path.normpath(os.path.join(path, data['next']['link']))
34 next_filename = os.path.basename(next_path) + '.fpickle'
35 dump_pickles(out, dirname, next_filename, next_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp174 llvm::SmallVector<ConstString, 3> next_path; in Update() local
180 next_path.append({ConstString("__p1_"), ConstString("__first_"), in Update()
188 next_path.append({ConstString("__p1_"), ConstString("__value_"), in Update()
199 m_tree = table_sp->GetChildAtNamePath(next_path).get(); in Update()
202 table_sp->GetChildAtNamePath(next_path).get(); in Update()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp174 llvm::SmallVector<ConstString, 3> next_path; in Update() local
180 next_path.append({ConstString("__p1_"), ConstString("__first_"), in Update()
188 next_path.append({ConstString("__p1_"), ConstString("__value_"), in Update()
199 m_tree = table_sp->GetChildAtNamePath(next_path).get(); in Update()
202 table_sp->GetChildAtNamePath(next_path).get(); in Update()

12345678910