HomeSort by relevance Sort by last modified time
    Searched refs:current_type (Results 1 - 15 of 15) sorted by null

  /external/e2fsprogs/ext2ed/
general_com.c 43 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=NULL; /* There is no type now *
    [all...]
main.c 79 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->type_commands.names [i]))
    [all...]
disk.c 212 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;
win.c 179 if (current_type != NULL)
180 wprintw (show_win,"Type: %s\n",current_type->name);
ext2ed.h 209 extern struct struct_descriptor *current_type;
init.c 63 current_type=NULL; /* No filesystem specific types yet */
170 first_type=last_type=current_type=NULL;
  /external/icu/icu4c/source/test/depstest/
dependencies.py 148 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] = {"type": current_type, "name": current_type
    [all...]
  /external/bison/src/
parse-gram.y 65 static uniqstr current_type = NULL;
423 current_type = NULL;
428 current_type = NULL;
447 symbol_type_set (list->content.sym, current_type, @2);
451 current_type = NULL;
462 /* Nothing. */ { current_type = NULL; }
463 | TYPE { current_type = $1; tag_seen = true; }
503 current_type = $1;
509 symbol_type_set ($1, current_type, @1);
514 symbol_type_set ($1, current_type, @1)
    [all...]
parse-gram.c 141 static uniqstr current_type = NULL; variable
    [all...]
  /external/syslinux/com32/gpllib/
memory.c 247 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/v8/src/compiler/
typer.cc 237 Type* Weaken(Node* node, Type* current_type, Type* previous_type);
    [all...]
simplified-lowering.cc 525 Type* Weaken(Node* node, Type* previous_type, Type* current_type) {
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,
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]
  /external/libpng/contrib/tools/
pngfix.c 1612 current_type(struct file *file, int code) function
    [all...]
  /external/v8/src/asmjs/
asm-typer.cc 1259 AsmType* current_type; local
    [all...]

Completed in 410 milliseconds