Home
last modified time | relevance | path

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

/dports/sysutils/smenu/smenu-0.9.18/
H A Dctxopt.c2758 int same_next_ctx = 0; in init_opts() local
2763 same_next_ctx = 1; in init_opts()
2765 same_next_ctx = 0; in init_opts()
2767 same_next_ctx = 0; in init_opts()
2769 same_next_ctx = strcmp(bst_opt->next_ctx, opt->next_ctx) == 0; in init_opts()
2773 || bst_opt->args != opt->args || !same_next_ctx) in init_opts()