Home
last modified time | relevance | path

Searched refs:currchar (Results 1 – 25 of 27) sorted by relevance

12

/dports/chinese/ve/ve-1.1/
H A Dio.c320 int currchar = 0; local
359 if (currchar)
360 --currchar;
364 ++currchar;
376 if (currchar) {
379 currchar--;
395 currchar = 0;
429 clen = currchar;
433 currchar = 0;
437 currchar = clen;
[all …]
/dports/archivers/dact/dact-0.8.42/
H A Dcomp_rle.c72 unsigned char currchar=0, prevchar; in comp_rle_compress() local
92 if (i!=blk_size) { currchar=curr_block[i]; } else { currchar++; } in comp_rle_compress()
93 if (prevchar!=currchar || charcnt==255 || i>=(blk_size)) { in comp_rle_compress()
104 prevchar=currchar; in comp_rle_compress()
112 unsigned char currchar; in comp_rle_decompress() local
116 currchar=curr_block[i]; in comp_rle_decompress()
117 if (currchar==sentinel) { in comp_rle_decompress()
118 currchar=curr_block[++i]; in comp_rle_decompress()
124 for (m=0;m<charcnt;m++) out_block[x++]=currchar; in comp_rle_decompress()
126 out_block[x++]=currchar; in comp_rle_decompress()
H A Dcomp_textrle.c67 unsigned char currchar=0, prevchar; in comp_textrle_compress() local
93 unsigned char currchar; in comp_textrle_decompress() local
97 currchar=curr_block[i]; in comp_textrle_decompress()
98 if (currchar==sentinel) { in comp_textrle_decompress()
99 currchar=curr_block[++i]; in comp_textrle_decompress()
105 for (m=0;m<charcnt;m++) out_block[x++]=currchar; in comp_textrle_decompress()
107 out_block[x++]=currchar; in comp_textrle_decompress()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/general/
H A Dmystring.cpp30 char currchar; in ReadEnclString() local
33 in.get(currchar); in ReadEnclString()
34 while(in && (currchar == ' ' || currchar == '\t' || currchar == '\n') ) in ReadEnclString()
35 in.get(currchar); in ReadEnclString()
37 if(currchar == encl) in ReadEnclString()
39 in.get(currchar); in ReadEnclString()
40 while(in && currchar != encl) in ReadEnclString()
42 str += currchar; in ReadEnclString()
43 in.get(currchar); in ReadEnclString()
48 in.putback(currchar); in ReadEnclString()
/dports/cad/netgen/netgen-6.2.2105/libsrc/general/
H A Dmystring.cpp30 char currchar; in ReadEnclString() local
33 in.get(currchar); in ReadEnclString()
34 while(in && (currchar == ' ' || currchar == '\t' || currchar == '\n') ) in ReadEnclString()
35 in.get(currchar); in ReadEnclString()
37 if(currchar == encl) in ReadEnclString()
39 in.get(currchar); in ReadEnclString()
40 while(in && currchar != encl) in ReadEnclString()
42 str += currchar; in ReadEnclString()
43 in.get(currchar); in ReadEnclString()
48 in.putback(currchar); in ReadEnclString()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/general/
H A Dmystring.cpp41 char currchar; in ReadEnclString() local
44 in.get(currchar); in ReadEnclString()
45 while(in && currchar == ' ' || currchar == '\t' || currchar == '\n') in ReadEnclString()
46 in.get(currchar); in ReadEnclString()
48 if(currchar == encl) in ReadEnclString()
50 in.get(currchar); in ReadEnclString()
51 while(in && currchar != encl) in ReadEnclString()
53 str += currchar; in ReadEnclString()
54 in.get(currchar); in ReadEnclString()
59 in.putback(currchar); in ReadEnclString()
/dports/math/grace/grace-5.1.25/T1lib/t1lib/
H A Dt1set.c387 GLYPH *currchar; in T1_SetString() local
590 if (currchar->bpp<1) { in T1_SetString()
635 if (currchar->bits == NULL) { in T1_SetString()
654 currchar->bpp=1; in T1_SetString()
742 overallascent=currchar->metrics.ascent; in T1_SetString()
890 for (j=0;j<currchar->metrics.ascent-currchar->metrics.descent;j++){ in T1_SetString()
894 if (currchar->bits != NULL) { in T1_SetString()
913 for (j=0;j<currchar->metrics.ascent-currchar->metrics.descent;j++){ in T1_SetString()
917 if (currchar->bits != NULL) { in T1_SetString()
935 for (j=0;j<currchar->metrics.ascent-currchar->metrics.descent;j++){ in T1_SetString()
[all …]
/dports/devel/t1lib/t1lib-5.1.2/lib/t1lib/
H A Dt1set.c516 GLYPH *currchar; in T1_SetString() local
742 if (currchar->bpp<1) { in T1_SetString()
788 if (currchar->bits == NULL) { in T1_SetString()
807 currchar->bpp=1; in T1_SetString()
895 overallascent=currchar->metrics.ascent; in T1_SetString()
1043 for (j=0;j<currchar->metrics.ascent-currchar->metrics.descent;j++){ in T1_SetString()
1047 if (currchar->bits != NULL) { in T1_SetString()
1066 for (j=0;j<currchar->metrics.ascent-currchar->metrics.descent;j++){ in T1_SetString()
1070 if (currchar->bits != NULL) { in T1_SetString()
1088 for (j=0;j<currchar->metrics.ascent-currchar->metrics.descent;j++){ in T1_SetString()
[all …]
/dports/games/pvpgn/pvpgn-1.8.5/src/d2cs/
H A Dgame.c169 if (!game->currchar) { in d2cs_gamelist_check_voidgame()
210 game->currchar=0; in d2cs_game_create()
292 game->currchar++; in game_add_character()
294 …l_info,__FUNCTION__,"added character %s to game %s (%d total)",charname,game->name,game->currchar); in game_add_character()
315 game->currchar--; in game_del_character()
317 …nfo,__FUNCTION__,"removed character %s from game %s (%d left)",charname,game->name,game->currchar); in game_del_character()
481 return game->currchar; in game_get_currchar()
H A Dd2cs_protocol.h163 bn_byte currchar; /* current number of characters in game */ member
187 bn_byte currchar; member
328 bn_short currchar; member
366 bn_short currchar; member
H A Dgame.h46 unsigned int currchar; member
H A Dhandle_d2cs.c516 bn_byte_set(&rpacket->u.d2cs_client_gamelistreply.currchar,game_get_currchar(game)); in on_client_gamelistreq()
533 bn_byte_set(&rpacket->u.d2cs_client_gamelistreply.currchar,0); in on_client_gamelistreq()
587 bn_byte_set(&rpacket->u.d2cs_client_gameinforeply.currchar,n); in on_client_gameinforeq()
935 bn_short_set(&rpacket->u.d2cs_client_charlistreply.currchar,n); in on_client_charlistreq()
1047 bn_short_set(&rpacket->u.d2cs_client_charlistreply.currchar,n); in on_client_charlistreq_110()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/input/indent/pascal/longtest2/
H A Dorigin186 while not ( ((currchar.value = '*') and (nextchar.value = ')'))
187 or (currchar.value = '}') // args should line up inside parens
193 while not (currchar.value = '*') and (nextchar.value = ')')
194 or (currchar.value = '}') // possible to realign first line manually
200 while not (currchar.value = '*') and (nextchar.value = ')')
201 or (currchar.value = '}') // possible to realign first line manually
H A Dexpected186 while not ( ((currchar.value = '*') and (nextchar.value = ')'))
187 or (currchar.value = '}') // args should line up inside parens
193 while not (currchar.value = '*') and (nextchar.value = ')')
194 or (currchar.value = '}') // possible to realign first line manually
200 while not (currchar.value = '*') and (nextchar.value = ')')
201 or (currchar.value = '}') // possible to realign first line manually
/dports/misc/figlet/figlet-2.2.5/
H A Dfiglet.c166 outchr **currchar; variable
1325 currchar = charptr->thechar;
1330 currchar = charptr->thechar;
1333 currcharwidth = STRLEN(currchar[0]);
1453 for (charbd=STRLEN(currchar[row]);
1461 for (charbd=0;ch2=currchar[row][charbd],ch2==' ';charbd++) ;
1505 STRCPY(templine,currchar[row]);
1520 smushem(outputline[row][column],currchar[row][k]);
1522 STRCAT(outputline[row],currchar[row]+smushamount);
2089 putstring(currchar[i]+STRLEN(currchar[i])-outlinelenlimit);
[all …]
/dports/lang/yabasic/yabasic-2.90.1/unix/lang/
H A Dio.c82 static char *currchar; /* current char to read */ variable
1228 currchar = linebuffer; in readline()
1242 if (!currchar || !*currchar) { in onechar()
1246 ch = *currchar; in onechar()
1247 currchar++; in onechar()
1274 if (currchar > linebuffer) { in backchar()
1275 currchar--; in backchar()
1286 if (cinstr == stdin && (!currchar || !*currchar) && !prompted) { in chkprompt()
/dports/games/ags/ags_linux_v.3.4.4.1/Plugins/agspalrender/
H A Dags_palrender.cpp1613 AGSCharacter *currchar; in DrawReflections() local
1620 currchar = engine->GetCharacter (id); in DrawReflections()
1622 if (Reflection.Characters[id].replaceview == 0) view = currchar->view+1; in DrawReflections()
1624 AGSViewFrame *vf = engine->GetViewFrame (currchar->view+1,currchar->loop,currchar->frame); in DrawReflections()
1626 long scaling = currchar->flags & CHF_NOSCALING; in DrawReflections()
1627 if (!scaling)scale = engine->GetAreaScaling (currchar->x,currchar->y); in DrawReflections()
1629 cox = currchar->x; in DrawReflections()
1630 coy = currchar->y; in DrawReflections()
1631 coz = currchar->z; in DrawReflections()
1704 flipped = sfGetGameParameter(13,currchar->view+1,currchar->loop,currchar->frame); in DrawReflections()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_pal_render/
H A Dags_pal_render.cpp1226 AGSCharacter *currchar = nullptr; in DrawReflections() local
1232 currchar = engine->GetCharacter(id); in DrawReflections()
1237 AGSViewFrame *vf = engine->GetViewFrame(currchar->view + 1, currchar->loop, currchar->frame); in DrawReflections()
1239 long scaling = currchar->flags & CHF_NOSCALING; in DrawReflections()
1240 if (!scaling)scale = engine->GetAreaScaling(currchar->x, currchar->y); in DrawReflections()
1242 cox = currchar->x; in DrawReflections()
1243 coy = currchar->y; in DrawReflections()
1244 coz = currchar->z; in DrawReflections()
1313 flipped = sfGetGameParameter(13, currchar->view + 1, currchar->loop, currchar->frame); in DrawReflections()
/dports/lang/fpc-utils/fpc-3.2.2/utils/
H A Dptopu.pp151 currchar,nextchar : charinfo;
612 currchar := nextchar;
648 Value[lngth] := currchar.Value;
660 CASE currchar.name OF
675 WHILE NOT ((currchar.Value = '}')
678 IF currchar.Value = '}' THEN sym^.name := closecomment;
685 WHILE NOT (((currchar.Value = '*') AND (nextchar.Value = ')'))
688 IF (currchar.Value = '*') AND (nextchar.Value = ')') THEN BEGIN
772 NextTwoChars[1] := currchar.Value;
783 IF currchar.Value = SglChar[thischar] THEN Hit := TRUE
/dports/lang/fpc-source/fpc-3.2.2/utils/
H A Dptopu.pp151 currchar,nextchar : charinfo;
612 currchar := nextchar;
648 Value[lngth] := currchar.Value;
660 CASE currchar.name OF
675 WHILE NOT ((currchar.Value = '}')
678 IF currchar.Value = '}' THEN sym^.name := closecomment;
685 WHILE NOT (((currchar.Value = '*') AND (nextchar.Value = ')'))
688 IF (currchar.Value = '*') AND (nextchar.Value = ')') THEN BEGIN
772 NextTwoChars[1] := currchar.Value;
783 IF currchar.Value = SglChar[thischar] THEN Hit := TRUE
/dports/editors/textadept/cdk-5.0-20200923/
H A Dmentry.c638 int currchar = (mentry->fieldWidth * mentry->topRow); in drawCDKMentryField() local
667 if (currchar < lastpos) in drawCDKMentryField()
676 CharOf (mentry->info[currchar++]) | mentry->fieldAttr); in drawCDKMentryField()
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dmentry.c638 int currchar = (mentry->fieldWidth * mentry->topRow); in drawCDKMentryField() local
667 if (currchar < lastpos) in drawCDKMentryField()
676 CharOf (mentry->info[currchar++]) | mentry->fieldAttr); in drawCDKMentryField()
/dports/devel/cdk/cdk-5.0-20161210/
H A Dmentry.c638 int currchar = (mentry->fieldWidth * mentry->topRow); in drawCDKMentryField() local
667 if (currchar < lastpos) in drawCDKMentryField()
676 CharOf (mentry->info[currchar++]) | mentry->fieldAttr); in drawCDKMentryField()
/dports/math/gap/gap-4.11.0/src/
H A Dsyntaxtree.c565 Char currchar = CHAR_VALUE(chr); in SyntaxTreeCodeChar() local
567 WRITE_EXPR(lit, 0, currchar); in SyntaxTreeCodeChar()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/pki/
H A Dpki.tcl214 set currchar [expr {$num & 0xff}]
215 set retval "[format %c $currchar]$retval"

12