Home
last modified time | relevance | path

Searched +defs:l +defs:sel (Results 1 – 25 of 2279) sorted by relevance

12345678910>>...92

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx_object.cpp60 int object_new(lua_State* l, const Selection& sel) in object_new()
82 Selection* sel = to_object(l, 1); in this_object() local
106 Selection* sel = this_object(l); in object_visible() local
119 Selection* sel = this_object(l); in object_setvisible() local
139 Selection* sel = this_object(l); in object_setorbitcolor() local
160 Selection* sel = this_object(l); in object_orbitcoloroverridden() local
177 Selection* sel = this_object(l); in object_setorbitcoloroverridden() local
196 Selection* sel = this_object(l); in object_orbitvisibility() local
924 Selection* sel = this_object(l); in object_catalognumber() local
1117 Selection* sel = this_object(l); in object_orbitframe() local
[all …]
H A Dcelx_observer.cpp315 Selection* sel = celx.toObject(2); in observer_goto() local
348 Selection* sel = celx.toObject(2); in observer_gotolonglat() local
408 Selection* sel = celx.toObject(2); in observer_gotodistance() local
441 Selection* sel = celx.toObject(2); in observer_gotosurface() local
462 Selection* sel = celx.toObject(2); in observer_center() local
480 Selection* sel = celx.toObject(2); in observer_centerorbit() local
509 Selection* sel = celx.toObject(2); in observer_follow() local
525 Selection* sel = celx.toObject(2); in observer_synchronous() local
541 Selection* sel = celx.toObject(2); in observer_lock() local
557 Selection* sel = celx.toObject(2); in observer_chase() local
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx_object.cpp60 int object_new(lua_State* l, const Selection& sel) in object_new()
82 Selection* sel = to_object(l, 1); in this_object() local
106 Selection* sel = this_object(l); in object_visible() local
119 Selection* sel = this_object(l); in object_setvisible() local
139 Selection* sel = this_object(l); in object_setorbitcolor() local
160 Selection* sel = this_object(l); in object_orbitcoloroverridden() local
177 Selection* sel = this_object(l); in object_setorbitcoloroverridden() local
196 Selection* sel = this_object(l); in object_orbitvisibility() local
924 Selection* sel = this_object(l); in object_catalognumber() local
1117 Selection* sel = this_object(l); in object_orbitframe() local
[all …]
H A Dcelx_observer.cpp315 Selection* sel = celx.toObject(2); in observer_goto() local
348 Selection* sel = celx.toObject(2); in observer_gotolonglat() local
408 Selection* sel = celx.toObject(2); in observer_gotodistance() local
441 Selection* sel = celx.toObject(2); in observer_gotosurface() local
462 Selection* sel = celx.toObject(2); in observer_center() local
480 Selection* sel = celx.toObject(2); in observer_centerorbit() local
509 Selection* sel = celx.toObject(2); in observer_follow() local
525 Selection* sel = celx.toObject(2); in observer_synchronous() local
541 Selection* sel = celx.toObject(2); in observer_lock() local
557 Selection* sel = celx.toObject(2); in observer_chase() local
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/lib/pointlist/
H A DptlList.c58 void *list_PointList_get(int sel, Geom *geom, va_list *args) { in list_PointList_get()
71 void *list_PointList_fillin(int sel, Geom *geom, va_list *args) { in list_PointList_fillin()
75 List *l = (List *)geom; in list_PointList_fillin() local
90 void *list_PointList_set(int sel, Geom *geom, va_list *args) { in list_PointList_set()
93 List *l = (List *)geom; in list_PointList_set() local
106 void *list_PointList_length(int sel, Geom *geom, va_list *args) { in list_PointList_length()
107 List *l = (List *)geom; in list_PointList_length() local
/dports/security/distcache/distcache-1.5.1/libnal/
H A Dnal_listener.c41 NAL_SELECTOR *sel; member
50 unsigned int nal_listener_get_def_buffer_size(const NAL_LISTENER *l) in nal_listener_get_def_buffer_size()
110 void *nal_listener_get_vtdata(const NAL_LISTENER *l) in nal_listener_get_vtdata()
115 const NAL_CONNECTION_vtable *nal_listener_pre_accept(NAL_LISTENER *l) in nal_listener_pre_accept()
121 void nal_listener_pre_select(NAL_LISTENER *l) in nal_listener_pre_select()
127 void nal_listener_post_select(NAL_LISTENER *l) in nal_listener_post_select()
133 NAL_SELECTOR *nal_listener_get_selector(const NAL_LISTENER *l, in nal_listener_get_selector()
141 void nal_listener_set_selector_raw(NAL_LISTENER *l, NAL_SELECTOR *sel, in nal_listener_set_selector_raw()
154 NAL_LISTENER *l = SYS_malloc(NAL_LISTENER, 1); in NAL_LISTENER_new() local
204 NAL_SELECTOR *sel) in NAL_LISTENER_add_to_selector()
[all …]
H A Dproto_std.c263 static int list_on_create(NAL_LISTENER *l) in list_on_create()
268 static void list_on_destroy(NAL_LISTENER *l) in list_on_destroy()
300 static int list_finished(const NAL_LISTENER *l) in list_finished()
305 static int list_pre_selector_add(NAL_LISTENER *l, NAL_SELECTOR *sel) in list_pre_selector_add()
319 static void list_post_selector_del(NAL_LISTENER *l, NAL_SELECTOR *sel) in list_post_selector_del()
325 static void list_pre_select(NAL_LISTENER *l, NAL_SELECTOR *sel, in list_pre_select()
333 static void list_post_select(NAL_LISTENER *l, NAL_SELECTOR *sel, in list_post_select()
489 static int conn_pre_selector_add(NAL_CONNECTION *conn, NAL_SELECTOR *sel) in conn_pre_selector_add()
503 static void conn_post_selector_del(NAL_CONNECTION *conn, NAL_SELECTOR *sel) in conn_post_selector_del()
509 static void conn_pre_select(NAL_CONNECTION *conn, NAL_SELECTOR *sel, in conn_pre_select()
[all …]
H A Dproto_fd.c234 static int list_on_create(NAL_LISTENER *l) in list_on_create()
241 static void list_on_destroy(NAL_LISTENER *l) in list_on_destroy()
267 static int list_finished(const NAL_LISTENER *l) in list_finished()
273 static int list_pre_selector_add(NAL_LISTENER *l, NAL_SELECTOR *sel) in list_pre_selector_add()
287 static void list_post_selector_del(NAL_LISTENER *l, NAL_SELECTOR *sel) in list_post_selector_del()
292 static void list_pre_select(NAL_LISTENER *l, NAL_SELECTOR *sel, in list_pre_select()
304 static void list_post_select(NAL_LISTENER *l, NAL_SELECTOR *sel, in list_post_select()
419 static int conn_pre_selector_add(NAL_CONNECTION *conn, NAL_SELECTOR *sel) in conn_pre_selector_add()
433 static void conn_post_selector_del(NAL_CONNECTION *conn, NAL_SELECTOR *sel) in conn_post_selector_del()
439 static void conn_pre_select(NAL_CONNECTION *conn, NAL_SELECTOR *sel, in conn_pre_select()
[all …]
H A Dnal_selector.c71 NAL_SELECTOR_TOKEN nal_selector_add_listener(NAL_SELECTOR *s, NAL_LISTENER *l) in nal_selector_add_listener()
83 void nal_selector_del_listener(NAL_SELECTOR *s, NAL_LISTENER *l, NAL_SELECTOR_TOKEN k) in nal_selector_del_listener()
99 NAL_SELECTOR *sel = SYS_malloc(NAL_SELECTOR, 1); in nal_selector_new() local
120 const NAL_SELECTOR_vtable *nal_selector_get_vtable(const NAL_SELECTOR *sel) in nal_selector_get_vtable()
125 void *nal_selector_get_vtdata(const NAL_SELECTOR *sel) in nal_selector_get_vtdata()
130 NAL_SELECTOR_TYPE nal_selector_get_type(const NAL_SELECTOR *sel) in nal_selector_get_type()
136 int nal_selector_ctrl(NAL_SELECTOR *sel, int cmd, void *p) in nal_selector_ctrl()
174 void NAL_SELECTOR_free(NAL_SELECTOR *sel) in NAL_SELECTOR_free()
183 void NAL_SELECTOR_reset(NAL_SELECTOR *sel) in NAL_SELECTOR_reset()
190 int NAL_SELECTOR_select(NAL_SELECTOR *sel, unsigned long usec_timeout, in NAL_SELECTOR_select()
[all …]
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dlistize.cpp25 Expression* Listize::operator()(SelectorList* sel) in operator ()()
27 List_Obj l = SASS_MEMORY_NEW(List, sel->pstate(), sel->length(), SASS_COMMA); in operator ()() local
37 Expression* Listize::operator()(CompoundSelector* sel) in operator ()()
47 Expression* Listize::operator()(ComplexSelector* sel) in operator ()()
49 List_Obj l = SASS_MEMORY_NEW(List, sel->pstate()); in operator ()() local
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dlistize.cpp25 Expression* Listize::operator()(SelectorList* sel) in operator ()()
27 List_Obj l = SASS_MEMORY_NEW(List, sel->pstate(), sel->length(), SASS_COMMA); in operator ()() local
37 Expression* Listize::operator()(CompoundSelector* sel) in operator ()()
47 Expression* Listize::operator()(ComplexSelector* sel) in operator ()()
49 List_Obj l = SASS_MEMORY_NEW(List, sel->pstate()); in operator ()() local
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dlistize.cpp25 Expression* Listize::operator()(SelectorList* sel) in operator ()()
27 List_Obj l = SASS_MEMORY_NEW(List, sel->pstate(), sel->length(), SASS_COMMA); in operator ()() local
37 Expression* Listize::operator()(CompoundSelector* sel) in operator ()()
47 Expression* Listize::operator()(ComplexSelector* sel) in operator ()()
49 List_Obj l = SASS_MEMORY_NEW(List, sel->pstate()); in operator ()() local
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dlistize.cpp25 Expression* Listize::operator()(SelectorList* sel) in operator ()()
27 List_Obj l = SASS_MEMORY_NEW(List, sel->pstate(), sel->length(), SASS_COMMA); in operator ()() local
37 Expression* Listize::operator()(CompoundSelector* sel) in operator ()()
47 Expression* Listize::operator()(ComplexSelector* sel) in operator ()()
49 List_Obj l = SASS_MEMORY_NEW(List, sel->pstate()); in operator ()() local
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dlistize.cpp25 Expression* Listize::operator()(SelectorList* sel) in operator ()()
27 List_Obj l = SASS_MEMORY_NEW(List, sel->pstate(), sel->length(), SASS_COMMA); in operator ()() local
37 Expression* Listize::operator()(CompoundSelector* sel) in operator ()()
47 Expression* Listize::operator()(ComplexSelector* sel) in operator ()()
49 List_Obj l = SASS_MEMORY_NEW(List, sel->pstate()); in operator ()() local
/dports/sysutils/burp/burp-2.4.0/src/client/monitor/
H A Dstatus_client_ncurses.c345 static void screen_header_ncurses(const char *date, int l, int col) in screen_header_ncurses()
354 static void screen_header_stdout(const char *date, int l, int col) in screen_header_stdout()
375 int l; in screen_header() local
509 struct lline *l; in selindex_from_lline() local
544 size_t l; in update_screen_clients() local
745 struct lline *l; in update_screen_view_log() local
1014 static void left(struct sel *sel) in left()
1127 static void up(struct sel *sel) in up()
1146 static void down(struct sel *sel) in down()
1511 struct lline *l; in show_loglines() local
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/client/monitor/
H A Dstatus_client_ncurses.c345 static void screen_header_ncurses(const char *date, int l, int col) in screen_header_ncurses()
354 static void screen_header_stdout(const char *date, int l, int col) in screen_header_stdout()
375 int l; in screen_header() local
509 struct lline *l; in selindex_from_lline() local
544 size_t l; in update_screen_clients() local
745 struct lline *l; in update_screen_view_log() local
1014 static void left(struct sel *sel) in left()
1127 static void up(struct sel *sel) in up()
1146 static void down(struct sel *sel) in down()
1511 struct lline *l; in show_loglines() local
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/everything/
H A Devry.c110 Eina_List *l; in _evry_aggregator_fetch() local
210 Eina_List *l; in evry_show() local
1116 Eina_List *l, *pcs = NULL; in _evry_selector_new() local
1510 Eina_List *l; in _evry_state_new() local
1607 Eina_List *l; in evry_state_push() local
1915 Eina_List *l, *ll; in _evry_cheat_history() local
2010 Eina_List *l; in _evry_cb_key_down() local
2422 Eina_List *l; in _evry_plugin_action() local
2766 Eina_List *l, *ll; in evry_view_toggle() local
2832 Eina_List *l; in _evry_matches_update() local
[all …]
/dports/lang/libobjc2/libobjc2-2.1/
H A Dselector_table.c78 PRIVATE BOOL isSelRegistered(SEL sel) in isSelRegistered()
212 SEL sel = (SEL)s; in hash_selector() local
459 const char *sel_getName(SEL sel) in sel_getName()
531 struct sel_type_list *l = selLookup(untyped->index); in sel_copyTypes_np() local
564 struct sel_type_list *l = selLookup(untyped->index); in sel_copyTypedSelectors_np() local
587 PRIVATE void objc_register_selectors_from_list(struct objc_method_list *l) in objc_register_selectors_from_list()
601 for (struct objc_method_list *l=class->methods ; NULL!=l ; l=l->next) in objc_register_selectors_from_class() local
627 SEL sel = selector_lookup(name, types); in sel_get_typed_uid() local
630 struct sel_type_list *l = selLookup(sel->index); in sel_get_typed_uid() local
643 SEL sel = selector_lookup(name, 0); in sel_get_any_typed_uid() local
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/lib/geomutil/dim/
H A Ddim.c50 static void *dimdefault(int sel, Geom *g, va_list *args) { in dimdefault()
55 static void *dimSkel(int sel, Geom *g, va_list *args) { in dimSkel()
59 static void *dimNDMesh(int sel, Geom *g, va_list *args) { in dimNDMesh()
63 static void *dimNPolyList(int sel, Geom *g, va_list *args) { in dimNPolyList()
67 static void *dimQuad(int sel, Geom *g, va_list *args) { in dimQuad()
71 static void *dimMesh(int sel, Geom *g, va_list *args) { in dimMesh()
75 static void *dimList(int sel, Geom *g, va_list *args) { in dimList()
77 List *l; in dimList() local
85 static void *dimInst(int sel, Geom *g, va_list *args) { in dimInst()
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dlistize.hpp25 Expression* operator()(SelectorList*); in operator ()()
26 Expression* operator()(ComplexSelector*);
27 Expression* operator()(CompoundSelector*);
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ctl/
H A DctlComboBox.cpp39 int ctlComboBoxFix::Append(const wxString &item, long l) in Append()
57 long l = set.GetLong(0); in FillLongKey() local
95 long ctlComboBoxFix::GetLongKey(int sel) in GetLongKey()
102 OID ctlComboBoxFix::GetOIDKey(int sel) in GetOIDKey()
109 wxString ctlComboBoxFix::GetStringKey(int sel) in GetStringKey()
195 long sel, count = GetCount(); in GuessSelection() local
214 int sel = GetCurrentSelection(); in GetGuessedSelection() local
223 int sel = 0; in GetSelection() local
235 int sel = GetGuessedSelection(); in GetGuessedStringSelection() local
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DLineEdit.cpp119 int64 l, h; in RemoveRectSelection() local
127 int l = GetPos32(rect.top); in RemoveRectSelection() local
141 int64 l, h; in CopyRectSelection() local
161 int64 l, h; in PasteRectSelection() local
235 int64 l, h; in Sort() local
516 int l = ngp - gp; in Paint0() local
868 int64 l, h; in LeftDown() local
895 int64 l, h; in RightDown() local
904 int64 l, h; in LeftDouble() local
988 WString l = GetWLine(li); in MoveHome() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/ProxySelector/
H A DB6563259.java38 ProxySelector sel = ProxySelector.getDefault(); in main() local
39 java.util.List<Proxy> l = sel.select(new URI("http://HOST1.sun.com/")); in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/ProxySelector/
H A DB6563259.java38 ProxySelector sel = ProxySelector.getDefault(); in main() local
39 java.util.List<Proxy> l = sel.select(new URI("http://HOST1.sun.com/")); in main() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/ProxySelector/
H A DB6563259.java38 ProxySelector sel = ProxySelector.getDefault(); in main() local
39 java.util.List<Proxy> l = sel.select(new URI("http://HOST1.sun.com/")); in main() local

12345678910>>...92