Home
last modified time | relevance | path

Searched refs:textptr (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/
H A Dgamedef1.c467 if( isdigit(*textptr) == 0 && *textptr != '-') in transnum()
1184 while( *textptr == ' ' ) textptr++; in parsecommand()
1196 while( *textptr != 0x0a ) textptr++; in parsecommand()
1207 while( *textptr == ' ' ) textptr++; in parsecommand()
1219 while( *textptr != 0x0a ) textptr++; in parsecommand()
1234 while( *textptr == ' ' ) textptr++; in parsecommand()
1245 while( *textptr != ' ') textptr++; in parsecommand()
1251 while( *textptr == ' ' ) textptr++; in parsecommand()
1258 while( *textptr == ' ' ) textptr++; in parsecommand()
1265 while( *textptr == ' ' ) textptr++; in parsecommand()
[all …]
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dscriptfile.c15 static void skipoverws(scriptfile *sf) { if ((sf->textptr < sf->eof) && (!sf->textptr[0])) sf->text… in skipoverws()
16 …c void skipovertoken(scriptfile *sf) { while ((sf->textptr < sf->eof) && (sf->textptr[0])) sf->tex… in skipovertoken()
38 return dupe.textptr; in scriptfile_peektoken()
61 while ((sf->textptr[0] == '0') && (sf->textptr[1] >= '0') && (sf->textptr[1] <= '9')) in scriptfile_getnumber_radix()
65 (*num) = strtol((const char *)sf->textptr,&sf->textptr,radix); in scriptfile_getnumber_radix()
66 if (!ISWS(*sf->textptr) && *sf->textptr) { in scriptfile_getnumber_radix()
67 char *p = sf->textptr; in scriptfile_getnumber_radix()
132 (*num) = parsedouble(sf->textptr, &sf->textptr); in scriptfile_getdouble()
134 if (!ISWS(*sf->textptr) && *sf->textptr) { in scriptfile_getdouble()
135 char *p = sf->textptr; in scriptfile_getdouble()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dm32def.cpp701 while (*textptr && *textptr != 0x0a && *textptr != 0x0d) in C_SkipComments()
708 while (*textptr && !(textptr[0] == '*' && textptr[1] == '/')) in C_SkipComments()
766 while (*textptr && (char_whitespace(*textptr) || *textptr=='-')) //!isalnum(*textptr)) in C_GetNextLabelName()
776 while (*textptr && !char_whitespace(*textptr) && *textptr!='['&& *textptr!=']') in C_GetNextLabelName()
999 while (*textptr && *textptr!='"' && *textptr!=0x0a) in C_GetNextVarType()
1006 (isdigit(textptr[0]) || (textptr[0]=='-' && isdigit(textptr[1])))) in C_GetNextVarType()
1229 while (*textptr && *textptr != 0x0a && *textptr != '.') in C_GetNextVarType()
1442 if (*textptr=='-' && !isdigit(textptr[1])) in C_GetNextValue()
1497 if (!isdigit(*textptr) && *textptr != '-') in C_GetNextValue()
3233 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in C_ParseCommand()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dm32def.cpp702 while (*textptr && *textptr != 0x0a && *textptr != 0x0d) in C_SkipComments()
709 while (*textptr && !(textptr[0] == '*' && textptr[1] == '/')) in C_SkipComments()
767 while (*textptr && (char_whitespace(*textptr) || *textptr=='-')) //!isalnum(*textptr)) in C_GetNextLabelName()
777 while (*textptr && !char_whitespace(*textptr) && *textptr!='['&& *textptr!=']') in C_GetNextLabelName()
1000 while (*textptr && *textptr!='"' && *textptr!=0x0a) in C_GetNextVarType()
1007 (isdigit(textptr[0]) || (textptr[0]=='-' && isdigit(textptr[1])))) in C_GetNextVarType()
1230 while (*textptr && *textptr != 0x0a && *textptr != '.') in C_GetNextVarType()
1443 if (*textptr=='-' && !isdigit(textptr[1])) in C_GetNextValue()
1498 if (!isdigit(*textptr) && *textptr != '-') in C_GetNextValue()
3237 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in C_ParseCommand()
[all …]
H A Dgamedef.cpp1104 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in scriptSkipLine()
1414 while (!ispecial(*textptr) && *textptr != ']') textptr++; in C_GetNextVarType()
1451 if (*textptr != '.') textptr++; in C_GetNextVarType()
1489 if (*textptr == ']' || (*textptr == '.' && textptr[-1] != '[')) in C_GetNextVarType()
1506 if (*textptr != '.') textptr++; in C_GetNextVarType()
1827 if (*textptr != '.') textptr++; in C_GetStructureIndexes()
1842 if (*textptr != '.') textptr++; in C_GetStructureIndexes()
5268 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in C_ParseCommand()
5327 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in C_ParseCommand()
5786 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0 && *textptr != ' ') in C_ParseCommand()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dm32def.cpp697 while (*textptr && *textptr != 0x0a && *textptr != 0x0d) in C_SkipComments()
704 while (*textptr && !(textptr[0] == '*' && textptr[1] == '/')) in C_SkipComments()
762 while (*textptr && (char_whitespace(*textptr) || *textptr=='-')) //!isalnum(*textptr)) in C_GetNextLabelName()
772 while (*textptr && !char_whitespace(*textptr) && *textptr!='['&& *textptr!=']') in C_GetNextLabelName()
995 while (*textptr && *textptr!='"' && *textptr!=0x0a) in C_GetNextVarType()
1002 (isdigit(textptr[0]) || (textptr[0]=='-' && isdigit(textptr[1])))) in C_GetNextVarType()
1225 while (*textptr && *textptr != 0x0a && *textptr != '.') in C_GetNextVarType()
1438 if (*textptr=='-' && !isdigit(textptr[1])) in C_GetNextValue()
1493 if (!isdigit(*textptr) && *textptr != '-') in C_GetNextValue()
3227 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in C_ParseCommand()
[all …]
H A Dgamedef.cpp411 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in C_NextLine()
417 while (*textptr == ' ' || *textptr == '\t') in C_SkipSpace()
457 while (*textptr && (textptr[0] != '*' || textptr[1] != '/')); in C_SkipComments()
702 while (!ispecial(*textptr) && *textptr != ']') textptr++; in C_GetNextVarType()
887 if (textptr[0] == '0' && tolower(textptr[1])=='x') in C_GetNextValue()
2320 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in C_ParseCommand()
2357 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in C_ParseCommand()
2409 while (*textptr != ' ' && *textptr != '\t' && *textptr != 0x0a) in C_ParseCommand()
2455 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in C_ParseCommand()
2505 while (*textptr != 0x0a && *textptr != 0x0d && *textptr != 0) in C_ParseCommand()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dscriptfile.cpp18 …inline void skipoverws(scriptfile *sf) { if ((sf->textptr < sf->eof) && (!sf->textptr[0])) sf->tex… in skipoverws()
19 …e void skipovertoken(scriptfile *sf) { while ((sf->textptr < sf->eof) && (sf->textptr[0])) sf->tex… in skipovertoken()
57 while ((sf->textptr[0] == '0') && isdigit(sf->textptr[1])) in scriptfile_getnumber()
60 sf->ltextptr = sf->textptr; in scriptfile_getnumber()
61 (*num) = strtol((const char *)sf->textptr,&sf->textptr,0); in scriptfile_getnumber()
62 if (!ISWS(*sf->textptr) && *sf->textptr) in scriptfile_getnumber()
64 char *p = sf->textptr; in scriptfile_getnumber()
123 (*num) = parsedouble(sf->textptr, &sf->textptr); in scriptfile_getdouble()
125 if (!ISWS(*sf->textptr) && *sf->textptr) in scriptfile_getdouble()
178 sf->textptr++; in scriptfile_getbraces()
[all …]
/dports/cad/gdsreader/GDSreader.0.3.2/
H A DGDStext.c150 textEl *textptr; in GDSdupText() local
166 textptr->font = text->font; in GDSdupText()
167 textptr->width = text->width; in GDSdupText()
201 textEl *textptr; in GDSreadText() local
243 textptr->layerptr = layerptr; in GDSreadText()
253 textptr->font = chunk; in GDSreadText()
261 textptr->vjustif = TOP; in GDSreadText()
279 textptr->hjustif = LEFT; in GDSreadText()
285 textptr->hjustif = RIGHT; in GDSreadText()
399 textptr->mag = mag; in GDSreadText()
[all …]
/dports/news/husky/husky-1.9.20191207/pktapi/
H A Dp2_read.c90 sword PKTAPI Pkt2ReadMsg(HPKT hp, XMSG *xmsg, dword textlen, byte *textptr) in Pkt2ReadMsg() argument
133 if (P2d->in_msg && textptr && (textlen > 1)) in Pkt2ReadMsg()
134 return _Pkt2ReadField(hp, textptr, textlen-1); in Pkt2ReadMsg()
136 if (textptr) in Pkt2ReadMsg()
137 *textptr = 0; in Pkt2ReadMsg()
142 sword PKTAPI Pkt2ReadMsgComplete(HPKT hp, XMSG *xmsg, byte **textptr) in Pkt2ReadMsgComplete() argument
150 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
152 while (Pkt2ReadMsg(hp, 0, 8192, (*textptr)+ofs) == 1) in Pkt2ReadMsgComplete()
156 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/pktapi/
H A Dp2_read.c90 sword PKTAPI Pkt2ReadMsg(HPKT hp, XMSG *xmsg, dword textlen, byte *textptr) in Pkt2ReadMsg() argument
133 if (P2d->in_msg && textptr && (textlen > 1)) in Pkt2ReadMsg()
134 return _Pkt2ReadField(hp, textptr, textlen-1); in Pkt2ReadMsg()
136 if (textptr) in Pkt2ReadMsg()
137 *textptr = 0; in Pkt2ReadMsg()
142 sword PKTAPI Pkt2ReadMsgComplete(HPKT hp, XMSG *xmsg, byte **textptr) in Pkt2ReadMsgComplete() argument
150 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
152 while (Pkt2ReadMsg(hp, 0, 8192, (*textptr)+ofs) == 1) in Pkt2ReadMsgComplete()
156 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
H A Dp2_write.c63 sword PKTAPI Pkt2WriteMsg(HPKT hp, XMSG *xmsg, word fAppend, byte *textptr) in Pkt2WriteMsg() argument
106 if (textptr) in Pkt2WriteMsg()
107 _Pkt2WriteField(hp, textptr, strlen(textptr)); in Pkt2WriteMsg()
113 _Pkt2WriteField(hp, textptr, strlen(textptr)+1); in Pkt2WriteMsg()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/pktapi/
H A Dp2_read.c90 sword PKTAPI Pkt2ReadMsg(HPKT hp, XMSG *xmsg, dword textlen, byte *textptr) in Pkt2ReadMsg() argument
133 if (P2d->in_msg && textptr && (textlen > 1)) in Pkt2ReadMsg()
134 return _Pkt2ReadField(hp, textptr, textlen-1); in Pkt2ReadMsg()
136 if (textptr) in Pkt2ReadMsg()
137 *textptr = 0; in Pkt2ReadMsg()
142 sword PKTAPI Pkt2ReadMsgComplete(HPKT hp, XMSG *xmsg, byte **textptr) in Pkt2ReadMsgComplete() argument
150 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
152 while (Pkt2ReadMsg(hp, 0, 8192, (*textptr)+ofs) == 1) in Pkt2ReadMsgComplete()
156 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
H A Dp2_write.c63 sword PKTAPI Pkt2WriteMsg(HPKT hp, XMSG *xmsg, word fAppend, byte *textptr) in Pkt2WriteMsg() argument
106 if (textptr) in Pkt2WriteMsg()
107 _Pkt2WriteField(hp, textptr, strlen(textptr)); in Pkt2WriteMsg()
113 _Pkt2WriteField(hp, textptr, strlen(textptr)+1); in Pkt2WriteMsg()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/pktapi/
H A Dp2_read.c90 sword PKTAPI Pkt2ReadMsg(HPKT hp, XMSG *xmsg, dword textlen, byte *textptr) in Pkt2ReadMsg() argument
133 if (P2d->in_msg && textptr && (textlen > 1)) in Pkt2ReadMsg()
134 return _Pkt2ReadField(hp, textptr, textlen-1); in Pkt2ReadMsg()
136 if (textptr) in Pkt2ReadMsg()
137 *textptr = 0; in Pkt2ReadMsg()
142 sword PKTAPI Pkt2ReadMsgComplete(HPKT hp, XMSG *xmsg, byte **textptr) in Pkt2ReadMsgComplete() argument
150 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
152 while (Pkt2ReadMsg(hp, 0, 8192, (*textptr)+ofs) == 1) in Pkt2ReadMsgComplete()
156 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
H A Dp2_write.c63 sword PKTAPI Pkt2WriteMsg(HPKT hp, XMSG *xmsg, word fAppend, byte *textptr) in Pkt2WriteMsg() argument
106 if (textptr) in Pkt2WriteMsg()
107 _Pkt2WriteField(hp, textptr, strlen(textptr)); in Pkt2WriteMsg()
113 _Pkt2WriteField(hp, textptr, strlen(textptr)+1); in Pkt2WriteMsg()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/pktapi/
H A Dp2_read.c90 sword PKTAPI Pkt2ReadMsg(HPKT hp, XMSG *xmsg, dword textlen, byte *textptr) in Pkt2ReadMsg() argument
133 if (P2d->in_msg && textptr && (textlen > 1)) in Pkt2ReadMsg()
134 return _Pkt2ReadField(hp, textptr, textlen-1); in Pkt2ReadMsg()
136 if (textptr) in Pkt2ReadMsg()
137 *textptr = 0; in Pkt2ReadMsg()
142 sword PKTAPI Pkt2ReadMsgComplete(HPKT hp, XMSG *xmsg, byte **textptr) in Pkt2ReadMsgComplete() argument
150 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
152 while (Pkt2ReadMsg(hp, 0, 8192, (*textptr)+ofs) == 1) in Pkt2ReadMsgComplete()
156 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/pktapi/
H A Dp2_read.c90 sword PKTAPI Pkt2ReadMsg(HPKT hp, XMSG *xmsg, dword textlen, byte *textptr) in Pkt2ReadMsg() argument
133 if (P2d->in_msg && textptr && (textlen > 1)) in Pkt2ReadMsg()
134 return _Pkt2ReadField(hp, textptr, textlen-1); in Pkt2ReadMsg()
136 if (textptr) in Pkt2ReadMsg()
137 *textptr = 0; in Pkt2ReadMsg()
142 sword PKTAPI Pkt2ReadMsgComplete(HPKT hp, XMSG *xmsg, byte **textptr) in Pkt2ReadMsgComplete() argument
150 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
152 while (Pkt2ReadMsg(hp, 0, 8192, (*textptr)+ofs) == 1) in Pkt2ReadMsgComplete()
156 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/pktapi/
H A Dp2_read.c90 sword PKTAPI Pkt2ReadMsg(HPKT hp, XMSG *xmsg, dword textlen, byte *textptr) in Pkt2ReadMsg() argument
133 if (P2d->in_msg && textptr && (textlen > 1)) in Pkt2ReadMsg()
134 return _Pkt2ReadField(hp, textptr, textlen-1); in Pkt2ReadMsg()
136 if (textptr) in Pkt2ReadMsg()
137 *textptr = 0; in Pkt2ReadMsg()
142 sword PKTAPI Pkt2ReadMsgComplete(HPKT hp, XMSG *xmsg, byte **textptr) in Pkt2ReadMsgComplete() argument
150 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
152 while (Pkt2ReadMsg(hp, 0, 8192, (*textptr)+ofs) == 1) in Pkt2ReadMsgComplete()
156 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
/dports/news/husky-htick/husky-htick-1.9.20191207/pktapi/
H A Dp2_read.c90 sword PKTAPI Pkt2ReadMsg(HPKT hp, XMSG *xmsg, dword textlen, byte *textptr) in Pkt2ReadMsg() argument
133 if (P2d->in_msg && textptr && (textlen > 1)) in Pkt2ReadMsg()
134 return _Pkt2ReadField(hp, textptr, textlen-1); in Pkt2ReadMsg()
136 if (textptr) in Pkt2ReadMsg()
137 *textptr = 0; in Pkt2ReadMsg()
142 sword PKTAPI Pkt2ReadMsgComplete(HPKT hp, XMSG *xmsg, byte **textptr) in Pkt2ReadMsgComplete() argument
150 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
152 while (Pkt2ReadMsg(hp, 0, 8192, (*textptr)+ofs) == 1) in Pkt2ReadMsgComplete()
156 *textptr = realloc(*textptr, len); in Pkt2ReadMsgComplete()
H A Dp2_write.c63 sword PKTAPI Pkt2WriteMsg(HPKT hp, XMSG *xmsg, word fAppend, byte *textptr) in Pkt2WriteMsg() argument
106 if (textptr) in Pkt2WriteMsg()
107 _Pkt2WriteField(hp, textptr, strlen(textptr)); in Pkt2WriteMsg()
113 _Pkt2WriteField(hp, textptr, strlen(textptr)+1); in Pkt2WriteMsg()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ctlib/
H A Ddbapi_get_cursor_textptrs.sql10 @textptr VARBINARY(16) OUTPUT,
89 @tp = @textptr OUTPUT, @uuid = @uuid;
90 IF @status != 0 OR @@ROWCOUNT != 1 OR @textptr IS NULL
100 @textptr VARBINARY(16) OUTPUT,
156 @textptr = @textptr OUTPUT, @cursor_id = @cursor_id,
166 SELECT @position AS [position], @textptr AS [textptr];
200 @textptr VARBINARY(16) OUTPUT,
214 EXEC @ret = [#dbapi_get_cursor_textptr_or_ptrs] @textptr = @textptr OUTPUT,
234 EXEC @ret = [#dbapi_get_cursor_textptr_or_ptrs] @textptr = @last_tp OUTPUT,
/dports/graphics/barcode/barcode-0.98/
H A Dcode128.c91 char *textptr; in Barcode_128b_encode() local
128 textptr = textinfo; in Barcode_128b_encode()
142 textptr += strlen(textptr); in Barcode_128b_encode()
180 char *textptr; in Barcode_128c_encode() local
215 textptr = textinfo; in Barcode_128c_encode()
232 textptr += strlen(textptr); in Barcode_128c_encode()
419 char *textptr; in Barcode_128_encode() local
492 textptr += strlen(textptr); in Barcode_128_encode()
529 char *textptr; in Barcode_128raw_encode() local
565 textptr = textinfo; in Barcode_128raw_encode()
[all …]
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/resources/analysis/sql/
H A Dsamplesqltags17 @textptr grok.sql /^ DECLARE @textptr AS tTextPtr$/;" local line:808
18 @textptr grok.sql /^ DECLARE @textptr AS tTextPtr$/;" local line:875
19 @textptr grok.sql /^ DECLARE @textptr AS tTextPtr$/;" local line:952
20 @textptr grok.sql /^ DECLARE @textptr AS tTextPtr$/;" local line:1032
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMTrackItem.cpp160 const FXString * textptr; in getColumnData() local
202 … if (year>0) {text.format("%d",year); textptr=&text; } else textptr=nullptr; break; in getColumnData()
260 return textptr; in getColumnData()
755 const FXString * textptr; in getColumnData() local
759 textptr=&text; in getColumnData()
766 textptr=&text; in getColumnData()
770 return textptr; in getColumnData()
870 const FXString * textptr; in getColumnData() local
876 return textptr; in getColumnData()
925 const FXString * textptr; in getColumnData() local
[all …]

123456789