Home
last modified time | relevance | path

Searched refs:info_strings (Results 1 – 8 of 8) sorted by relevance

/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dcl_string.c33 static char *info_strings = NULL; variable
186 if (!info_strings) in CL_LoadInfoStrings()
191 for (i = count = 0; info_strings[i] != 0; i++) in CL_LoadInfoStrings()
193 if (info_strings[i] == '\r' || info_strings[i] == '\n') in CL_LoadInfoStrings()
195 if (newline_char == info_strings[i] || newline_char == -1) in CL_LoadInfoStrings()
197 newline_char = info_strings[i]; in CL_LoadInfoStrings()
210 for (i = count = start = 0; info_strings[i] != 0; i++) in CL_LoadInfoStrings()
212 if (info_strings[i] == '\r' || info_strings[i] == '\n') in CL_LoadInfoStrings()
214 if (newline_char == info_strings[i]) in CL_LoadInfoStrings()
225 info_strings[i] = 0; in CL_LoadInfoStrings()
[all …]
/dports/devel/make++/makepp-2.0/
H A Dmakeppclean106 my @info_strings; # Our deletion criteria.
117 for Mpp::File::build_info_string $_[0], @info_strings;
121 for @{$_[0]{TEMP_BUILD_INFO}}{@info_strings};
164 remove_if_built_file $finfo if @info_strings;
183 sub { push @info_strings, 'LINKED_TO_CACHE' }],
194 sub {push @info_strings, 'FROM_REPOSITORY' }],
206 if( @info_strings || $logs ) {
209 @info_strings = qw(BUILD_SIGNATURE FROM_REPOSITORY);
/dports/security/gnupg1/gnupg-1.4.23/util/
H A Dmemory.c126 static struct info_entry *info_strings[INFO_BUCKETS]; /* hash table */ variable
189 for( ie = info_strings[info_hash(info)]; ie; ie = ie->next ) in add_entry()
195 ie->next = info_strings[info_hash(info)]; in add_entry()
196 info_strings[info_hash(info)] = ie; in add_entry()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dhash.c190 const char* info_strings[] = variable
457 char* res = strstr(data, info_strings[info]); in hash_data_has_info()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dhash.c190 const char* info_strings[] = variable
457 char* res = strstr(data, info_strings[info]); in hash_data_has_info()
/dports/games/openttd/openttd-12.1/src/
H A Dvehicle_gui.cpp2188 static const StringID info_strings[] = { in UpdateWidgetSize() local
2195 for (uint i = 0; i < lengthof(info_strings); i++) { in UpdateWidgetSize()
2196 dim = maxdim(dim, GetStringBoundingBox(info_strings[i])); in UpdateWidgetSize()
/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dphylotesting.cpp1364 vector<tuple<ValType, MeanComp,string> > info_strings = { in transferModelParameters() local
1371 for (auto info : info_strings) { in transferModelParameters()
/dports/games/uhexen2/hexen2source-1.5.9/docs/
H A DCHANGES2808 * Made host_strings, info_strings and puzzle_strings static to their
4901 Removed misleading pr_ prefix from the info_strings variables.