| /freebsd-10-stable/contrib/gcc/ |
| D | cfganal.c | 341 struct edge_list *elist; in create_edge_list() local 359 elist = XNEW (struct edge_list); in create_edge_list() 360 elist->num_blocks = block_count; in create_edge_list() 361 elist->num_edges = num_edges; in create_edge_list() 362 elist->index_to_edge = XNEWVEC (edge, num_edges); in create_edge_list() 369 elist->index_to_edge[num_edges++] = e; in create_edge_list() 371 return elist; in create_edge_list() 377 free_edge_list (struct edge_list *elist) in free_edge_list() argument 379 if (elist) in free_edge_list() 381 free (elist->index_to_edge); in free_edge_list() [all …]
|
| /freebsd-10-stable/crypto/openssl/crypto/engine/ |
| D | eng_cnf.c | 204 STACK_OF(CONF_VALUE) *elist; in int_engine_module_init() 212 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in int_engine_module_init() 214 if (!elist) { in int_engine_module_init() 220 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in int_engine_module_init() 221 cval = sk_CONF_VALUE_value(elist, i); in int_engine_module_init()
|
| /freebsd-10-stable/contrib/groff/src/preproc/grn/ |
| D | hdb.cpp | 85 ELT *elist; /* pointer to the file's elements */ in DBRead() local 93 elist = DBInit(); in DBRead() 98 return (elist); in DBRead() 113 return (elist); in DBRead() 195 (void) DBCreateElt(type, plist, brush, size, txt, &elist); in DBRead() 198 return (elist); in DBRead()
|
| D | main.cpp | 220 int has_polygon(register ELT *elist); 896 has_polygon(register ELT *elist) in has_polygon() argument 898 while (!DBNullelt(elist)) { in has_polygon() 899 if (elist->type == POLYGON) in has_polygon() 901 elist = DBNextElt(elist); in has_polygon()
|
| /freebsd-10-stable/usr.bin/rpcgen/ |
| D | rpc_parse.c | 248 enumval_list *elist; in def_enum() local 258 elist = XALLOC(enumval_list); in def_enum() 259 elist->name = tok.str; in def_enum() 260 elist->assignment = NULL; in def_enum() 264 elist->assignment = tok.str; in def_enum() 267 *tailp = elist; in def_enum() 268 tailp = &elist->next; in def_enum()
|
| /freebsd-10-stable/contrib/byacc/test/btyacc/ |
| D | btyacc_demo.tab.h | 26 Expr_List *elist; member
|
| D | btyacc_demo.tab.c | 158 Expr_List *elist; member
|
| /freebsd-10-stable/usr.bin/gprof/ |
| D | gprof.c | 97 addlist( elist , *argv ); in main() 101 addlist( elist , *++argv ); in main() 175 addlist( elist , *sp ); in main()
|
| D | printlist.c | 59 struct stringlist *elist = &ehead; variable
|
| D | gprof.h | 246 struct stringlist *elist; variable
|
| D | arcs.c | 826 || ( !fflag && !onlist( elist , childp -> name ) ) ) { in doflags() 836 && onlist( elist , childp -> name ) ) { in doflags()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | ctftools.h | 169 typedef struct elist { struct 172 struct elist *el_next; argument
|
| /freebsd-10-stable/usr.sbin/dconschat/ |
| D | dconschat.c | 890 struct kevent elist[NEVENT], *e; in dconschat_proc_socket() local 894 n = kevent(dc->kq, NULL, 0, elist, NEVENT, &dc->to); in dconschat_proc_socket() 896 e = &elist[i]; in dconschat_proc_socket()
|
| /freebsd-10-stable/contrib/byacc/test/ |
| D | btyacc_demo.y | 39 Expr_List *elist; member
|