Home
last modified time | relevance | path

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

/scripts/kconfig/
Dmenu.c615 struct jump_key *jump = NULL; in get_prompt_str() local
638 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()
639 jump->target = location; in get_prompt_str()
640 list_add_tail(&jump->entries, head); in get_prompt_str()
649 if (jump && menu == location) { in get_prompt_str()
650 jump->offset = strlen(r->s); in get_prompt_str()