Home
last modified time | relevance | path

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

/dports/sysutils/smenu/smenu-0.9.18/
H A Dctxopt.c287 new_ctx_inst(ctx_t * ctx, ctx_inst_t * prev_ctx_inst);
3013 new_ctx_inst(ctx_t * ctx, ctx_inst_t * prev_ctx_inst) in new_ctx_inst() argument
3027 if (prev_ctx_inst != NULL) in new_ctx_inst()
3042 ctx_inst->prev_ctx_inst = prev_ctx_inst; in new_ctx_inst()
3051 if (prev_ctx_inst == NULL) in new_ctx_inst()
3504 if (ctx_inst->prev_ctx_inst != NULL) in ctxopt_analyze()
3506 ctx_inst = ctx_inst->prev_ctx_inst; in ctxopt_analyze()
3615 if (ctx_inst->prev_ctx_inst == NULL) in ctxopt_analyze()
3669 ctx_inst = ctx_inst->prev_ctx_inst; in ctxopt_analyze()
4072 if (ctx_inst->prev_ctx_inst != NULL) in evaluate_ctx_inst()
[all …]