Searched refs:current_type (Results 1 - 13 of 13) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c43 if (current_type!=NULL) {
45 wprintw (show_pad,"Type %s specific commands:\n",current_type->name);max_line++;
47 if (current_type->type_commands.last_command==-1) {
51 for (i=0;i<=current_type->type_commands.last_command;i++) {
55 wprintw (show_pad,"%-13s",current_type->type_commands.names [i]);
116 if (current_type != NULL)
117 for (i=0;i<=current_type->type_commands.last_command;i++) {
118 if (strcmp (current_type->type_commands.names [i],text)==0) {
119 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]);
182 current_type
[all...]
H A Dmain.c79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */ variable in typeref:struct:
345 * current type. The global variable current_type points to the
372 if (current_type != NULL)
374 i<=current_type->type_commands.last_command && !found;
376 if (strcasecmp (command,current_type->type_commands.names [i])==0) {
377 (*current_type->type_commands.callback [i]) (command_line);
473 if (current_type != NULL)
474 for (i=0;i<=current_type->type_commands.last_command;i++) {
475 if (strncmp (current_type->type_commands.names [i],text,len)==0) {
478 return (dupstr (current_type
[all...]
H A Ddisk.c212 if (current_type!=NULL)
213 if (strcmp (current_type->name,"ext2_dir_entry")==0)
214 current_type->length=type_data.u.t_ext2_dir_entry.rec_len;
H A Dwin.c179 if (current_type != NULL)
180 wprintw (show_win,"Type: %s\n",current_type->name);
H A Dext2ed.h209 extern struct struct_descriptor *current_type;
H A Dinit.c63 current_type=NULL; /* No filesystem specific types yet */
170 first_type=last_type=current_type=NULL;
/external/icu/icu4c/source/test/depstest/
H A Ddependencies.py148 current_type = None
153 current_type = "library"
162 current_type = "group"
179 if current_type == "library":
181 elif current_type == "group":
184 elif current_type == "system_symbols":
185 item = items[current_type]
190 current_type = "system_symbols"
191 if current_type in items:
193 item = items[current_type]
[all...]
/external/syslinux/com32/gpllib/
H A Dmemory.c247 unsigned long current_type, last_type; local
356 current_type = 0;
358 if (overlap_list[i]->type > current_type)
359 current_type = overlap_list[i]->type;
361 if (current_type != last_type) {
370 if (current_type != 0) {
372 new_bios[new_bios_entry].type = current_type;
375 last_type = current_type;
/external/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py413 current_type = current_category.get(bug_type, {
418 current_type.update({'bug_count': current_type['bug_count'] + 1})
419 current_category.update({bug_type: current_type})
/external/v8/src/compiler/
H A Dtyper.cc237 Type* Weaken(Node* node, Type* current_type, Type* previous_type);
1161 Type* Typer::Visitor::Weaken(Node* node, Type* current_type, argument
1182 return current_type;
1184 DCHECK(current_type->Maybe(integer));
1186 Type* current_integer = Type::Intersect(current_type, integer, zone());
1197 return current_type;
1231 return Type::Union(current_type,
H A Dsimplified-lowering.cc525 Type* Weaken(Node* node, Type* previous_type, Type* current_type) { argument
529 return current_type;
531 DCHECK(current_type->Maybe(integer));
534 Type::Intersect(current_type, integer, graph_zone());
546 return current_type;
552 return Type::Union(current_type,
/external/libpng/contrib/tools/
H A Dpngfix.c1126 static png_uint_32 current_type(struct file *file, int code);
1154 type = current_type(file, code); /* Gropes in struct chunk and IDAT */
1611 current_type(struct file *file, int code) function
/external/v8/src/asmjs/
H A Dasm-typer.cc1259 AsmType* current_type; local
1260 RECURSE(current_type = ValidateStatement(current));

Completed in 347 milliseconds