Home
last modified time | relevance | path

Searched refs:nummatch (Results 1 – 11 of 11) sorted by relevance

/dports/astro/gnuastro/gnuastro-0.16/lib/
H A Dtable.c228 size_t i, nummatch, colcount=0, len; in gal_table_list_of_indexs() local
236 nummatch=0; in gal_table_list_of_indexs()
285 ++nummatch; in gal_table_list_of_indexs()
333 ++nummatch; in gal_table_list_of_indexs()
353 ++nummatch; in gal_table_list_of_indexs()
364 if(nummatch==0) in gal_table_list_of_indexs()
375 if(colmatch) colmatch[colcount++]=nummatch; in gal_table_list_of_indexs()
/dports/editors/uemacs/uemacs-4.0/src/
H A Dreplace.c47 register int nummatch; /* number of found matches */ local
95 nummatch = 0;
99 while ((f == FALSE || n > nummatch) &&
124 ++nummatch; /* Increment # of matches */
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/rgx/
H A Dregex.h248 size_t nummatch, regmatch_t matches[],
255 size_t nummatch, regmatch_t matches[],
/dports/devel/rcs57/rcs-5.7/src/
H A Dco.c583 int whomatch, nummatch; local
590 nummatch=strcmp(num,next->delta->num);
591 if ((whomatch==0) && (nummatch==0)) break;
593 if ((whomatch!=0)&&(nummatch==0)) {
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DUtility.hpp378 x = std::numeric_limits<T>::is_integer ? 0 : nummatch<T>(t); in val()
403 template<typename T> static T nummatch(const std::string& s) { in nummatch() function in GeographicLib::Utility
/dports/games/powder/powder118_src/
H A Dbuild.cpp2808 int i, nummatch, match = -1; in buildTutorial() local
2810 nummatch = 0; in buildTutorial()
2815 nummatch++; in buildTutorial()
2816 if (!rand_choice(nummatch)) in buildTutorial()
2848 int i, nummatch, match = -1; in buildQuest() local
2850 nummatch = 0; in buildQuest()
2855 nummatch++; in buildQuest()
2856 if (!rand_choice(nummatch)) in buildQuest()
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvdir.c1012 int i, firstmatch, slen, nummatch, cnt; local
1031 for (i=firstmatch, nummatch=0;
1033 i++, nummatch++);
1035 if (nummatch == 1) { /* only one match */
1050 if (cnt != nummatch) { slen--; filename[slen] = '\0'; break; }
/dports/japanese/xv/xv-3.10a/
H A Dxvdir.c1012 int i, firstmatch, slen, nummatch, cnt; local
1031 for (i=firstmatch, nummatch=0;
1033 i++, nummatch++);
1035 if (nummatch == 1) { /* only one match */
1050 if (cnt != nummatch) { slen--; filename[slen] = '\0'; break; }
/dports/graphics/xv/xv-3.10a/
H A Dxvdir.c1012 int i, firstmatch, slen, nummatch, cnt; local
1031 for (i=firstmatch, nummatch=0;
1033 i++, nummatch++);
1035 if (nummatch == 1) { /* only one match */
1050 if (cnt != nummatch) { slen--; filename[slen] = '\0'; break; }
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DDMS.cpp348 real val = Utility::nummatch<real>(dmsa); in InternalDecode()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajseq.c6959 const AjPPStr matchbases, ajint nummatch) in ajSeqcvtNewStrAsym() argument
6968 ret->nrlabels = nummatch; in ajSeqcvtNewStrAsym()
6975 AJCNEW0(ret->rlabels, nummatch); in ajSeqcvtNewStrAsym()
6977 for(i=0; i<nummatch; i++) in ajSeqcvtNewStrAsym()
6980 for(i=0; i<nummatch; i++) in ajSeqcvtNewStrAsym()