Home
last modified time | relevance | path

Searched refs:sepcount (Results 1 – 17 of 17) sorted by relevance

/dports/security/snoopy/snoopy-2.4.14/src/filter/
H A Dexclude_spawns_of.c235 int sepcount = 0; in string_to_token_array() local
247 sepcount++; in string_to_token_array()
252 token_count = sepcount +1; in string_to_token_array()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/win32/
H A Dwin32dep.c49 int sepcount = 0; in wpurple_escape_dirsep() local
58 sepcount++; in wpurple_escape_dirsep()
61 ret = g_malloc0(strlen(filename) + sepcount + 1); in wpurple_escape_dirsep()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/win32/
H A Dwin32dep.c49 int sepcount = 0; in wpurple_escape_dirsep() local
58 sepcount++; in wpurple_escape_dirsep()
61 ret = g_malloc0(strlen(filename) + sepcount + 1); in wpurple_escape_dirsep()
/dports/net-im/finch/pidgin-2.14.8/libpurple/win32/
H A Dwin32dep.c49 int sepcount = 0; in wpurple_escape_dirsep() local
58 sepcount++; in wpurple_escape_dirsep()
61 ret = g_malloc0(strlen(filename) + sepcount + 1); in wpurple_escape_dirsep()
/dports/games/golly/golly-3.3-src/gui-common/
H A Dfile.cpp688 unsigned int sepcount = 0; in OpenZipFile() local
692 if (name[i] == '/') sepcount++; in OpenZipFile()
696 if (name[len-1] == '/' && !dirseen && sepcount > 1) { in OpenZipFile()
701 for (i = 1; i < sepcount; i++) contents += indent; in OpenZipFile()
789 scriptseps = sepcount; in OpenZipFile()
794 patternseps = sepcount; in OpenZipFile()
/dports/games/golly/golly-3.3-src/gollybase/
H A Dbigint.h165 static int sepcount ; variable
H A Dbigint.cpp23 int bigint::sepcount = 3 ; member in bigint
194 if (i && sep && (i % sepcount == 0)) in tostring()
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxfile.cpp568 unsigned int sepcount = 0; in OpenZipFile() local
572 if (name[i] == wxFILE_SEP_PATH) sepcount++; in OpenZipFile()
576 if (entry->IsDir() && !dirseen && sepcount > 1) { in OpenZipFile()
581 for (i = 1; i < sepcount; i++) contents += indent; in OpenZipFile()
656 scriptseps = sepcount; in OpenZipFile()
661 patternseps = sepcount; in OpenZipFile()
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dzle_main.c1728 int sepcount = 0, clen; in bin_vared() local
1738 sepcount++; in bin_vared()
1742 sepcount++; in bin_vared()
1745 if (sepcount) { in bin_vared()
1748 newstr = zhalloc(strlen(*aptr)+sepcount+1); in bin_vared()
/dports/hebrew/he2/he2-0.61/he2/
H A DhebSegment.cxx104 int sepcount = 0 ; in hebSegment() local
123 while ((ptr - t <= length_limit-(_separate_command+sepcount+1)) && cont && *oldptr && token) { in hebSegment()
518 …if (!(*oldptr) || ((ptr-t > length_limit-(_separate_command+sepcount+1)) && (lastWordPtr == t))) {… in hebSegment()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/xfig/
H A Dimportxfig.cpp1206 int sepcount = 0; in cleanText() local
1220 sepcount++; in cleanText()
1221 if (sepcount == 3) in cleanText()
1240 sepcount = 0; in cleanText()
/dports/editors/vim/vim-8.2.3745/src/
H A Dfilepath.c215 int sepcount, len, tflen; in shortpath_for_partial() local
222 sepcount = 0; in shortpath_for_partial()
225 ++sepcount; in shortpath_for_partial()
256 if (sepcount == 0 || (hasTilde && sepcount == 1)) in shortpath_for_partial()
259 sepcount --; in shortpath_for_partial()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dstf-parse.c1627 int sepcount; in stf_parse_options_guess() local
1637 sepcount = count_character (lines, sepchar, 0.2); in stf_parse_options_guess()
1641 if (tabcount >= 1 && tabcount >= sepcount - 1) in stf_parse_options_guess()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jung-kurt/gofpdf/
H A Dfpdf_test.go263 func strDelimit(str string, sepstr string, sepcount int) string {
264 pos := len(str) - sepcount
267 pos = pos - sepcount
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/gofpdf-1.16.2/
H A Dfpdf_test.go263 func strDelimit(str string, sepstr string, sepcount int) string {
264 pos := len(str) - sepcount
267 pos = pos - sepcount
/dports/science/mol2ps/mol2ps-0.4b_9/
H A Dmol2ps.pas1263 sepcount : integer;
1268 sepcount := 0;
1269 while (ri < molbufindex) and (sepcount < 1) do
1273 if (pos('$$$$',rline)>0) then inc(sepcount);
1301 if (auxstr = 'unknown') and (sepcount > 0) then auxstr := 'mdl';
2192 sepcount : integer;
2373 sepcount := 0;
2374 while (ri < molbufindex) and (sepcount < 1) do
2405 inc(sepcount);
/dports/science/checkmol/checkmol-0.5_11/
H A Dcheckmol2410 sepcount : integer;
2415 sepcount := 0;
2416 while (ri < molbufindex) and (sepcount < 1) do
2420 if (pos('$$$$',rline)>0) then inc(sepcount);
2448 if (auxstr = 'unknown') and (sepcount > 0) then auxstr := 'mdl';
3275 sepcount : integer;
3521 sepcount := 0;
3522 while (ri < molbufindex) and (sepcount < 1) do
3539 inc(sepcount);