Symbol: elist
crypto/libressl/crypto/engine/eng_cnf.c
211
STACK_OF(CONF_VALUE) *elist;
crypto/libressl/crypto/engine/eng_cnf.c
220
elist = NCONF_get_section(cnf, CONF_imodule_get_value(md));
crypto/libressl/crypto/engine/eng_cnf.c
222
if (!elist) {
crypto/libressl/crypto/engine/eng_cnf.c
227
for (i = 0; i < sk_CONF_VALUE_num(elist); i++) {
crypto/libressl/crypto/engine/eng_cnf.c
228
cval = sk_CONF_VALUE_value(elist, i);
games/gomoku/gomoku.h
204
struct elist *e_next; /* list of completion points */
games/gomoku/gomoku.h
227
struct elist *s_empty; /* level n combo completion spots */
games/gomoku/gomoku.h
228
struct elist *s_nempty; /* level n+1 combo completion spots */
games/gomoku/main.c
365
struct elist *ep;
games/gomoku/pickmove.c
1349
struct elist *ep, *nep;
games/gomoku/pickmove.c
235
struct elist *ep, *nep;
games/gomoku/pickmove.c
362
sp->s_empty = (struct elist *)0;
games/gomoku/pickmove.c
376
sp->s_nempty = (struct elist *)0;
games/gomoku/pickmove.c
547
struct elist *ep, *nep;
games/gomoku/pickmove.c
573
sp->s_nempty = (struct elist *)0;
games/gomoku/pickmove.c
649
struct elist *ep;
games/gomoku/pickmove.c
651
struct elist *nep;
games/gomoku/pickmove.c
792
static struct elist einfo[MAXDEPTH];
games/gomoku/pickmove.c
803
struct elist *ep, *nep;
games/gomoku/pickmove.c
918
nep = (struct elist *)malloc(sizeof(struct elist));
usr.bin/rpcgen/rpc_parse.c
237
enumval_list *elist;
usr.bin/rpcgen/rpc_parse.c
247
elist = XALLOC(enumval_list);
usr.bin/rpcgen/rpc_parse.c
248
elist->name = tok.str;
usr.bin/rpcgen/rpc_parse.c
249
elist->assignment = NULL;
usr.bin/rpcgen/rpc_parse.c
253
elist->assignment = tok.str;
usr.bin/rpcgen/rpc_parse.c
256
*tailp = elist;
usr.bin/rpcgen/rpc_parse.c
257
tailp = &elist->next;
usr.sbin/dconschat/dconschat.c
720
struct kevent elist[NEVENT], *e;
usr.sbin/dconschat/dconschat.c
724
n = kevent(dc->kq, NULL, 0, elist, NEVENT, &dc->to);
usr.sbin/dconschat/dconschat.c
726
e = &elist[i];