HomeSort by: relevance | last modified time | path
    Searched defs:menu_item (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
cmd-display-menu.c 291 struct menu_item menu_item; local
342 menu_item.name = name;
343 menu_item.key = key_string_lookup_string(key);
344 menu_item.command = args_string(args, i++);
346 menu_add_item(menu, &menu_item, item, tc, target);
tmux.h 1076 struct menu_item { struct
1083 struct menu_item *items;
3386 mode_tree_swap_cb, void *, const struct menu_item *, const char **,
3575 void menu_add_items(struct menu *, const struct menu_item *,
3578 void menu_add_item(struct menu *, const struct menu_item *,

Completed in 19 milliseconds