elist
STACK_OF(CONF_VALUE) *elist;
elist = NCONF_get_section(cnf, CONF_imodule_get_value(md));
if (!elist) {
for (i = 0; i < sk_CONF_VALUE_num(elist); i++) {
cval = sk_CONF_VALUE_value(elist, i);
struct elist *e_next; /* list of completion points */
struct elist *s_empty; /* level n combo completion spots */
struct elist *s_nempty; /* level n+1 combo completion spots */
struct elist *ep;
struct elist *ep, *nep;
struct elist *ep, *nep;
sp->s_empty = (struct elist *)0;
sp->s_nempty = (struct elist *)0;
struct elist *ep, *nep;
sp->s_nempty = (struct elist *)0;
struct elist *ep;
struct elist *nep;
static struct elist einfo[MAXDEPTH];
struct elist *ep, *nep;
nep = (struct elist *)malloc(sizeof(struct elist));
enumval_list *elist;
elist = XALLOC(enumval_list);
elist->name = tok.str;
elist->assignment = NULL;
elist->assignment = tok.str;
*tailp = elist;
tailp = &elist->next;
struct kevent elist[NEVENT], *e;
n = kevent(dc->kq, NULL, 0, elist, NEVENT, &dc->to);
e = &elist[i];