Home
last modified time | relevance | path

Searched refs:matchidx (Results 1 – 25 of 34) sorted by relevance

12

/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/menu/
H A Dmenu.c58 if(i != matchidx) { in selectitem()
61 matchidx = i; in selectitem()
89 if(!motion && matchidx && !strcmp(input.string, matchidx->string)) in menu_cmd()
90 print("%s", matchidx->retstring); in menu_cmd()
104 selectitem(matchidx ? matchidx->next : matchfirst); in menu_cmd()
107 selectitem((matchidx ? matchidx : matchstart)->prev); in menu_cmd()
123 matchidx = nil; in menu_cmd()
162 matchstart = matchidx; in _menu_draw()
163 else if(matchidx == matchstart->prev) in _menu_draw()
164 matchend = matchidx; in _menu_draw()
[all …]
H A Ddat.h93 EXTERN Item* matchidx; variable
H A Dmain.c166 matchidx = nil; in update_filter()
/dports/textproc/bsdgrep/grep-2.6.0-FreeBSD/
H A Dutil.c260 pc.matchidx = 0; in procfile()
296 pc.matchidx = 0; in procfile()
434 size_t startm = 0, matchidx; local
437 matchidx = pc->matchidx;
459 startm = matchidx;
523 if (matchidx == 0)
532 if (matchidx > startm) {
548 matchidx >= MAX_MATCHES) {
586 pc->matchidx = matchidx;
691 size_t i, matchidx; local
[all …]
/dports/biology/gatk/gatk-4.2.0.0/scripts/cnn_variant_wdl/
H A Dhappy_plot.R43 matchidx <- as.data.frame(which(layout == i, arr.ind = TRUE)) functionVar
45 print(plots[[i]], vp = viewport(layout.pos.row = matchidx$row,
46 layout.pos.col = matchidx$col))
H A Dvcf_analysis_no_truth.R185 matchidx <- as.data.frame(which(layout == i, arr.ind = TRUE)) functionVar
187 print(plots[[i]], vp = viewport(layout.pos.row = matchidx$row,
188 layout.pos.col = matchidx$col))
H A Dvcf_analysis.R208 matchidx <- as.data.frame(which(layout == i, arr.ind = TRUE)) functionVar
210 print(plots[[i]], vp = viewport(layout.pos.row = matchidx$row,
211 layout.pos.col = matchidx$col))
/dports/graphics/Coin/coin-Coin-4.0.0/src/profiler/
H A DSbProfilingData.cpp247 matchidx = -1; in findPath()
272 matchidx = i; in findPath()
278 parentidx = dst[matchidx].parentidx; in findPath()
280 matchidx = -1; in findPath()
343 int matchidx = -1, parentidx = -1; in operator +=() local
344 findPath(src, dst, c, matchidx, parentidx); in operator +=()
345 if (matchidx == -1) { in operator +=()
353 matchidx = dst.size() - 1; in operator +=()
356 dst[matchidx].traversaltime += src[c].traversaltime; in operator +=()
357 dst[matchidx].memorysize += src[c].memorysize; in operator +=()
[all …]
/dports/devel/R-cran-pkgload/pkgload/R/
H A Dload-dll.r67 matchidx <- vapply(libs, "[[", character(1), "name") == package functionVar
68 libs[matchidx]
/dports/lang/nwcc/nwcc_0.8.3/
H A Dsymlist.c414 int matchidx = 0; local
444 matches[matchidx++] = ent;
455 } else if (matchidx > 0) {
463 for (i = 0; i < matchidx; ++i) {
/dports/misc/py-xgboost/xgboost-1.5.1/R-package/R/
H A Dxgb.ggplot.R198 matchidx <- as.data.table(which(layout == i, arr.ind = TRUE)) functionVar
202 layout.pos.row = matchidx$row,
203 layout.pos.col = matchidx$col
/dports/misc/xgboost/xgboost-1.5.1/R-package/R/
H A Dxgb.ggplot.R198 matchidx <- as.data.table(which(layout == i, arr.ind = TRUE)) functionVar
202 layout.pos.row = matchidx$row,
203 layout.pos.col = matchidx$col
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_regexp_utf8.vim298 let matchidx = 3
312 if len(l) == 0 && len(t) > matchidx
315 \ '\", did not match, expected: \"' . t[matchidx] . '\"')
316 elseif len(l) > 0 && len(t) == matchidx
320 elseif len(t) > matchidx && l[0] != t[matchidx]
323 \ '\", expected: \"' . t[matchidx] . '\"')
330 if len(t) <= matchidx + i
333 let e = t[matchidx + i]
H A Dtest_regexp_latin.vim612 let matchidx = 3
626 if len(l) == 0 && len(t) > matchidx
629 \ . t[matchidx] . '\"')
630 elseif len(l) > 0 && len(t) == matchidx
634 elseif len(t) > matchidx && l[0] != t[matchidx]
637 \ . '\", expected: \"' . t[matchidx] . '\"')
645 if len(t) <= matchidx + i
648 let e = t[matchidx + i]
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/util/
H A Dinteractive.expect.rc83 set matchidx 0
96 if {!\$matched($matchidx)} {
97 set matched($matchidx) yes
103 set matched($matchidx) no
104 incr matchidx
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_regexp_utf8.vim330 let matchidx = 3
344 if len(l) == 0 && len(t) > matchidx
347 \ '\", did not match, expected: \"' . t[matchidx] . '\"')
348 elseif len(l) > 0 && len(t) == matchidx
352 elseif len(t) > matchidx && l[0] != t[matchidx]
355 \ '\", expected: \"' . t[matchidx] . '\"')
362 if len(t) <= matchidx + i
365 let e = t[matchidx + i]
H A Dtest_regexp_latin.vim571 let matchidx = 3
585 if len(l) == 0 && len(t) > matchidx
588 \ . t[matchidx] . '\"')
589 elseif len(l) > 0 && len(t) == matchidx
593 elseif len(t) > matchidx && l[0] != t[matchidx]
596 \ . '\", expected: \"' . t[matchidx] . '\"')
604 if len(t) <= matchidx + i
607 let e = t[matchidx + i]
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/signer/
H A Drrset.c547 int matchidx; in rrsigkeymatching() local
548 for(matchidx=0; matchidx<nmatches; matchidx++) { in rrsigkeymatching()
549 …if(matches[matchidx].signature && rrsigkeyismatching(matches[matchidx].signature, &signconf->keys-… in rrsigkeymatching()
550 matches[matchidx].key = &signconf->keys->keys[keyidx]; in rrsigkeymatching()
554 if(matchidx==nmatches) { in rrsigkeymatching()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DFrameBuffer.cpp995 int matchidx = -1; in CheckRenderTexturesWithNewCI() local
1017 matchidx = i; in CheckRenderTexturesWithNewCI()
1060 return matchidx; in CheckRenderTexturesWithNewCI()
1178 int matchidx = CheckRenderTexturesWithNewCI(CIinfo,tempRenderTextureInfo.N64Height,false); in SetBackBufferAsRenderTexture() local
1179 int idxToUse = (matchidx >= 0) ? matchidx : FindASlot(); in SetBackBufferAsRenderTexture()
1181 if (gRenderTextureInfos[idxToUse].pRenderTexture == NULL || matchidx < 0) in SetBackBufferAsRenderTexture()
1447 int matchidx = -1; in ActiveTextureBuffer() local
1451 matchidx = CheckRenderTexturesWithNewCI(g_CI, newRenderTextureInfo.N64Height, true); in ActiveTextureBuffer()
1454 if (matchidx >= 0) in ActiveTextureBuffer()
1457 idxToUse = matchidx; in ActiveTextureBuffer()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/lensfun/libs/lensfun/
H A Dlens.cpp23 guchar matchidx [3]; member
92 guchar *matchidx = lens_name_regex [i].matchidx; in _lf_parse_lens_name() local
93 if (matches [matchidx [0]].rm_so != -1) in _lf_parse_lens_name()
94 minf = _lf_parse_float (model, matches [matchidx [0]]); in _lf_parse_lens_name()
95 if (matches [matchidx [1]].rm_so != -1) in _lf_parse_lens_name()
96 maxf = _lf_parse_float (model, matches [matchidx [1]]); in _lf_parse_lens_name()
97 if (matches [matchidx [2]].rm_so != -1) in _lf_parse_lens_name()
98 mina = _lf_parse_float (model, matches [matchidx [2]]); in _lf_parse_lens_name()
/dports/graphics/lensfun/lensfun-0.3.95/libs/lensfun/
H A Dlens.cpp186 guchar *matchidx = lens_name_matches[i]; in GuessParameters() local
188 if (matches [matchidx [0]].matched) in GuessParameters()
189 minf = atof(matches [matchidx [0]].str().c_str()); in GuessParameters()
190 if (matches [matchidx [1]].matched) in GuessParameters()
191 maxf = atof(matches [matchidx [1]].str().c_str()); in GuessParameters()
192 if (matches [matchidx [2]].matched) in GuessParameters()
193 mina = atof(matches [matchidx [2]].str().c_str()); in GuessParameters()
/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/
H A DSoReorganizeAction.cpp306 matchidx(TRUE), in SoReorganizeActionP()
342 SbBool matchidx; member in SoReorganizeActionP
469 PRIVATE(this)->matchidx = onoff; in matchIndexArrays()
475 return PRIVATE(this)->matchidx; in areIndexArraysMatched()
/dports/math/R-cran-forecast/forecast/R/
H A Dggplot.R816 layout.pos.row = matchidx$row,
817 layout.pos.col = matchidx$col
870 matchidx <- as.data.frame(which(gridlayout == 1, arr.ind = TRUE)) functionVar
887 layout.pos.row = matchidx$row,
888 layout.pos.col = matchidx$col
927 matchidx <- as.data.frame(which(gridlayout == 2, arr.ind = TRUE))
931 layout.pos.row = matchidx$row,
932 layout.pos.col = matchidx$col
937 matchidx <- as.data.frame(which(gridlayout == 3, arr.ind = TRUE))
941 layout.pos.row = matchidx$row,
[all …]
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dparse.c1901 int matchidx = -1; in parse_the_statement() local
1915 if (matchidx < 0) in parse_the_statement()
1916 matchidx = k; in parse_the_statement()
1927 if (matchidx >= 0) in parse_the_statement()
1928 wfi->ti = ti[matchidx]; in parse_the_statement()
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dformula.php558 private $matchidx; variable in Author_Fexpr
568 $this->matchidx = count(self::$matchers) - 1;
595 $v = 'Author_Fexpr::count_matches($prow, ' . $this->matchidx . ')';
598 static function count_matches(PaperInfo $prow, $matchidx) { argument
599 $mf = self::$matchers[$matchidx];

12