Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/kconfig/
Dmconf.c25 #define JUMP_NB 9 macro
371 if (k < JUMP_NB) { in update_text()
372 int key = '0' + (pos->index % JUMP_NB) + 1; in update_text()
432 struct menu *targets[JUMP_NB]; in search_conf()
433 int keys[JUMP_NB + 1], i; in search_conf()
448 for (i = 0; i < JUMP_NB && keys[i]; i++) in search_conf()