Home
last modified time | relevance | path

Searched refs:compfunc (Results 1 – 25 of 83) sorted by relevance

1234

/dports/graphics/azpainterb/azpainterb-1.1.3/src/other/
H A DDrawFill.c372 if(!compfunc(p, lx, y)) break; in _scan_horz()
375 if(compfunc(p, lx, y)) break; in _scan_horz()
383 if(compfunc(p, lx, y)) break; in _scan_horz()
408 if(!compfunc(p, x, ly)) break; in _scan_vert()
411 if(compfunc(p, x, ly)) break; in _scan_vert()
419 if(compfunc(p, x, ly)) break; in _scan_vert()
468 if(compfunc(p, lx, ly)) continue; in _run_normal()
474 if(compfunc(p, rx + 1, ly)) break; in _run_normal()
481 if(compfunc(p, lx - 1, ly)) break; in _run_normal()
562 if(compfunc(p, lx, ly)) continue; in _run_auto_horz()
[all …]
/dports/graphics/azpainter/azpainter-2.1.7/src/other/
H A DDrawFill.c389 if(!compfunc(p, lx, y)) break; in _scan_horz()
392 if(compfunc(p, lx, y)) break; in _scan_horz()
400 if(compfunc(p, lx, y)) break; in _scan_horz()
425 if(!compfunc(p, x, ly)) break; in _scan_vert()
428 if(compfunc(p, x, ly)) break; in _scan_vert()
436 if(compfunc(p, x, ly)) break; in _scan_vert()
485 if(compfunc(p, lx, ly)) continue; in _run_normal()
491 if(compfunc(p, rx + 1, ly)) break; in _run_normal()
498 if(compfunc(p, lx - 1, ly)) break; in _run_normal()
579 if(compfunc(p, lx, ly)) continue; in _run_auto_horz()
[all …]
/dports/databases/slony1v2/slony1-2.2.10/src/misc/
H A Davl_tree.c41 avl_init(AVLtree * tree, AVLcompfunc * compfunc, AVLfreefunc * freefunc) in avl_init() argument
44 tree->compfunc = compfunc; in avl_init()
131 cmp = tree->compfunc(cdata, node->cdata); in avl_lookup()
197 cmp = (tree->compfunc) (cdata, (*node)->cdata); in avl_insertinto()
H A Davl_tree.h41 AVLcompfunc *compfunc; member
61 void avl_init(AVLtree * tree, AVLcompfunc * compfunc,
/dports/editors/led/led-2.0/src/
H A Dminibuff.c227 minibuff_view->compfunc = complete_filename; in minibuff_fileprompt()
232 minibuff_view->compfunc = complete_command; in minibuff_cmdprompt()
237 minibuff_view->compfunc = complete_vtype; in minibuff_vtypeprompt()
242 minibuff_view->compfunc = complete_opt; in minibuff_optprompt()
247 minibuff_view->compfunc = complete_buff; in minibuff_buffprompt()
/dports/graphics/libvisual04/libvisual-0.4.0/libvisual/
H A Dlv_video.h180 VisVideoCustomCompositeFunc compfunc; /**< The surface it's custom composite function. */ member
239 int visual_video_composite_set_function (VisVideo *video, VisVideoCustomCompositeFunc compfunc);
243 VisVideoCustomCompositeFunc compfunc);
247 VisVideoScaleMethod scale_method, VisVideoCustomCompositeFunc compfunc);
249 …overlay_custom (VisVideo *dest, VisVideo *src, int x, int y, VisVideoCustomCompositeFunc compfunc);
/dports/devel/py-spyder-kernels/spyder-kernels-2.2.1/spyder_kernels/customize/
H A Dspyderpdb.py367 compfunc = None
375 compfunc = getattr(self, 'complete_' + cmd)
382 compfunc = self.completenames
395 if compfunc:
396 matches = compfunc(text, line, begidx, endidx)
415 if not compfunc:
461 compfunc = None
471 compfunc = self.completenames
477 compfunc = getattr(self, 'complete_' + cmd)
500 matches = compfunc(text, line, begidx, endidx)
/dports/devel/splint/splint-3.1.2/test/tests2.4/
H A Dhash.c31 table->compfunc=chrcomp; in hashcreate()
36 table->compfunc=intcomp; in hashcreate()
68 if (table->compfunc((table->table)[h]->key, key) == 0) in hashfind()
80 if (table->compfunc((table->table)[h]->key, key) == 0) { in hashdelete()
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dcmd.py267 compfunc = self.completedefault
270 compfunc = getattr(self, 'complete_' + cmd)
272 compfunc = self.completedefault
274 compfunc = self.completenames
275 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dcmd.py267 compfunc = self.completedefault
270 compfunc = getattr(self, 'complete_' + cmd)
272 compfunc = self.completedefault
274 compfunc = self.completenames
275 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/lang/python37/Python-3.7.12/Lib/
H A Dcmd.py267 compfunc = self.completedefault
270 compfunc = getattr(self, 'complete_' + cmd)
272 compfunc = self.completedefault
274 compfunc = self.completenames
275 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dcmd.py267 compfunc = self.completedefault
270 compfunc = getattr(self, 'complete_' + cmd)
272 compfunc = self.completedefault
274 compfunc = self.completenames
275 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dcmd.py271 compfunc = self.completedefault
274 compfunc = getattr(self, 'complete_' + cmd)
276 compfunc = self.completedefault
278 compfunc = self.completenames
279 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/lang/python27/Python-2.7.18/Lib/
H A Dcmd.py271 compfunc = self.completedefault
274 compfunc = getattr(self, 'complete_' + cmd)
276 compfunc = self.completedefault
278 compfunc = self.completenames
279 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dcmd.py267 compfunc = self.completedefault
270 compfunc = getattr(self, 'complete_' + cmd)
272 compfunc = self.completedefault
274 compfunc = self.completenames
275 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dcmd.py267 compfunc = self.completedefault
270 compfunc = getattr(self, 'complete_' + cmd)
272 compfunc = self.completedefault
274 compfunc = self.completenames
275 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dcmd.py271 compfunc = self.completedefault
274 compfunc = getattr(self, 'complete_' + cmd)
276 compfunc = self.completedefault
278 compfunc = self.completenames
279 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcmd.py269 compfunc = self.completedefault
272 compfunc = getattr(self, 'complete_' + cmd)
274 compfunc = self.completedefault
276 compfunc = self.completenames
277 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dcmd.py267 compfunc = self.completedefault
270 compfunc = getattr(self, 'complete_' + cmd)
272 compfunc = self.completedefault
274 compfunc = self.completenames
275 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/lang/python310/Python-3.10.1/Lib/
H A Dcmd.py267 compfunc = self.completedefault
270 compfunc = getattr(self, 'complete_' + cmd)
272 compfunc = self.completedefault
274 compfunc = self.completenames
275 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dcmd.py267 compfunc = self.completedefault
270 compfunc = getattr(self, 'complete_' + cmd)
272 compfunc = self.completedefault
274 compfunc = self.completenames
275 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/etc/
H A Dcmd.py275 compfunc = self.completedefault
278 compfunc = getattr(self, 'complete_' + cmd)
280 compfunc = self.completedefault
282 compfunc = self.completenames
283 self.completion_matches = compfunc(text, line, begidx, endidx)
/dports/dns/getdns/getdns-1.5.2/src/util/
H A Dlruhash.c63 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc, in lruhash_create() argument
73 table->compfunc = compfunc; in lruhash_create()
223 if(p->hash == hash && table->compfunc(p->key, key) == 0) in bin_find_entry()
309 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_insert()
360 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_lookup()
386 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_remove()
585 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_insert_or_retrieve()
/dports/dns/unbound/unbound-1.14.0/util/storage/
H A Dlruhash.c63 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc, in lruhash_create() argument
73 table->compfunc = compfunc; in lruhash_create()
223 if(p->hash == hash && table->compfunc(p->key, key) == 0) in bin_find_entry()
309 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_insert()
360 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_lookup()
386 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_remove()
585 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_insert_or_retrieve()
/dports/security/xinetd/xinetd-2.3.15/libs/src/pset/
H A Dpset.h59 #define pset_sort( pset, compfunc ) \ argument
61 pset_count( pset ), sizeof( __pset_pointer ), compfunc )

1234