OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:item_x
(Results
1 - 2
of
2
) sorted by null
/external/toybox/kconfig/lxdialog/
menubox.c
61
static int menu_width,
item_x
;
variable
72
strncpy(menu_item, item, menu_width -
item_x
);
73
menu_item[menu_width -
item_x
] = '\0';
89
mvwaddstr(win, line_y,
item_x
, menu_item);
93
mvwaddch(win, line_y,
item_x
+ j, menu_item[j]);
96
wmove(win, line_y,
item_x
+ 1);
241
item_x
= (menu_width - 70) / 2;
243
item_x
= 4;
274
box_y, box_x +
item_x
+ 1, menu_height);
277
wmove(menu, choice,
item_x
+ 1)
[
all
...]
checklist.c
26
static int list_width, check_x,
item_x
;
variable
47
mvwaddch(win, choice,
item_x
, item_str()[0]);
179
item_x
= check_x + 4;
Completed in 56 milliseconds