Home
last modified time | relevance | path

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

/scripts/
Dgcc-goto.sh11 * Not related to asm goto, but used by jump label
/scripts/kconfig/
Dmenu.c706 struct jump_key *jump = NULL; in get_prompt_str() local
718 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()
727 jump->target = prop->menu; in get_prompt_str()
729 jump->target = location; in get_prompt_str()
732 jump->index = 0; in get_prompt_str()
734 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str()
737 list_add_tail(&jump->entries, head); in get_prompt_str()
744 if (jump && menu == location) in get_prompt_str()
745 jump->offset = strlen(r->s); in get_prompt_str()