Home
last modified time | relevance | path

Searched refs:strP (Results 1 – 25 of 150) sorted by relevance

123456

/dports/games/avp/avp-20170505/src/win95/
H A Ddb.h104 #define db_set_log_file(strP) db_set_log_file_ex(strP) argument
120 #define db_msg1(strP) db_msg_fired(strP) argument
121 #define db_log1(strP) db_log_fired(strP) argument
143 #define db_msg2(strP) db_msg_fired(strP) argument
144 #define db_log2(strP) db_log_fired(strP) argument
166 #define db_msg3(strP) db_msg_fired(strP) argument
167 #define db_log3(strP) db_log_fired(strP) argument
189 #define db_msg4(strP) db_msg_fired(strP) argument
190 #define db_log4(strP) db_log_fired(strP) argument
212 #define db_msg5(strP) db_msg_fired(strP) argument
[all …]
H A Ddb.c322 void db_msg_fired(const char *strP) in db_msg_fired() argument
325 db_log_fired( strP ); in db_msg_fired()
331 printf("%s\n", strP); in db_msg_fired()
348 0, 0, strP, xLimit, FontP); in db_msg_fired()
364 printf("%s\n", strP); in db_print_fired()
375 strP, xLimit, FontP); in db_print_fired()
388 void db_log_fired(const char *strP) in db_log_fired() argument
391 printf("%s\n", strP); in db_log_fired()
402 fprintf(fP, "%s\n", strP); in db_log_fired()
425 extern void db_set_log_file_ex(const char *strP) in db_set_log_file_ex() argument
[all …]
H A Dstring.cpp214 char const * strP = str; in index() local
217 if (rep[pos]==*strP) in index()
219 if (strP==str) rpos = pos; in index()
220 ++strP; in index()
221 if (!*strP) return (int)rpos; in index()
223 else strP = str; in index()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/NrrdIO/src/NrrdIO/
H A Dwrite.c422 if (!( strP && prefix in _nrrdSprintFieldInfo()
450 *strP = airStrdup(""); in _nrrdSprintFieldInfo()
491 strcat(*strP, buff); in _nrrdSprintFieldInfo()
499 strcat(*strP, buff); in _nrrdSprintFieldInfo()
507 strcat(*strP, buff); in _nrrdSprintFieldInfo()
515 strcat(*strP, buff); in _nrrdSprintFieldInfo()
523 strcat(*strP, buff); in _nrrdSprintFieldInfo()
603 strcat(*strP, buff); in _nrrdSprintFieldInfo()
609 strcat(*strP, buff); in _nrrdSprintFieldInfo()
615 strcat(*strP, buff); in _nrrdSprintFieldInfo()
[all …]
/dports/science/teem/teem-1.11.0-src/src/nrrd/
H A Dwrite.c420 if (!( strP && prefix in _nrrdSprintFieldInfo()
448 *strP = airStrdup(""); in _nrrdSprintFieldInfo()
489 strcat(*strP, buff); in _nrrdSprintFieldInfo()
497 strcat(*strP, buff); in _nrrdSprintFieldInfo()
505 strcat(*strP, buff); in _nrrdSprintFieldInfo()
513 strcat(*strP, buff); in _nrrdSprintFieldInfo()
521 strcat(*strP, buff); in _nrrdSprintFieldInfo()
601 strcat(*strP, buff); in _nrrdSprintFieldInfo()
607 strcat(*strP, buff); in _nrrdSprintFieldInfo()
613 strcat(*strP, buff); in _nrrdSprintFieldInfo()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/true_talk/
H A Dtt_quotes_tree.cpp125 *str = strP; in search1()
172 *str = strP; in search2()
183 while (*strP && *strP == ' ') in compareWord()
184 ++strP; in compareWord()
185 *str = strP; in compareWord()
191 ++strP; in compareWord()
193 ++strP; in compareWord()
201 if (!*refStr && *strP && *strP != ' ') in compareWord()
206 while (*strP && *strP != ' ') in compareWord()
207 ++strP; in compareWord()
[all …]
H A Dtt_string.cpp115 const char *strP = _data->_string.c_str(); in tokenize() local
119 chP = strchr(strP, *d); in tokenize()
125 TTstring result(CString(strP, splitP)); in tokenize()
129 TTstring result(strP); in tokenize()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/true_talk/
H A Dtt_quotes_tree.cpp125 *str = strP; in search1()
172 *str = strP; in search2()
183 while (*strP && *strP == ' ') in compareWord()
184 ++strP; in compareWord()
185 *str = strP; in compareWord()
191 ++strP; in compareWord()
193 ++strP; in compareWord()
201 if (!*refStr && *strP && *strP != ' ') in compareWord()
206 while (*strP && *strP != ' ') in compareWord()
207 ++strP; in compareWord()
[all …]
H A Dtt_string.cpp115 const char *strP = _data->_string.c_str(); in tokenize() local
119 chP = strchr(strP, *d); in tokenize()
125 TTstring result(CString(strP, splitP)); in tokenize()
129 TTstring result(strP); in tokenize()
/dports/chinese/scim-fcitx/fcitx/src/
H A DpyParser.cpp87 char *strP; in ParsePY() local
94 strP = strPY; in ParsePY()
103 while (*strP) { in ParsePY()
104 strJP[0] = *strP++; in ParsePY()
105 strJP[1] = *strP; in ParsePY()
109 if (!*strP) { in ParsePY()
119 strP++; in ParsePY()
134 strP++; in ParsePY()
168 strP += strlen (strTemp); in ParsePY()
218 strP++; in ParsePY()
[all …]
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A DpyParser.c106 const char *strP; in ParsePY() local
113 strP = strPY; in ParsePY()
122 while (*strP) { in ParsePY()
123 strJP[0] = *strP++; in ParsePY()
124 strJP[1] = *strP; in ParsePY()
128 if (!*strP) { in ParsePY()
139 strP++; in ParsePY()
152 if (*strP == PY_SEPARATOR) { in ParsePY()
156 strP++; in ParsePY()
299 strP++; in ParsePY()
[all …]
/dports/net-im/coyim/coyim-0.3.11/gui/
H A Dencryption_status.go21 strP := conv.currentPeerForSending().NoResource().String()
22 p, hasPeer := conf.GetPeer(strP)
25 p = conf.EnsurePeer(strP)
45 strP := conv.currentPeerForSending().NoResource().String()
49 p, hasPeer := conv.account.session.GetConfig().GetPeer(strP)
65 strP := conv.currentPeerForSending().NoResource().String()
67 p, hasPeer := conv.account.session.GetConfig().GetPeer(strP)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dwidget_base.cpp139 const char *strP = str.c_str(); in splitLines() local
146 const char *lineStartP = strP; in splitLines()
149 while (width < maxWidth && *strP && ((byte)*strP < talk._opcodes[OP_SWITCH_SPEAKER] || in splitLines()
154 if (*strP == ' ') in splitLines()
155 spaceP = strP; in splitLines()
156 ++strP; in splitLines()
162 strP = spaceP; in splitLines()
168 if (*strP == ' ' || *strP == 13) in splitLines()
169 ++strP; in splitLines()
170 } while (*strP && (lines.size() < maxLines) && ((byte)*strP < talk._opcodes[OP_SWITCH_SPEAKER] in splitLines()
[all …]
H A Dwidget_text.cpp60 const char *strP = str.c_str(); in load() local
61 while (*strP && (*strP < talk._opcodes[OP_SWITCH_SPEAKER] || *strP == talk._opcodes[OP_NULL])) in load()
62 width += _surface.charWidth(*strP++); in load()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dwidget_base.cpp139 const char *strP = str.c_str(); in splitLines() local
146 const char *lineStartP = strP; in splitLines()
149 while (width < maxWidth && *strP && ((byte)*strP < talk._opcodes[OP_SWITCH_SPEAKER] || in splitLines()
154 if (*strP == ' ') in splitLines()
155 spaceP = strP; in splitLines()
156 ++strP; in splitLines()
162 strP = spaceP; in splitLines()
168 if (*strP == ' ' || *strP == 13) in splitLines()
169 ++strP; in splitLines()
170 } while (*strP && (lines.size() < maxLines) && ((byte)*strP < talk._opcodes[OP_SWITCH_SPEAKER] in splitLines()
[all …]
H A Dwidget_text.cpp60 const char *strP = str.c_str(); in load() local
61 while (*strP && (*strP < talk._opcodes[OP_SWITCH_SPEAKER] || *strP == talk._opcodes[OP_NULL])) in load()
62 width += _surface.charWidth(*strP++); in load()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/support/
H A Dfont.cpp86 for (const char *strP = str.c_str(); *strP; ++strP) { in getTextBounds() local
87 if (*strP == TEXTCMD_NPC) { in getTextBounds()
88 strP += 3; in getTextBounds()
89 } else if (*strP == TEXTCMD_SET_COLOR) { in getTextBounds()
90 strP += 4; in getTextBounds()
92 if (*strP == ' ') { in getTextBounds()
94 checkLineWrap(textSize, maxWidth, strP); in getTextBounds()
97 extendBounds(textSize, *strP, maxWidth); in getTextBounds()
H A Dstring.cpp71 const char *strP = strstr(c_str(), s); in indexOf() local
72 return strP ? strP - c_str() : -1; in indexOf()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/support/
H A Dfont.cpp86 for (const char *strP = str.c_str(); *strP; ++strP) { in getTextBounds() local
87 if (*strP == TEXTCMD_NPC) { in getTextBounds()
88 strP += 3; in getTextBounds()
89 } else if (*strP == TEXTCMD_SET_COLOR) { in getTextBounds()
90 strP += 4; in getTextBounds()
92 if (*strP == ' ') { in getTextBounds()
94 checkLineWrap(textSize, maxWidth, strP); in getTextBounds()
97 extendBounds(textSize, *strP, maxWidth); in getTextBounds()
H A Dstring.cpp71 const char *strP = strstr(c_str(), s); in indexOf() local
72 return strP ? strP - c_str() : -1; in indexOf()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/gfx/
H A Dtext_control.cpp472 for (const char *strP = _lines.c_str() + startIndex; in getNPCNum() local
473 strP >= (_lines.c_str() + 5); --strP) { in getNPCNum()
474 if (*strP == 26) { in getNPCNum()
475 byte id = *(strP - 2); in getNPCNum()
477 return *(strP - 1); in getNPCNum()
478 strP -= 3; in getNPCNum()
479 } else if (*strP == 27) { in getNPCNum()
480 strP -= 4; in getNPCNum()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/gfx/
H A Dtext_control.cpp472 for (const char *strP = _lines.c_str() + startIndex; in getNPCNum() local
473 strP >= (_lines.c_str() + 5); --strP) { in getNPCNum()
474 if (*strP == 26) { in getNPCNum()
475 byte id = *(strP - 2); in getNPCNum()
477 return *(strP - 1); in getNPCNum()
478 strP -= 3; in getNPCNum()
479 } else if (*strP == 27) { in getNPCNum()
480 strP -= 4; in getNPCNum()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCColladaMeshWriter.cpp1842 strP = ""; in writeMeshGeometry()
1844 strP += " "; in writeMeshGeometry()
1846 strP += " "; in writeMeshGeometry()
1848 strP += " "; in writeMeshGeometry()
1852 strP += " "; in writeMeshGeometry()
1856 strP += " "; in writeMeshGeometry()
1858 strP += " "; in writeMeshGeometry()
1860 strP += " "; in writeMeshGeometry()
1868 strP += " "; in writeMeshGeometry()
1870 strP += " "; in writeMeshGeometry()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJSON.java314 final Object strP = str(p, value, state);
316 if (strP != UNDEFINED) {
324 member.append(strP);
392 Object strP = str(index, value, state);
393 if (strP == UNDEFINED) {
394 strP = "null";
396 partial.add(strP);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJSON.java314 final Object strP = str(p, value, state);
316 if (strP != UNDEFINED) {
324 member.append(strP);
392 Object strP = str(index, value, state);
393 if (strP == UNDEFINED) {
394 strP = "null";
396 partial.add(strP);

123456