Home
last modified time | relevance | path

Searched refs:currstr (Results 1 – 24 of 24) sorted by relevance

/dports/japanese/kiten/kiten-21.12.3/
H A Dxjdxgen.c159 currstr[0] = c; in buildIndex()
161 currstr[1] = '\0'; in buildIndex()
170 currstr[currstrIndex] = c; in buildIndex()
182 if ((strlen((const char*)currstr) <= 2) && (currstr[0] < 127)) in buildIndex()
188 if ((strlen((const char*)currstr) == 2) && (currstr[1] <= '9')) in buildIndex()
193 if (saving && (currstr[0] < 127)) in buildIndex()
200 if ( currstr[0] == SPTAG) in buildIndex()
206 strcpy((char*)currstr,(char*)(currstr+1)); in buildIndex()
223 if (currstr[0] == 0x8f) in buildIndex()
228 if((currstr[i] >= 0xb0) || (currstr[i] == 0x8f)) in buildIndex()
[all …]
/dports/japanese/edict/ja-edict-19990714_5/
H A Dxjdxgen.c180 currstr[cstrp] = c;
185 currstr[cstrp] = '\0';
187 if ((strlen(currstr) <= 2) && (currstr[0] < 127))saving = FALSE;
188 if ((strlen(currstr) == 2) && (currstr[1] <= '9'))saving = TRUE;
200 if (currstr[0] == 0x8f) i++;
203 if((currstr[i] >= 0xb0) || (currstr[i] == 0x8f))
225 if ( currstr[0] == SPTAG)
228 strcpy(currstr,currstr+1);
236 if (currstr[0] < 128)
258 currstr[0] = c;
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dklzw.cpp137 int32_t currstr, numbits, oneupnumbits; in lzwuncompress() local
168 currstr = 256; bitcnt = (4<<3); outbytecnt = 0; in lzwuncompress()
178 if ((dat&((oneupnumbits>>1)-1)) > ((currstr-1)&((oneupnumbits>>1)-1))) in lzwuncompress()
181 lzwbuf3[currstr] = dat; in lzwuncompress()
199 lzwbuf2[currstr-1] = dat; lzwbuf2[currstr] = dat; in lzwuncompress()
200 currstr++; in lzwuncompress()
201 if (currstr > oneupnumbits) in lzwuncompress()
204 while (currstr < strtot); in lzwuncompress()
H A Dkplib.cpp1622 int32_t i, x, y, xsiz, ysiz, yinc, xend, xspan, yspan, currstr, numbitgoal; in kgifrend() local
1684 currstr = lzcols+2; numbits = startnumbits; numbitgoal = (lzcols<<1); in kgifrend()
1702 currstr = lzcols+2; numbits = startnumbits; numbitgoal = (lzcols<<1); in kgifrend()
1705 if ((currstr == numbitgoal) && (numbits < 12)) in kgifrend()
1708 prefix[currstr] = dat; in kgifrend()
1711 suffix[currstr-1] = suffix[currstr] = (uint8_t)dat; in kgifrend()
1735 currstr++; in kgifrend()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DCACHE1D.C617 long strtot, currstr, numbits, oneupnumbits; in uncompress() local
629 currstr = 256; bitcnt = (4<<3); outbytecnt = 0; in uncompress()
636 if ((dat&((oneupnumbits>>1)-1)) > ((currstr-1)&((oneupnumbits>>1)-1))) in uncompress()
639 lzwbuf3[currstr] = dat; in uncompress()
647 lzwbuf2[currstr-1] = dat; lzwbuf2[currstr] = dat; in uncompress()
648 currstr++; in uncompress()
649 if (currstr > oneupnumbits) { numbits++; oneupnumbits <<= 1; } in uncompress()
650 } while (currstr < strtot); in uncompress()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DCACHE1D.C612 long strtot, currstr, numbits, oneupnumbits; in uncompress() local
624 currstr = 256; bitcnt = (4<<3); outbytecnt = 0; in uncompress()
631 if ((dat&((oneupnumbits>>1)-1)) > ((currstr-1)&((oneupnumbits>>1)-1))) in uncompress()
634 lzwbuf3[currstr] = dat; in uncompress()
642 lzwbuf2[currstr-1] = dat; lzwbuf2[currstr] = dat; in uncompress()
643 currstr++; in uncompress()
644 if (currstr > oneupnumbits) { numbits++; oneupnumbits <<= 1; } in uncompress()
645 } while (currstr < strtot); in uncompress()
/dports/lang/yabasic/yabasic-2.90.1/unix/lang/
H A Dio.c77 static int currstr = STDIO_STREAM; /* currently switched stream */ variable
152 if (abs(currstr) == lprstream) { in print()
998 currstr = stream; in mystream()
1025 stdio = (abs(currstr) == STDIO_STREAM); in checkstream()
1026 input = (currstr > 0); in checkstream()
1029 if (input && !(stream_modes[abs(currstr)] & mREAD)) { in checkstream()
1031 abs(currstr)); in checkstream()
1035 if (!input && !(stream_modes[abs(currstr)] & (mWRITE | mPRINT))) { in checkstream()
1037 abs(currstr)); in checkstream()
1313 if (curinized && abs(currstr) == STDIO_STREAM) { in onestring()
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/asm/
H A Dfrapsub.c40 local char *currstr;
56 if((currstr = (char *)malloc(allocsz)) == (char *)NULL)
65 rv = currstr;
67 *currstr++ = *stx++;
68 *currstr++ = '\0';
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dcache1d.c1279 int strtot, currstr, numbits, oneupnumbits; in lzwuncompress() local
1292 currstr = 256; bitcnt = (4<<3); outbytecnt = 0; in lzwuncompress()
1299 if ((dat&((oneupnumbits>>1)-1)) > ((currstr-1)&((oneupnumbits>>1)-1))) in lzwuncompress()
1302 lzwbuf3[currstr] = dat; in lzwuncompress()
1310 lzwbuf2[currstr-1] = dat; lzwbuf2[currstr] = dat; in lzwuncompress()
1311 currstr++; in lzwuncompress()
1312 if (currstr > oneupnumbits) { numbits++; oneupnumbits <<= 1; } in lzwuncompress()
1313 } while (currstr < strtot); in lzwuncompress()
H A Dkplib.c1957 int i, x, y, xsiz, ysiz, yinc, xend, xspan, yspan, currstr, numbitgoal; in kgifrend() local
2034 currstr = lzcols+2; numbits = startnumbits; numbitgoal = (lzcols<<1); in kgifrend()
2052 currstr = lzcols+2; numbits = startnumbits; numbitgoal = (lzcols<<1); in kgifrend()
2055 if ((currstr == numbitgoal) && (numbits < 12)) in kgifrend()
2058 prefix[currstr] = dat; in kgifrend()
2061 suffix[currstr-1] = suffix[currstr] = (unsigned char)dat; in kgifrend()
2085 currstr++; in kgifrend()
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeType/
H A DvtkFreeTypeUtilities.cxx1769 char *currstr = new char[strsize+1]; in GetWidthHeightDescender() local
1770 *currstr = '\0'; in GetWidthHeightDescender()
1771 char *itr = currstr; in GetWidthHeightDescender()
1780 currstrlen = static_cast<int>(font->Advance(currstr)); in GetWidthHeightDescender()
1789 *currstr = '\0'; in GetWidthHeightDescender()
1790 itr = currstr; in GetWidthHeightDescender()
1802 currstrlen = static_cast<int>(font->Advance(currstr)); in GetWidthHeightDescender()
1810 delete [] currstr; in GetWidthHeightDescender()
/dports/devel/p5-CPANPLUS/CPANPLUS-0.9912/inc/bundle/version/
H A Dvpp.pm88 return $left->currstr cmp $right->currstr;
106 sub currstr { subroutine
620 $$rv->{original} = $start->currstr($s);
/dports/devel/p5-ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.62/lib/ExtUtils/MakeMaker/version/
H A Dvpp.pm94 return $left->currstr cmp $right->currstr;
112 sub currstr { subroutine
623 $$rv->{original} = $start->currstr($s);
/dports/devel/p5-version/version-0.9929/vperl/
H A Dvpp.pm88 return $left->currstr cmp $right->currstr;
106 sub currstr { subroutine
620 $$rv->{original} = $start->currstr($s);
/dports/devel/p5-Module-Build/Module-Build-0.4231/inc/
H A DMBVersion.pm345 return $left->currstr cmp $right->currstr;
363 sub currstr {
790 $$rv->{original} = $start->currstr($s);
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dutils.c1129 char *currstr, *newstr; in stringReplaceEachSubstr() local
1150 currstr = newstr; in stringReplaceEachSubstr()
1151 newstr = stringReplaceSubstr(currstr, sub1, sub2, NULL, &loc); in stringReplaceEachSubstr()
1153 return currstr; in stringReplaceEachSubstr()
1154 FREE(currstr); in stringReplaceEachSubstr()
/dports/science/dynare/dynare-4.6.4/contrib/jsonlab/
H A Dloadjson.m350 currstr=inStr(pos:min(pos+30,end));
352 numstr=regexp(currstr,'^\s*-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+\-]?\d+)?','end');
353 [num] = sscanf(currstr, '%f', 1);
356 [num, one, err, delta] = sscanf(currstr, '%f', 1);
/dports/misc/mxnet/incubator-mxnet-1.9.0/matlab/+mxnet/private/
H A Dparse_json.m299 currstr=inStr(pos:min(pos+30,end));
301 numstr=regexp(currstr,'^\s*-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+\-]?\d+)?','end');
302 [num] = sscanf(currstr, '%f', 1);
305 [num, one, err, delta] = sscanf(currstr, '%f', 1);
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/matlab/+mxnet/private/
H A Dparse_json.m299 currstr=inStr(pos:min(pos+30,end));
301 numstr=regexp(currstr,'^\s*-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+\-]?\d+)?','end');
302 [num] = sscanf(currstr, '%f', 1);
305 [num, one, err, delta] = sscanf(currstr, '%f', 1);
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dutils2.c923 char *currstr, *newstr; in stringReplaceEachSubstr() local
943 currstr = newstr; in stringReplaceEachSubstr()
944 newstr = stringReplaceSubstr(currstr, sub1, sub2, NULL, &loc); in stringReplaceEachSubstr()
946 return currstr; in stringReplaceEachSubstr()
947 LEPT_FREE(currstr); in stringReplaceEachSubstr()
/dports/security/putty/putty-0.76/unix/
H A Dgtkdlg.c2822 const gchar *currstr; in shortcut_highlight() local
2830 currstr = currstr_nonconst; in shortcut_highlight()
2833 currstr = gtk_label_get_text(label); in shortcut_highlight()
2836 for (i = 0; currstr[i]; i++) in shortcut_highlight()
2837 if (tolower((unsigned char)currstr[i]) == chr) { in shortcut_highlight()
/dports/security/putty-nogtk/putty-0.76/unix/
H A Dgtkdlg.c2822 const gchar *currstr; in shortcut_highlight() local
2830 currstr = currstr_nonconst; in shortcut_highlight()
2833 currstr = gtk_label_get_text(label); in shortcut_highlight()
2836 for (i = 0; currstr[i]; i++) in shortcut_highlight()
2837 if (tolower((unsigned char)currstr[i]) == chr) { in shortcut_highlight()
/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dsmartd.cpp3392 std::string currstr, prevstr; in check_attribute() local
3395 currstr = strprintf("%s (Raw)", in check_attribute()
3402 currstr = strprintf("%d [Raw %s]", attr.current, in check_attribute()
3409 currstr = strprintf("%d", attr.current); in check_attribute()
3417 prevstr.c_str(), currstr.c_str()); in check_attribute()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Ddbprog.c5135 *currstr; in dbprog_pgmseq_verify() local
5146 currstr = get_text_string(w, FALSE); in dbprog_pgmseq_verify()
5150 if (p->currInsert > 0 && currstr != NULL) in dbprog_pgmseq_verify()
5151 prev = currstr[p->currInsert - 1]; in dbprog_pgmseq_verify()
5182 if (currstr != NULL) in dbprog_pgmseq_verify()
5183 MEM_FREE(currstr); in dbprog_pgmseq_verify()