Home
last modified time | relevance | path

Searched refs:constant_strings (Results 1 – 5 of 5) sorted by relevance

/dports/www/youtube_dl/youtube-dl/youtube_dl/
H A Dswfinterp.py220 self.constant_strings = ['']
223 self.constant_strings.append(s)
253 self.multinames.append(self.constant_strings[name_idx])
257 self.multinames.append(self.constant_strings[name_idx])
517 stack.append(self.constant_strings[idx])
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A Dswfinterp.py.disabled220 self.constant_strings = ['']
223 self.constant_strings.append(s)
253 self.multinames.append(self.constant_strings[name_idx])
257 self.multinames.append(self.constant_strings[name_idx])
517 stack.append(self.constant_strings[idx])
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dvm.cpp83 constant_strings.resize(bcf->stringtable()->size()); in VM()
642 for (auto s : constant_strings) { in EndEval()
830 auto &s = constant_strings[i]; in U_PUSHSTR()
/dports/deskutils/genius/genius-1.0.27/src/
H A Deval.c398 static GHashTable *constant_strings = NULL; in gel_makenum_string_constant() local
400 if G_UNLIKELY (constant_strings == NULL) in gel_makenum_string_constant()
401 constant_strings = g_hash_table_new (g_str_hash, g_str_equal); in gel_makenum_string_constant()
403 hstr = g_hash_table_lookup (constant_strings, str); in gel_makenum_string_constant()
407 g_hash_table_insert (constant_strings, in gel_makenum_string_constant()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dvmdata.h783 vector<LString *> constant_strings; member