Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 25 of 248454) sorted by last modified time

12345678910>>...9939

/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-stage-view.c509 flip_dma_buf_idx (int idx) in flip_dma_buf_idx() argument
511 return (idx + 1) % 2; in flip_dma_buf_idx()
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/scripts/
H A Dtoggledualhead.sh14 idx=$(hc get_attr monitors.focus.index)
16 if orig=$(hc get_attr monitors.${idx}.my_orig_rect 2> /dev/null ) ; then
22 X move_monitor $idx "$rect"
23 X remove_attr monitors.${idx}.my_orig_rect
28 [ $i != $idx ] &&
46 , new_attr string monitors.${idx}.my_orig_rect \
47 , set_attr monitors.${idx}.my_orig_rect "${orig[*]}" \
48 , move_monitor ${idx} "$leftrect" \
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.c5829 #define P_CASEBOOL(idx, option) case idx: ps->o.option = true; break in get_cfg() argument
5830 #define P_CASELONG(idx, option) \ in get_cfg() argument
5831 case idx: \ in get_cfg()
/dports/x11-wm/spectrwm/spectrwm-SPECTRWM_3_4_1/
H A Dspectrwm.c359 int idx; member
5140 "cycle_visible: %d, cycle_empty: %d\n", ws->idx, nws->idx, in cyclews()
5254 r->s->idx, WIDTH(r), HEIGHT(r), X(r), Y(r), r->ws->idx); in emptyws()
5349 i = r->s->idx; in cyclerg()
5423 r->s->idx, WIDTH(r), HEIGHT(r), X(r), Y(r), r->ws->idx); in swapwin()
5909 "WxH: (%d,%d) %d x %d\n", r->ws->idx, r->s->idx, in stack()
7065 sw->idx = i; in search_win()
7388 int idx; in search_resp_search_window() local
7409 if (idx == sw->idx) { in search_resp_search_window()
12927 idx, screens[idx].rate); in scan_randr()
[all …]
/dports/x11-wm/euclid-wm/euclid-wm-b6b0319/
H A Deuclid-wm.c144 int idx; //index member
710 ptr->idx = 0; in make_view()
739 new->v->idx = 1; in addscreen()
1674 if (cs->v->next != NULL && cs->v->next->idx == cs->v->idx + 1) { in find_view()
1685 v->idx = (cs->v->idx + 1); in find_view()
1689 if (cs->v->prev != NULL && cs->v->prev->idx == cs->v->idx - 1) { in find_view()
1701 v->idx = (cs->v->idx - 1); in find_view()
1718 v->idx = i; in find_view()
1730 v->next->idx = i; in find_view()
1733 } else if (v->next->idx > i && v->idx < i) { in find_view()
[all …]
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Ddat.h271 #define firstarea areas[screen->idx]
272 #define screenr r[screen->idx]
338 int idx; member
/dports/x11-wm/awesome/awesome-4.3/objects/
H A Dwindow.c126 window_set_opacity(lua_State *L, int idx, double opacity) in window_set_opacity() argument
128 window_t *window = luaA_checkudata(L, idx, &window_class); in window_set_opacity()
134 luaA_object_emit_signal(L, idx, "property::opacity", 0); in window_set_opacity()
213 window_set_border_width(lua_State *L, int idx, int width) in window_set_border_width() argument
215 window_t *window = luaA_checkudata(L, idx, &window_class); in window_set_border_width()
227 luaA_object_emit_signal(L, idx, "property::border_width", 0); in window_set_border_width()
345 luaA_find_xproperty(lua_State *L, int idx) in luaA_find_xproperty() argument
347 const char *name = luaL_checkstring(L, idx); in luaA_find_xproperty()
351 luaL_argerror(L, idx, "Unknown xproperty"); in luaA_find_xproperty()
H A Dkey.c188 luaA_key_array_set(lua_State *L, int oidx, int idx, key_array_t *keys) in luaA_key_array_set() argument
190 luaA_checktable(L, idx); in luaA_key_array_set()
199 while(lua_next(L, idx)) in luaA_key_array_set()
H A Dbutton.c98 luaA_button_array_set(lua_State *L, int oidx, int idx, button_array_t *buttons) in luaA_button_array_set() argument
100 luaA_checktable(L, idx); in luaA_button_array_set()
109 while(lua_next(L, idx)) in luaA_button_array_set()
/dports/x11-wm/awesome/awesome-4.3/
H A Dluaa.c734 luaA_tolstring(lua_State *L, int idx, size_t *len) in luaA_tolstring() argument
736 return luaL_tolstring(L, idx, len); in luaA_tolstring()
740 luaA_tolstring(lua_State *L, int idx, size_t *len) in luaA_tolstring() argument
745 if (!luaL_callmeta(L, idx, "__tostring")) in luaA_tolstring()
746 lua_pushvalue(L, idx); in luaA_tolstring()
H A Dluaa.h102 lua_getuservalue(L, idx); in luaA_getuservalue()
104 lua_getfenv(L, idx); in luaA_getuservalue()
112 lua_setuservalue(L, idx); in luaA_setuservalue()
114 lua_setfenv(L, idx); in luaA_setuservalue()
122 return lua_rawlen(L, idx); in luaA_rawlen()
124 return lua_objlen(L, idx); in luaA_rawlen()
157 lua_getfield(L, idx, name); in luaA_getopt_number()
184 lua_getfield(L, idx, name); in luaA_getopt_number_range()
209 lua_getfield(L, idx, name); in luaA_getopt_integer()
236 lua_getfield(L, idx, name); in luaA_getopt_integer_range()
[all …]
/dports/x11-wm/awesome/awesome-4.3/common/
H A Dlualib.c25 void luaA_checkfunction(lua_State *L, int idx) in luaA_checkfunction() argument
27 if(!lua_isfunction(L, idx)) in luaA_checkfunction()
28 luaA_typerror(L, idx, "function"); in luaA_checkfunction()
31 void luaA_checktable(lua_State *L, int idx) in luaA_checktable() argument
33 if(!lua_istable(L, idx)) in luaA_checktable()
34 luaA_typerror(L, idx, "table"); in luaA_checktable()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/util/
H A Dwmiv.c646 int dv, idx; in connect_dir() local
663 for (idx = 0; idx < dv; idx++) { in connect_dir()
666 snprintf(path, PATH_MAX, "%s%s", dirpath, dir[idx]->d_name); in connect_dir()
668 snprintf(path, PATH_MAX, "%s%c%s", dirpath, FILE_SEPARATOR, dir[idx]->d_name); in connect_dir()
670 free(dir[idx]); in connect_dir()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/roaring/
H A Droaring.h1524 const bool is_present = idx >= 0; in array_container_remove()
1526 memmove(arr->array + idx, arr->array + idx + 1, in array_container_remove()
1527 (arr->cardinality - idx - 1) * sizeof(uint16_t)); in array_container_remove()
1597 const int32_t idx = binarySearch(arr->array, arr->cardinality, x); in array_container_rank() local
1598 const bool is_present = idx >= 0; in array_container_rank()
1600 return idx + 1; in array_container_rank()
1602 return -idx - 1; in array_container_rank()
1608 const int32_t idx = binarySearch(arr->array, arr->cardinality, x); in array_container_index_equalorlarger() local
1609 const bool is_present = idx >= 0; in array_container_index_equalorlarger()
1611 return idx; in array_container_index_equalorlarger()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/
H A Dgdkdevice-wayland.c916 int idx) in gdk_wayland_device_pad_get_feature_group() argument
940 if (g_list_find (group->buttons, GINT_TO_POINTER (idx))) in gdk_wayland_device_pad_get_feature_group()
947 ring = g_list_nth_data (data->rings, idx); in gdk_wayland_device_pad_get_feature_group()
955 strip = g_list_nth_data (data->strips, idx); in gdk_wayland_device_pad_get_feature_group()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DsplashScreen.c381 if ( idx == progressBarIdx ) in cget()
388 else if ( idx == appNameIdx ) in cget()
393 else if ( idx == versionIdx ) in cget()
403 else if ( idx == maskImageIdx ) in cget()
414 else if ( idx == byLineIdx ) in cget()
559 int idx; in splashScreenFunc() local
572 switch ( idx ) in splashScreenFunc()
743 int idx; in splashScreenFunc() local
780 int idx; in _SplashScreenFunc() local
799 switch ( idx ) in _SplashScreenFunc()
[all …]
H A Dtext.c963 gint idx; in gnoclOptTextTagPriority() local
979 switch ( idx ) in gnoclOptTextTagPriority()
1060 int idx; in gnoclOptTagTextDirection() local
1629 int idx[2]; in posToIter() local
2114 switch ( idx ) in markCmd()
2426 int idx; in tagCmd() local
2632 gint idx; in tagCmd() local
3791 int idx; in gnoclTextCommand() local
3810 idx += 3; in gnoclTextCommand()
4000 gint idx; in gnoclTextCommand() local
[all …]
H A DpixBuf.c983 int idx; in pixBufFunc() local
996 switch ( idx ) in pixBufFunc()
1579 int idx; in pixBufFunc() local
1593 switch ( idx ) in pixBufFunc()
1707 int idx; in pixBufFunc() local
1732 switch ( idx ) in pixBufFunc()
2846 int idx; in gnoclPixBufCmd() local
2867 switch ( idx ) in gnoclPixBufCmd()
2953 int idx; in gnoclPixBufCmd() local
2973 switch ( idx ) in gnoclPixBufCmd()
[all …]
H A DpixBufFilters.c954 int idx; in gnoclPixBufFilters() local
979 … if ( Tcl_GetIndexFromObj ( interp, objv[i], newOptions, "command", TCL_EXACT, &idx ) != TCL_OK ) in gnoclPixBufFilters()
984 switch ( idx ) in gnoclPixBufFilters()
H A Dlevel.c59 int idx; in levelFunc() local
61 if ( Tcl_GetIndexFromObj ( interp, objv[1], cmds, "command", TCL_EXACT, &idx ) != TCL_OK ) in levelFunc()
66 switch ( idx ) in levelFunc()
H A DparseOptions.c392 int idx; in gnoclOptGeneric() local
722 int idx; in gnoclOptScale() local
734 d = types[idx]; in gnoclOptScale()
755 int idx; in gnoclGetPadding() local
766 *pad = vals[idx]; in gnoclGetPadding()
1011 int idx; in gnoclOptCursor() local
1793 int idx; in gnoclGetBothAlign() local
1800 *xAlign = ( idx % 3 ) * 0.5; in gnoclGetBothAlign()
6008 int idx; in gnoclParseOptions() local
6025 pop = opts + idx; in gnoclParseOptions()
[all …]
H A Dgnocl.c249 int idx; in gnoclGetInventory() local
252 if ( Tcl_GetIndexFromObj ( interp, objv[1], cmds, "command", TCL_EXACT, &idx ) != TCL_OK ) in gnoclGetInventory()
268 switch ( idx ) in gnoclGetInventory()
587 int idx; in gnoclGetImage()
588 int ret = Tcl_GetIndexFromObj ( interp, obj2, opts, "option", TCL_EXACT, &idx ); in gnoclGetImage()
596 *widget = gnome_stock_pixmap_widget ( window, opts[idx] ); in gnoclGetImage()
/dports/x11-toolkits/termit/termit-termit-3.1/src/
H A Dlua_conf.c158 int idx; member
166 if (!gdk_rgba_parse(&(ch->colors[ch->idx]), colorStr)) { in colormapLoader()
167 ERROR("failed to parse color: %s %d - %s", name, ch->idx, colorStr); in colormapLoader()
172 ++ch->idx; in colormapLoader()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTreeCmd.c182 int idx; member
1358 cursorPtr->idx = 0; in FindTaggedNodes()
1433 if (++cursorPtr->idx >= cursorPtr->objc) { in NextTaggedNode()
1436 if (GetNode(cursorPtr->cmdPtr, cursorPtr->objv[cursorPtr->idx], &node) != TCL_OK) { in NextTaggedNode()
H A DbltTabset.c2384 int isNew, nLen, idx=1; local
2398 Tcl_DStringAppend(&dStr, Blt_Itoa(idx), -1);
2399 idx++;

12345678910>>...9939