Home
last modified time | relevance | path

Searched refs:firstpath (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/
H A DSoCompactPathList.cpp158 int firstpath, int numpaths) in createLookupTable() argument
162 if (depth >= FULL_PATH(list, firstpath)->getLength()) { in createLookupTable()
175 int childidx = FULL_PATH(list, firstpath + i)->getIndex(depth); in createLookupTable()
196 int startpath = i + firstpath; in createLookupTable()
197 int childidx = FULL_PATH(list, firstpath + i)->getIndex(depth); in createLookupTable()
201 while ((i < numpaths) && (FULL_PATH(list, firstpath + i)->getIndex(depth) == childidx)) { in createLookupTable()
H A DSoCompactPathList.h76 int firstpath, int numpaths);
/dports/devel/bam/bam-0.4.0/src/
H A Ddep_search.c18 struct STRINGLIST *firstpath; member
66 for(path = plain->firstpath; path; path = path->next) in do_run()
116 plain->firstpath = NULL; in lf_add_dependency_search()
120 build_stringlist(L, context->deferredheap, &plain->firstpath, 2); in lf_add_dependency_search()
/dports/x11/xman/xman-1.1.5/
H A Dman.c965 Bool firstpath = TRUE; in ReadManConfig() local
982 if (firstpath) { in ReadManConfig()
992 return (!firstpath); in ReadManConfig()
1010 Bool firstpath = TRUE; in ReadManConfig() local
1022 if (firstpath) { in ReadManConfig()
1032 return (!firstpath); in ReadManConfig()
1053 Bool firstpath = TRUE; in ReadManConfig() local
1077 if (firstpath) { in ReadManConfig()
1089 return (!firstpath); in ReadManConfig()
1106 Bool firstpath = TRUE; in ReadManConfig() local
[all …]
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/python/
H A Dreplicationtest2.py65 firstpath = os.path.join(dbsdir, 'first')
89 if not os.path.isdir(firstpath):
90 firstdb = xapian.WritableDatabase(firstpath, xapian.DB_CREATE_OR_OVERWRITE)
128 set_master(masterpath, firstpath)
146 set_master(masterpath, firstpath)
/dports/devel/sunpromake/schily-2021-09-18/libfind/
H A Dfind_main.c139 char **firstpath; local
191 firstpath = cav; /* Remember first file type arg */
262 if (firstpath == firstprim) {
265 for (cav = firstpath; cav != firstprim; cav++) {
/dports/devel/smake/schily-2021-09-18/libfind/
H A Dfind_main.c139 char **firstpath; local
191 firstpath = cav; /* Remember first file type arg */
262 if (firstpath == firstprim) {
265 for (cav = firstpath; cav != firstprim; cav++) {
/dports/devel/schilybase/schily-2021-09-18/libfind/
H A Dfind_main.c139 char **firstpath; local
191 firstpath = cav; /* Remember first file type arg */
262 if (firstpath == firstprim) {
265 for (cav = firstpath; cav != firstprim; cav++) {
/dports/net/rscsi/schily-2021-09-18/libfind/
H A Dfind_main.c139 char **firstpath; local
191 firstpath = cav; /* Remember first file type arg */
262 if (firstpath == firstprim) {
265 for (cav = firstpath; cav != firstprim; cav++) {
/dports/archivers/star/schily-2021-09-18/libfind/
H A Dfind_main.c139 char **firstpath; local
191 firstpath = cav; /* Remember first file type arg */
262 if (firstpath == firstprim) {
265 for (cav = firstpath; cav != firstprim; cav++) {
/dports/sysutils/cdrtools/schily-2021-09-18/libfind/
H A Dfind_main.c139 char **firstpath; local
191 firstpath = cav; /* Remember first file type arg */
262 if (firstpath == firstprim) {
265 for (cav = firstpath; cav != firstprim; cav++) {
/dports/editors/ved/schily-2021-09-18/libfind/
H A Dfind_main.c139 char **firstpath; local
191 firstpath = cav; /* Remember first file type arg */
262 if (firstpath == firstprim) {
265 for (cav = firstpath; cav != firstprim; cav++) {
/dports/devel/sccs/schily-2021-09-18/libfind/
H A Dfind_main.c139 char **firstpath; local
191 firstpath = cav; /* Remember first file type arg */
262 if (firstpath == firstprim) {
265 for (cav = firstpath; cav != firstprim; cav++) {
/dports/sysutils/schilyutils/schily-2021-09-18/libfind/
H A Dfind_main.c139 char **firstpath; local
191 firstpath = cav; /* Remember first file type arg */
262 if (firstpath == firstprim) {
265 for (cav = firstpath; cav != firstprim; cav++) {
/dports/lang/fpc-utils/fpc-3.2.2/utils/
H A Dsvn2cl.pp29 firstpath : boolean;
156 firstpath:=true;
168 firstpath:=true;
171 if firstpath then
172 firstpath:=false
/dports/lang/fpc-source/fpc-3.2.2/utils/
H A Dsvn2cl.pp29 firstpath : boolean;
156 firstpath:=true;
168 firstpath:=true;
171 if firstpath then
172 firstpath:=false
/dports/news/husky/husky-1.9.20191207/hpt/misc/
H A Dfilter-sample.pl58 my(@hf, @mypoints, @lines, $firstpath, $lastpath, @path, $origin);
159 $firstpath = $lastpath = $origin = $msgidfrom = "";
161 $firstpath = "2:$1" if $path[0] =~ /^\x01PATH: (\S+)/;
189 { $approved = 1 if $firstpath eq $_ || $origin eq $_ || $msgidfrom eq $_;
/dports/news/husky-areafix/husky-areafix-1.9.20191207/hpt/misc/
H A Dfilter-sample.pl58 my(@hf, @mypoints, @lines, $firstpath, $lastpath, @path, $origin);
159 $firstpath = $lastpath = $origin = $msgidfrom = "";
161 $firstpath = "2:$1" if $path[0] =~ /^\x01PATH: (\S+)/;
189 { $approved = 1 if $firstpath eq $_ || $origin eq $_ || $msgidfrom eq $_;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/hpt/misc/
H A Dfilter-sample.pl58 my(@hf, @mypoints, @lines, $firstpath, $lastpath, @path, $origin);
159 $firstpath = $lastpath = $origin = $msgidfrom = "";
161 $firstpath = "2:$1" if $path[0] =~ /^\x01PATH: (\S+)/;
189 { $approved = 1 if $firstpath eq $_ || $origin eq $_ || $msgidfrom eq $_;
/dports/news/husky-htick/husky-htick-1.9.20191207/hpt/misc/
H A Dfilter-sample.pl58 my(@hf, @mypoints, @lines, $firstpath, $lastpath, @path, $origin);
159 $firstpath = $lastpath = $origin = $msgidfrom = "";
161 $firstpath = "2:$1" if $path[0] =~ /^\x01PATH: (\S+)/;
189 { $approved = 1 if $firstpath eq $_ || $origin eq $_ || $msgidfrom eq $_;
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/hpt/misc/
H A Dfilter-sample.pl58 my(@hf, @mypoints, @lines, $firstpath, $lastpath, @path, $origin);
159 $firstpath = $lastpath = $origin = $msgidfrom = "";
161 $firstpath = "2:$1" if $path[0] =~ /^\x01PATH: (\S+)/;
189 { $approved = 1 if $firstpath eq $_ || $origin eq $_ || $msgidfrom eq $_;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/hpt/misc/
H A Dfilter-sample.pl58 my(@hf, @mypoints, @lines, $firstpath, $lastpath, @path, $origin);
159 $firstpath = $lastpath = $origin = $msgidfrom = "";
161 $firstpath = "2:$1" if $path[0] =~ /^\x01PATH: (\S+)/;
189 { $approved = 1 if $firstpath eq $_ || $origin eq $_ || $msgidfrom eq $_;
/dports/news/husky-hpt/husky-hpt-1.9.20191207/hpt/misc/
H A Dfilter-sample.pl58 my(@hf, @mypoints, @lines, $firstpath, $lastpath, @path, $origin);
159 $firstpath = $lastpath = $origin = $msgidfrom = "";
161 $firstpath = "2:$1" if $path[0] =~ /^\x01PATH: (\S+)/;
189 { $approved = 1 if $firstpath eq $_ || $origin eq $_ || $msgidfrom eq $_;
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/hpt/misc/
H A Dfilter-sample.pl58 my(@hf, @mypoints, @lines, $firstpath, $lastpath, @path, $origin);
159 $firstpath = $lastpath = $origin = $msgidfrom = "";
161 $firstpath = "2:$1" if $path[0] =~ /^\x01PATH: (\S+)/;
189 { $approved = 1 if $firstpath eq $_ || $origin eq $_ || $msgidfrom eq $_;
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwindlg.c483 char *firstpath = NULL; in GenericMainDlgProc() local
518 firstpath = s->pathname; in GenericMainDlgProc()
534 assert(firstpath); /* config.c must have given us _something_ */ in GenericMainDlgProc()
535 create_controls(hwnd, firstpath); in GenericMainDlgProc()

123