Home
last modified time | relevance | path

Searched refs:current_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c1074 int current_index = 0; in conf() local
1091 current_index, &last_top_row); in conf()
1103 if (do_match(res, &match_state, &current_index) == 0) { in conf()
1104 if (current_index != -1) in conf()
1105 center_item(current_index, in conf()
1151 current_index = curses_item_index(); in conf()
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py436 current_index = self.index(new_child)
437 if current_index < position: