Home
last modified time | relevance | path

Searched refs:pdict (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/dports/devel/py-pytools/pytools-2018.5/test/
H A Dtest_persistent_dict.py184 pdict[0]
240 pdict[2]
242 pdict[2]
243 pdict[3]
245 pdict[2]
246 pdict[3]
247 pdict[2]
249 pdict[2]
250 pdict[3]
251 pdict[4]
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Didict.c86 dict *pdict = pdref->value.pdict; in dict_find() local
147 pdict, pdict); in dict_alloc()
162 dict *pdict = pdref->value.pdict; in dict_create_unpacked_keys() local
184 dict *pdict = pdref->value.pdict; in dict_create_contents() local
235 dict *pdict = pdref->value.pdict; in dict_unpack() local
276 dict *pdict = pdref->value.pdict; in dict_find() local
421 dict *pdict = pdref->value.pdict; in dict_find_string() local
442 dict *pdict = pdref->value.pdict; in dict_put() local
545 dict *pdict = pdref->value.pdict; in dict_put_string() local
573 pdict = pdref->value.pdict; in dict_undef()
[all …]
H A Didstack.c51 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
80 dict *pdict = pdref->value.pdict; in dstack_dict_is_permanent() local
85 if (pds->stack.bot[i].value.pdict == pdict) in dstack_dict_is_permanent()
91 if (ref_stack_index(&pds->stack, i)->value.pdict == pdict) in dstack_dict_is_permanent()
112 dict *pdict = pdref->value.pdict; in dstack_find_name_by_index() local
113 uint size = npairs(pdict); in dstack_find_name_by_index()
182 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
207 dict *pdict = dsp->value.pdict; in dstack_set_top() local
210 (ulong) dsp, (ulong) pdict, r_type(&pdict->keys)); in dstack_set_top()
236 const dict *pdict = in dstack_gc_cleanup() local
[all …]
H A Didparam.c41 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_bool_param()
63 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_int_null_param()
122 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_uint_param()
150 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_float_param()
175 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) in dict_int_array_check_param()
238 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_float_array_check_param()
265 const ref * pdict, const char *kstr, in dict_floats_param() argument
279 const ref * pdict, const char *kstr, in dict_floats_param_errorinfo() argument
305 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_proc_param()
323 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) in dict_matrix_param()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Didict.c90 dict *pdict = pdref->value.pdict; in dict_find() local
151 pdict, pdict); in dict_alloc()
166 dict *pdict = pdref->value.pdict; in dict_create_unpacked_keys() local
188 dict *pdict = pdref->value.pdict; in dict_create_contents() local
239 dict *pdict = pdref->value.pdict; in dict_unpack() local
280 dict *pdict = pdref->value.pdict; in dict_find() local
446 dict *pdict = pdref->value.pdict; in dict_put() local
549 dict *pdict = pdref->value.pdict; in dict_put_string() local
577 pdict = pdref->value.pdict; in dict_undef()
743 dict *pdict = pdref->value.pdict; in dict_resize() local
[all …]
H A Didstack.c53 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
56 if (dict_is_packed(pdict)) { in dstack_find_name_by_index()
82 dict *pdict = pdref->value.pdict; in dstack_dict_is_permanent() local
87 if (pds->stack.bot[i].value.pdict == pdict) in dstack_dict_is_permanent()
93 if (ref_stack_index(&pds->stack, i)->value.pdict == pdict) in dstack_dict_is_permanent()
114 dict *pdict = pdref->value.pdict; in dstack_find_name_by_index() local
184 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
209 dict *pdict = dsp->value.pdict; in dstack_set_top() local
212 (ulong) dsp, (ulong) pdict, r_type(&pdict->keys)); in dstack_set_top()
238 const dict *pdict = in dstack_gc_cleanup() local
[all …]
H A Didparam.c38 dict_bool_param(const ref * pdict, const char *kstr, in dict_bool_param() argument
43 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_bool_param()
65 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_int_null_param()
117 dict_uint_param(const ref * pdict, const char *kstr, in dict_uint_param() argument
124 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_uint_param()
152 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_float_param()
177 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) in dict_int_array_check_param()
240 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_float_array_check_param()
305 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_proc_param()
323 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) in dict_matrix_param()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Didict.c90 dict *pdict = pdref->value.pdict; in dict_find() local
151 pdict, pdict); in dict_alloc()
166 dict *pdict = pdref->value.pdict; in dict_create_unpacked_keys() local
188 dict *pdict = pdref->value.pdict; in dict_create_contents() local
239 dict *pdict = pdref->value.pdict; in dict_unpack() local
280 dict *pdict = pdref->value.pdict; in dict_find() local
446 dict *pdict = pdref->value.pdict; in dict_put() local
549 dict *pdict = pdref->value.pdict; in dict_put_string() local
577 pdict = pdref->value.pdict; in dict_undef()
743 dict *pdict = pdref->value.pdict; in dict_resize() local
[all …]
H A Didstack.c53 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
56 if (dict_is_packed(pdict)) { in dstack_find_name_by_index()
82 dict *pdict = pdref->value.pdict; in dstack_dict_is_permanent() local
87 if (pds->stack.bot[i].value.pdict == pdict) in dstack_dict_is_permanent()
93 if (ref_stack_index(&pds->stack, i)->value.pdict == pdict) in dstack_dict_is_permanent()
114 dict *pdict = pdref->value.pdict; in dstack_find_name_by_index() local
184 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
209 dict *pdict = dsp->value.pdict; in dstack_set_top() local
212 (ulong) dsp, (ulong) pdict, r_type(&pdict->keys)); in dstack_set_top()
238 const dict *pdict = in dstack_gc_cleanup() local
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Didict.c86 dict *pdict = pdref->value.pdict; in dict_find() local
147 pdict, pdict); in dict_alloc()
162 dict *pdict = pdref->value.pdict; in dict_create_unpacked_keys() local
184 dict *pdict = pdref->value.pdict; in dict_create_contents() local
235 dict *pdict = pdref->value.pdict; in dict_unpack() local
276 dict *pdict = pdref->value.pdict; in dict_find() local
421 dict *pdict = pdref->value.pdict; in dict_find_string() local
442 dict *pdict = pdref->value.pdict; in dict_put() local
545 dict *pdict = pdref->value.pdict; in dict_put_string() local
573 pdict = pdref->value.pdict; in dict_undef()
[all …]
H A Didstack.c51 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
80 dict *pdict = pdref->value.pdict; in dstack_dict_is_permanent() local
85 if (pds->stack.bot[i].value.pdict == pdict) in dstack_dict_is_permanent()
91 if (ref_stack_index(&pds->stack, i)->value.pdict == pdict) in dstack_dict_is_permanent()
112 dict *pdict = pdref->value.pdict; in dstack_find_name_by_index() local
113 uint size = npairs(pdict); in dstack_find_name_by_index()
182 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
207 dict *pdict = dsp->value.pdict; in dstack_set_top() local
210 (ulong) dsp, (ulong) pdict, r_type(&pdict->keys)); in dstack_set_top()
236 const dict *pdict = in dstack_gc_cleanup() local
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Didict.c90 dict *pdict = pdref->value.pdict; in dict_find() local
151 pdict, pdict); in dict_alloc()
166 dict *pdict = pdref->value.pdict; in dict_create_unpacked_keys() local
188 dict *pdict = pdref->value.pdict; in dict_create_contents() local
239 dict *pdict = pdref->value.pdict; in dict_unpack() local
280 dict *pdict = pdref->value.pdict; in dict_find() local
446 dict *pdict = pdref->value.pdict; in dict_put() local
550 dict *pdict = pdref->value.pdict; in dict_put_string() local
567 dict *pdict = pdref->value.pdict; in dict_put_string_copy() local
595 pdict = pdref->value.pdict; in dict_undef()
[all …]
H A Didstack.c53 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
56 if (dict_is_packed(pdict)) { in dstack_find_name_by_index()
82 dict *pdict = pdref->value.pdict; in dstack_dict_is_permanent() local
87 if (pds->stack.bot[i].value.pdict == pdict) in dstack_dict_is_permanent()
93 if (ref_stack_index(&pds->stack, i)->value.pdict == pdict) in dstack_dict_is_permanent()
114 dict *pdict = pdref->value.pdict; in dstack_find_name_by_index() local
184 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
209 dict *pdict = dsp->value.pdict; in dstack_set_top() local
212 (ulong) dsp, (ulong) pdict, r_type(&pdict->keys)); in dstack_set_top()
238 const dict *pdict = in dstack_gc_cleanup() local
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Didict.c90 dict *pdict = pdref->value.pdict; in dict_find() local
151 pdict, pdict); in dict_alloc()
166 dict *pdict = pdref->value.pdict; in dict_create_unpacked_keys() local
188 dict *pdict = pdref->value.pdict; in dict_create_contents() local
239 dict *pdict = pdref->value.pdict; in dict_unpack() local
280 dict *pdict = pdref->value.pdict; in dict_find() local
446 dict *pdict = pdref->value.pdict; in dict_put() local
550 dict *pdict = pdref->value.pdict; in dict_put_string() local
567 dict *pdict = pdref->value.pdict; in dict_put_string_copy() local
595 pdict = pdref->value.pdict; in dict_undef()
[all …]
H A Didstack.c53 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
56 if (dict_is_packed(pdict)) { in dstack_find_name_by_index()
82 dict *pdict = pdref->value.pdict; in dstack_dict_is_permanent() local
87 if (pds->stack.bot[i].value.pdict == pdict) in dstack_dict_is_permanent()
93 if (ref_stack_index(&pds->stack, i)->value.pdict == pdict) in dstack_dict_is_permanent()
114 dict *pdict = pdref->value.pdict; in dstack_find_name_by_index() local
184 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
209 dict *pdict = dsp->value.pdict; in dstack_set_top() local
212 (ulong) dsp, (ulong) pdict, r_type(&pdict->keys)); in dstack_set_top()
238 const dict *pdict = in dstack_gc_cleanup() local
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Didict.c90 dict *pdict = pdref->value.pdict; in dict_find() local
151 pdict, pdict); in dict_alloc()
166 dict *pdict = pdref->value.pdict; in dict_create_unpacked_keys() local
188 dict *pdict = pdref->value.pdict; in dict_create_contents() local
239 dict *pdict = pdref->value.pdict; in dict_unpack() local
282 dict *pdict = pdref->value.pdict; in dict_find() local
437 dict *pdict = pdref->value.pdict; in dict_put() local
558 pdict = pdref->value.pdict; in dict_undef()
716 dict *pdict = pdref->value.pdict; in dict_resize() local
780 dict *pdict = pdref->value.pdict; in dict_grow() local
[all …]
H A Didparam.c39 dict_bool_param(const ref * pdict, const char *kstr, in dict_bool_param() argument
44 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_bool_param()
66 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_int_null_param()
121 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_uint_param()
145 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_float_param()
172 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) in dict_int_array_check_param()
232 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_float_array_check_param()
276 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_proc_param()
294 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) in dict_matrix_param()
308 if (pdict == 0) { in dict_uid_param()
[all …]
H A Didstack.c52 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
81 dict *pdict = pdref->value.pdict; in dstack_dict_is_permanent() local
86 if (pds->stack.bot[i].value.pdict == pdict) in dstack_dict_is_permanent()
92 if (ref_stack_index(&pds->stack, i)->value.pdict == pdict) in dstack_dict_is_permanent()
113 dict *pdict = pdref->value.pdict; in dstack_find_name_by_index() local
114 uint size = npairs(pdict); in dstack_find_name_by_index()
130 if (dict_is_packed(pdict)) { in dstack_find_name_by_index()
199 dict *pdict = dsp->value.pdict; in dstack_set_top() local
202 (ulong) dsp, (ulong) pdict, r_type(&pdict->keys)); in dstack_set_top()
228 const dict *pdict = in dstack_gc_cleanup() local
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Didict.c90 dict *pdict = pdref->value.pdict; in dict_find() local
151 pdict, pdict); in dict_alloc()
166 dict *pdict = pdref->value.pdict; in dict_create_unpacked_keys() local
188 dict *pdict = pdref->value.pdict; in dict_create_contents() local
239 dict *pdict = pdref->value.pdict; in dict_unpack() local
282 dict *pdict = pdref->value.pdict; in dict_find() local
437 dict *pdict = pdref->value.pdict; in dict_put() local
558 pdict = pdref->value.pdict; in dict_undef()
716 dict *pdict = pdref->value.pdict; in dict_resize() local
780 dict *pdict = pdref->value.pdict; in dict_grow() local
[all …]
H A Didparam.c39 dict_bool_param(const ref * pdict, const char *kstr, in dict_bool_param() argument
44 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_bool_param()
66 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_int_null_param()
121 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_uint_param()
145 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_float_param()
172 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) in dict_int_array_check_param()
232 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_float_array_check_param()
276 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) { in dict_proc_param()
294 if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) in dict_matrix_param()
308 if (pdict == 0) { in dict_uid_param()
[all …]
H A Didstack.c52 dict *pdict = pds->stack.p->value.pdict; in dstack_find_name_by_index() local
81 dict *pdict = pdref->value.pdict; in dstack_dict_is_permanent() local
86 if (pds->stack.bot[i].value.pdict == pdict) in dstack_dict_is_permanent()
92 if (ref_stack_index(&pds->stack, i)->value.pdict == pdict) in dstack_dict_is_permanent()
113 dict *pdict = pdref->value.pdict; in dstack_find_name_by_index() local
114 uint size = npairs(pdict); in dstack_find_name_by_index()
130 if (dict_is_packed(pdict)) { in dstack_find_name_by_index()
199 dict *pdict = dsp->value.pdict; in dstack_set_top() local
202 (ulong) dsp, (ulong) pdict, r_type(&pdict->keys)); in dstack_set_top()
228 const dict *pdict = in dstack_gc_cleanup() local
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/hunspell/
H A Ddictmgr.cxx24 dictentry * pdict = NULL; in ~DictMgr() local
26 pdict = pdentry; in ~DictMgr()
28 if (pdict->lang) { in ~DictMgr()
29 free(pdict->lang); in ~DictMgr()
30 pdict->lang = NULL; in ~DictMgr()
32 if (pdict->region) { in ~DictMgr()
34 pdict->region=NULL; in ~DictMgr()
36 if (pdict->filename) { in ~DictMgr()
40 pdict++; in ~DictMgr()
44 pdict = NULL; in ~DictMgr()
[all …]
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/spelling/hunspell/
H A Ddictmgr.cxx25 dictentry * pdict = NULL; in ~DictMgr() local
27 pdict = pdentry; in ~DictMgr()
29 if (pdict->lang) { in ~DictMgr()
30 free(pdict->lang); in ~DictMgr()
31 pdict->lang = NULL; in ~DictMgr()
33 if (pdict->region) { in ~DictMgr()
35 pdict->region=NULL; in ~DictMgr()
37 if (pdict->filename) { in ~DictMgr()
41 pdict++; in ~DictMgr()
45 pdict = NULL; in ~DictMgr()
[all …]
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/hunspell/
H A Ddictmgr.cxx25 dictentry * pdict = NULL; in ~DictMgr() local
27 pdict = pdentry; in ~DictMgr()
29 if (pdict->lang) { in ~DictMgr()
30 free(pdict->lang); in ~DictMgr()
31 pdict->lang = NULL; in ~DictMgr()
33 if (pdict->region) { in ~DictMgr()
35 pdict->region=NULL; in ~DictMgr()
37 if (pdict->filename) { in ~DictMgr()
41 pdict++; in ~DictMgr()
45 pdict = NULL; in ~DictMgr()
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/hunspell/src/hunspell/
H A Ddictmgr.cxx25 dictentry * pdict = NULL; in ~DictMgr() local
27 pdict = pdentry; in ~DictMgr()
29 if (pdict->lang) { in ~DictMgr()
30 free(pdict->lang); in ~DictMgr()
31 pdict->lang = NULL; in ~DictMgr()
33 if (pdict->region) { in ~DictMgr()
35 pdict->region=NULL; in ~DictMgr()
37 if (pdict->filename) { in ~DictMgr()
41 pdict++; in ~DictMgr()
45 pdict = NULL; in ~DictMgr()
[all …]

12345678910>>...34