Home
last modified time | relevance | path

Searched refs:SFnewInvertEntry (Results 1 – 6 of 6) sorted by relevance

/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A DsfDraw.c471 SFnewInvertEntry(int n, XMotionEvent *event) in SFnewInvertEntry() function
526 new = SFnewInvertEntry(n, (XMotionEvent *) event); in SFenterList()
552 new = SFnewInvertEntry(n, event); in SFmotionList()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/ws/x11/libfilereq/
H A DDraw.c414 static int SFnewInvertEntry (intptr_t n, XMotionEvent *event) { in SFnewInvertEntry() function
464 new = SFnewInvertEntry (n, (XMotionEvent *) event); in SFenterList()
488 new = SFnewInvertEntry (n, event); in SFmotionList()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/SelFile/
H A DDraw.c507 SFnewInvertEntry(register int n, register XMotionEvent *event) in SFnewInvertEntry() function
566 neww = SFnewInvertEntry((int)n, (XMotionEvent *) event); in SFenterList()
595 neww = SFnewInvertEntry((int)n, (XMotionEvent *)event); in SFmotionList()
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/src.x11/
H A Dselfile.c820 SFnewInvertEntry(long n, XMotionEvent *event) in SFnewInvertEntry() function
874 new = SFnewInvertEntry(n, (XMotionEvent *) event); in SFenterList()
897 new = SFnewInvertEntry(n, event); in SFmotionList()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_at_fs.c1561 SFnewInvertEntry(int n, XMotionEvent *event) in SFnewInvertEntry() function
1622 nw = SFnewInvertEntry(n, (XMotionEvent *) event); in SFenterList()
1656 nw = SFnewInvertEntry(n, event); in SFmotionList()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20023960 (SFnewInvertEntry): Change new to neww.