Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dmenu.c709 struct jump_key *jump = NULL; in get_prompt_str() local
721 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()
730 jump->target = prop->menu; in get_prompt_str()
732 jump->target = location; in get_prompt_str()
735 jump->index = 0; in get_prompt_str()
737 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str()
740 list_add_tail(&jump->entries, head); in get_prompt_str()
747 if (jump && menu == location) in get_prompt_str()
748 jump->offset = strlen(r->s); in get_prompt_str()

Completed in 3 milliseconds