| /src/external/gpl2/groff/dist/src/preproc/grn/ |
| hdb.cpp | 87 ELT *elist; /* pointer to the file's elements */ local 95 elist = DBInit(); 100 return (elist); 115 return (elist); 197 (void) DBCreateElt(type, plist, brush, size, txt, &elist); 200 return (elist);
|
| /src/usr.bin/rpcgen/ |
| rpc_parse.c | 254 enumval_list *elist; local 264 elist = ALLOC(enumval_list); 265 elist->name = tok.str; 266 elist->assignment = NULL; 270 elist->assignment = tok.str; 273 *tailp = elist; 274 tailp = &elist->next;
|
| /src/external/bsd/byacc/dist/test/btyacc/ |
| btyacc_demo.tab.h | 28 Expr_List *elist; member in union:YYSTYPE
|
| btyacc_demo.tab.c | 160 Expr_List *elist; member in union:YYSTYPE
|
| /src/external/gpl3/gcc/dist/libgfortran/runtime/ |
| environ.c | 273 static exception_t *elist; /* The list of exceptions to the default. This is variable 306 if (unit == elist[mid].unit) 311 else if (unit > elist[mid].unit) 317 if (unit > elist[mid].unit) 446 elist[i].conv |= endian; 448 elist[i].conv = endian; 454 elist[j+1] = elist[j]; 457 elist[i].unit = unit; 459 elist[i].conv |= endian [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
| environ.c | 273 static exception_t *elist; /* The list of exceptions to the default. This is variable 306 if (unit == elist[mid].unit) 311 else if (unit > elist[mid].unit) 317 if (unit > elist[mid].unit) 446 elist[i].conv |= endian; 448 elist[i].conv = endian; 454 elist[j+1] = elist[j]; 457 elist[i].unit = unit; 459 elist[i].conv |= endian [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| cgram.y | 270 elist type_sq cf_spec merge_attribs e2 ecq 386 | C_NAME '(' elist ')' { 1134 elist: { $$ = NULL; } label 1214 | C_NAME '(' elist ')' { 1217 | term '(' elist ')' { $$ = biop($3 ? CALL : UCALL, $1, $3); }
|
| /src/games/gomoku/ |
| gomoku.h | 188 struct elist { struct 189 struct elist *e_next; /* list of completion points */ 222 struct elist *s_empty; /* level n combo completion spots */ 223 struct elist *s_nempty; /* level n+1 combo completion spots */
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| cgram.y | 243 elist type_sq cf_spec merge_attribs 435 | C_NAME '(' elist ')' { 1141 elist: { $$ = NIL; } label 1143 | elist ',' e { $$ = biop(CM, $1, $3); } 1144 | elist ',' cast_type { /* hack for stdarg */ 1246 | C_NAME '(' elist ')' { 1254 | term '(' elist ')' { $$ = biop($3 ? CALL : UCALL, $1, $3); }
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cfganal.cc | 261 struct edge_list *elist; 276 elist = XNEW (struct edge_list); 277 elist->num_edges = num_edges; 278 elist->index_to_edge = XNEWVEC (edge, num_edges); 286 elist->index_to_edge[num_edges++] = e; 288 return elist; 294 free_edge_list (struct edge_list *elist) 296 if (elist) 298 free (elist->index_to_edge); 299 free (elist); 259 struct edge_list *elist; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfganal.cc | 261 struct edge_list *elist; 276 elist = XNEW (struct edge_list); 277 elist->num_edges = num_edges; 278 elist->index_to_edge = XNEWVEC (edge, num_edges); 286 elist->index_to_edge[num_edges++] = e; 288 return elist; 294 free_edge_list (struct edge_list *elist) 296 if (elist) 298 free (elist->index_to_edge); 299 free (elist); 259 struct edge_list *elist; local [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctftools.h | 185 typedef struct elist { struct 188 struct elist *el_next;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-text.cc | 2744 Vector<void*> *elist = dbeGetEntities (0, exp_id, ent_prop_id); local 2745 if (!elist) 2747 Vector<int> *entity_vals = (Vector<int> *) elist->fetch (0); 2748 Vector<char*> *jthr_names = (Vector<char*> *)elist->fetch (1); 2749 Vector<char*> *jthr_g_names = (Vector<char*> *)elist->fetch (2); 2750 Vector<char*> *jthr_p_names = (Vector<char*> *)elist->fetch (3); 2751 Vector<char*> *entity_name = (Vector<char*> *)elist->fetch (4); 2763 destroy (elist);
|
| Dbe.cc | 6408 char *name, *type, *member, *elist; local 6416 member = elist = type = size = offset = elements = scopename = NULL; 6470 elist = sb.toString (); 6515 jvalues->store (7, elist);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-text.cc | 2744 Vector<void*> *elist = dbeGetEntities (0, exp_id, ent_prop_id); local 2745 if (!elist) 2747 Vector<int> *entity_vals = (Vector<int> *) elist->fetch (0); 2748 Vector<char*> *jthr_names = (Vector<char*> *)elist->fetch (1); 2749 Vector<char*> *jthr_g_names = (Vector<char*> *)elist->fetch (2); 2750 Vector<char*> *jthr_p_names = (Vector<char*> *)elist->fetch (3); 2751 Vector<char*> *entity_name = (Vector<char*> *)elist->fetch (4); 2763 destroy (elist);
|
| Dbe.cc | 6408 char *name, *type, *member, *elist; local 6416 member = elist = type = size = offset = elements = scopename = NULL; 6470 elist = sb.toString (); 6515 jvalues->store (7, elist);
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| index-write.c | 681 entry_list &elist = insertpair.first->second; local 682 elist.entries.push_back (entry);
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| index-write.c | 683 entry_list &elist = insertpair.first->second; local 684 elist.entries.push_back (entry);
|