OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:neighbour
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libmenu/
internals.c
91
int
neighbour
, cycle, row_major, edge;
local in function:_menui_calc_neighbours
122
neighbour
=
125
if (
neighbour
>= menu->item_count)
126
neighbour
-= menu->item_cols;
129
neighbour
= item_no - menu->item_cols;
132
neighbour
= menu->item_rows * item->col
134
if (
neighbour
>= menu->item_count)
135
neighbour
= menu->item_count - 1;
138
neighbour
= item_no - 1;
142
item->up = menu->items[
neighbour
];
[
all
...]
Completed in 132 milliseconds
Indexes created Mon Oct 27 04:09:48 GMT 2025