Home
last modified time | relevance | path

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

/dports/sysutils/smenu/smenu-0.9.18/
H A Dctxopt.c3721 ll_node_t * opt_inst_node; in ctxopt_analyze() local
3736 opt_inst_node = list->head; in ctxopt_analyze()
3746 opt_inst_node = opt_inst_node->next; in ctxopt_analyze()
3769 while (opt_inst_node != NULL) in ctxopt_analyze()
3771 tmp_opt_inst = opt_inst_node->data; in ctxopt_analyze()
3779 opt_inst_node = opt_inst_node->next; in ctxopt_analyze()
3781 if (opt_inst_node == NULL) in ctxopt_analyze()
4052 ll_node_t * opt_inst_node; in evaluate_ctx_inst() local
4065 if (opt_inst_node == NULL) in evaluate_ctx_inst()
4081 while (opt_inst_node != NULL) in evaluate_ctx_inst()
[all …]