Home
last modified time | relevance | path

Searched refs:pString (Results 1 – 25 of 1636) sorted by relevance

12345678910>>...66

/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dgui_string.c209 pString->text = fc_realloc(pString->text, pString->n_alloc); in copy_chars_to_string16()
214 return pString; in copy_chars_to_string16()
244 if (!pString) { in create_str16_surf()
249 TTF_SetFontStyle(pString->font, (pString->style & 0x0F)); in create_str16_surf()
255 pString->text, pString->fgcol, in create_str16_surf()
261 pString->text, pString->fgcol); in create_str16_surf()
275 pString->text, pString->fgcol); in create_str16_surf()
382 if (pString && pString->text) { in create_text_surf_from_str16()
431 change_ptsize16(pString, pString->ptsize - 1);
493 TTF_SetFontStyle(pString->font, (pString->style & 0x0F)); in convert_string_to_const_surface_width()
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dgui_string.c209 pString->text = fc_realloc(pString->text, pString->n_alloc); in copy_chars_to_string16()
214 return pString; in copy_chars_to_string16()
244 if (!pString) { in create_str16_surf()
249 TTF_SetFontStyle(pString->font, (pString->style & 0x0F)); in create_str16_surf()
255 pString->text, pString->fgcol, in create_str16_surf()
261 pString->text, pString->fgcol); in create_str16_surf()
275 pString->text, pString->fgcol); in create_str16_surf()
382 if (pString && pString->text) { in create_text_surf_from_str16()
431 change_ptsize16(pString, pString->ptsize - 1);
493 TTF_SetFontStyle(pString->font, (pString->style & 0x0F)); in convert_string_to_const_surface_width()
[all …]
/dports/japanese/skkinput3/skkinput-3.0.6/lib/misc/
H A Dlispyevent.c351 while (nString > 0 && (*pString == ' ' || *pString == '\t')) { in skipSpace()
352 pString ++ ; in skipSpace()
424 pString += 2 ; in string2keysym()
455 if (0x20 <= *pString && *pString <= 0x7E && *(pString + 1) == '\0') { in string2keysym()
701 pString ++ ; in parseKeyString()
724 pString ++ ; in parseKeyString()
754 pString ++ ; in parseKeySymbol()
760 if (*pString == ']' || *pString == ' ' || *pString == '\t') { in parseKeySymbol()
782 pString ++ ; in parseKeySymbol()
788 pString ++ ; in parseKeySymbol()
[all …]
H A Dkfile.c95 register const Char* pString) in KFile_FindsAtBeginningOfLine() argument
103 if (cc == *pString) { in KFile_FindsAtBeginningOfLine()
104 ptr = pString + 1 ; in KFile_FindsAtBeginningOfLine()
125 register const char* pString) in KFile_FindsAtBeginningOfLineA() argument
131 assert (pString != NULL && *pString != '\0') ; in KFile_FindsAtBeginningOfLineA()
135 ptr = pString + 1 ; in KFile_FindsAtBeginningOfLineA()
156 register const Char* pString) in KFile_Cmps() argument
161 assert (pString != NULL) ; in KFile_Cmps()
167 pString ++ ; in KFile_Cmps()
175 register const Char* pString, in KFile_Cmpsn() argument
[all …]
H A Dcstring.h250 register const Char* pString, in catoi() argument
256 while (nLength > 0 && (*pString == ' ' || *pString == '\t')) { in catoi()
257 pString ++ ; in catoi()
260 if (!Char_IsDigitNum (*pString)) in catoi()
264 if (*pString == '+') { in catoi()
265 pString ++ ; in catoi()
267 } else if (*pString == '-') { in catoi()
268 pString ++ ; in catoi()
276 pString ++ ; in catoi()
279 while (nLength > 0 && (*pString == ' ' || *pString == '\t')) { in catoi()
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/gopls/internal/regtest/
H A Dsymbol_test.go70 Name: pString("main.main"),
73 Path: pString("main.go"),
83 Name: pString("p.Message"),
86 Path: pString("p/p.go"),
99 Path: pString("main.go"),
112 Path: pString("main.go"),
125 Path: pString("main.go"),
142 Path: pString("main.go"),
156 Path: pString("main.go"),
169 Path: pString("main.go"),
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/io/
H A DInStringSequence.cpp30 pString = NULL; in InStringSequence()
44 pString = s; in InStringSequence()
61 if (pString != NULL) in wrap()
65 pString = in; in wrap()
72 if (pString != NULL) in wrap()
95 if (pString != NULL) in wrap()
118 if (pString == NULL) in do_close()
122 pString = NULL; in do_close()
128 if (pString == NULL) in read()
149 if (pString == NULL) in read()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx371 if (pString[0] == '-') { in parseDuration()
373 pString++; in parseDuration()
376 if (pString[0] != 'P') in parseDuration()
381 pString++; in parseDuration()
387 nYears = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
388 pString = ++pToken; in parseDuration()
392 nMonth = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
394 nMinutes = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
398 nDays = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
402 nHours = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx372 if (pString[0] == '-') { in parseDuration()
374 pString++; in parseDuration()
377 if (pString[0] != 'P') in parseDuration()
382 pString++; in parseDuration()
388 nYears = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
389 pString = ++pToken; in parseDuration()
393 nMonth = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
395 nMinutes = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
399 nDays = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
403 nHours = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_script_actions.c103 pString = params; in G_ScriptAction_GotoMarker()
258 pString = params; in G_ScriptAction_Wait()
283 pString = params; in G_ScriptAction_Trigger()
335 pString = params; in G_ScriptAction_PlaySound()
361 pString = params; in G_ScriptAction_MusicStart()
389 pString = params; in G_ScriptAction_MusicPlay()
411 pString = params; in G_ScriptAction_MusicStop()
433 pString = params; in G_ScriptAction_MusicFade()
461 pString = params; in G_ScriptAction_MusicQueue()
496 pString = params; in G_ScriptAction_PlayAnim()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dg_script_actions.c103 pString = params; in G_ScriptAction_GotoMarker()
258 pString = params; in G_ScriptAction_Wait()
283 pString = params; in G_ScriptAction_Trigger()
335 pString = params; in G_ScriptAction_PlaySound()
372 pString = params; in G_ScriptAction_PlayAnim()
519 pString = params; in G_ScriptAction_Accum()
813 pString = params; in G_ScriptAction_TagConnect()
913 pString = params; in G_ScriptAction_StartCam()
967 pString = params; in G_ScriptAction_MapDescription()
991 pString = params; in G_ScriptAction_OverviewImage()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/
H A Dbuffer.cpp30 buf->pString = NULL; in init_buf()
38 if (buf->pString == NULL) in init_buf()
42 buf->pString[0] = '\0'; in init_buf()
62 buf->pString[buf->nLength] = '\0'; in append_buf()
74 buf->pString = newstr; in extend_buf()
81 if (buf->pString != NULL) in destroy_buf()
83 lsp_free(buf->pString); in destroy_buf()
84 buf->pString = NULL; in destroy_buf()
93 if (buf->pString != NULL) in clear_buf()
94 buf->pString[0] = '\0'; in clear_buf()
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/internal/lsp/regtest/
H A Dsymbol_test.go54 Name: pString("main.main"),
57 Path: pString("main.go"),
67 Name: pString("p.Message"),
70 Path: pString("p/p.go"),
83 Path: pString("main.go"),
96 Path: pString("main.go"),
109 Path: pString("main.go"),
126 Path: pString("main.go"),
140 Path: pString("main.go"),
153 Path: pString("main.go"),
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Dhash.cxx103 sal_uInt32 nHash = hashString(pString); in rtl_str_hash_insert_nonequal()
113 pHash->pData[n] = pString; in rtl_str_hash_insert_nonequal()
152 rtl_uString *pString, in rtl_str_hash_intern() argument
155 sal_uInt32 nHash = hashString(pString); in rtl_str_hash_intern()
168 if (compareEqual(pHashStr, pString)) in rtl_str_hash_intern()
183 pString = pCopy; in rtl_str_hash_intern()
185 if (!pString) in rtl_str_hash_intern()
189 if (!SAL_STRING_IS_STATIC(pString)) in rtl_str_hash_intern()
192 pHash->pData[n] = pString; in rtl_str_hash_intern()
195 return pString; in rtl_str_hash_intern()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/rtl/
H A Dhash.cxx99 sal_uInt32 nHash = hashString(pString); in rtl_str_hash_insert_nonequal()
109 pHash->pData[n] = pString; in rtl_str_hash_insert_nonequal()
148 rtl_uString *pString, in rtl_str_hash_intern() argument
151 sal_uInt32 nHash = hashString(pString); in rtl_str_hash_intern()
164 if (compareEqual(pHashStr, pString)) in rtl_str_hash_intern()
179 pString = pCopy; in rtl_str_hash_intern()
181 if (!pString) in rtl_str_hash_intern()
185 if (!SAL_STRING_IS_STATIC(pString)) in rtl_str_hash_intern()
188 pHash->pData[n] = pString; in rtl_str_hash_intern()
191 return pString; in rtl_str_hash_intern()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/xforms/submission/
H A Dserialization_urlencoded.cxx79 while( *pString != 0) in encode_and_append()
81 if( *pString < 0x80 ) in encode_and_append()
83 if ( is_unreserved(*pString) ) { in encode_and_append()
84 aBuffer.append(char(*pString)); in encode_and_append()
85 } else if (*pString == 0x20) { in encode_and_append()
87 } else if (*pString == 0x0d && *(pString+1) == 0x0a) { in encode_and_append()
89 pString++; in encode_and_append()
90 } else if (*pString == 0x0a) { in encode_and_append()
99 while (*pString >= 0x80) { in encode_and_append()
101 pString++; in encode_and_append()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/xforms/submission/
H A Dserialization_urlencoded.cxx78 while( *pString != 0) in encode_and_append()
80 if( *pString < 0x80 ) in encode_and_append()
82 if ( is_unreserved(*pString) ) { in encode_and_append()
83 aBuffer.append(char(*pString)); in encode_and_append()
84 } else if (*pString == 0x20) { in encode_and_append()
86 } else if (*pString == 0x0d && *(pString+1) == 0x0a) { in encode_and_append()
88 pString++; in encode_and_append()
89 } else if (*pString == 0x0a) { in encode_and_append()
98 while (*pString >= 0x80) { in encode_and_append()
100 pString++; in encode_and_append()
[all …]
/dports/devel/bcpp/bcpp-20210108/code/
H A Dtabs.cpp243 void ExpandTabs (char* &pString, in ExpandTabs() argument
252 char* pSTab = pString; in ExpandTabs()
303 pString = 0; in ExpandTabs()
325 pString = pNewString; in ExpandTabs()
352 strcpy(pTemp, pString); in ExpandTabs()
357 delete[] pString; in ExpandTabs()
358 pString = pTemp; in ExpandTabs()
365 delete[] pString; in ExpandTabs()
366 pString = NULL; in ExpandTabs()
422 || pString[col-1] != ESCAPE) in ExpandTabs()
[all …]
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/tier1/
H A Dutlbuffer.cpp604 return pString; in GetStringFast()
614 *pString = 0; in GetString()
633 *pString = 0; in GetString()
667 *pString = 0; in GetLine()
699 *pString = c; in GetLine()
700 pString++; in GetLine()
706 *pString = 0; in GetLine()
750 *pString = 0; in GetDelimitedString()
1254 if ( pString ) in PutString()
1266 else if (pString) in PutString()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DWebHeaderEncoding.cs34 char* pString = pStr; in GetString()
37 pString[0] = (char)pBytes[0]; in GetString()
38 pString[1] = (char)pBytes[1]; in GetString()
39 pString[2] = (char)pBytes[2]; in GetString()
40 pString[3] = (char)pBytes[3]; in GetString()
41 pString[4] = (char)pBytes[4]; in GetString()
42 pString[5] = (char)pBytes[5]; in GetString()
43 pString[6] = (char)pBytes[6]; in GetString()
44 pString[7] = (char)pBytes[7]; in GetString()
45 pString += 8; in GetString()
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php250 * @param string $pString eg 'A'
261 if (isset($indexCache[$pString])) {
262 return $indexCache[$pString];
276 if (isset($pString[0])) {
277 if (!isset($pString[1])) {
278 $indexCache[$pString] = $columnLookup[$pString];
280 return $indexCache[$pString];
281 } elseif (!isset($pString[2])) {
282 … $indexCache[$pString] = $columnLookup[$pString[0]] * 26 + $columnLookup[$pString[1]];
285 } elseif (!isset($pString[3])) {
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Cell/
H A DCoordinate.php252 * @param string $pString eg 'A'
263 if (isset($indexCache[$pString])) {
264 return $indexCache[$pString];
278 if (isset($pString[0])) {
279 if (!isset($pString[1])) {
280 $indexCache[$pString] = $columnLookup[$pString];
282 return $indexCache[$pString];
283 } elseif (!isset($pString[2])) {
284 … $indexCache[$pString] = $columnLookup[$pString[0]] * 26 + $columnLookup[$pString[1]];
287 } elseif (!isset($pString[3])) {
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php250 * @param string $pString eg 'A'
261 if (isset($indexCache[$pString])) {
262 return $indexCache[$pString];
276 if (isset($pString[0])) {
277 if (!isset($pString[1])) {
278 $indexCache[$pString] = $columnLookup[$pString];
280 return $indexCache[$pString];
281 } elseif (!isset($pString[2])) {
282 … $indexCache[$pString] = $columnLookup[$pString[0]] * 26 + $columnLookup[$pString[1]];
285 } elseif (!isset($pString[3])) {
[all …]
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php250 * @param string $pString eg 'A'
261 if (isset($indexCache[$pString])) {
262 return $indexCache[$pString];
276 if (isset($pString[0])) {
277 if (!isset($pString[1])) {
278 $indexCache[$pString] = $columnLookup[$pString];
280 return $indexCache[$pString];
281 } elseif (!isset($pString[2])) {
282 … $indexCache[$pString] = $columnLookup[$pString[0]] * 26 + $columnLookup[$pString[1]];
285 } elseif (!isset($pString[3])) {
[all …]
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php250 * @param string $pString eg 'A'
261 if (isset($indexCache[$pString])) {
262 return $indexCache[$pString];
276 if (isset($pString[0])) {
277 if (!isset($pString[1])) {
278 $indexCache[$pString] = $columnLookup[$pString];
280 return $indexCache[$pString];
281 } elseif (!isset($pString[2])) {
282 … $indexCache[$pString] = $columnLookup[$pString[0]] * 26 + $columnLookup[$pString[1]];
285 } elseif (!isset($pString[3])) {
[all …]

12345678910>>...66