Home
last modified time | relevance | path

Searched refs:last_command (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/
Dvgdb.c939 int last_command, in standalone_send_commands() argument
981 for (nc = 0; nc <= last_command; nc++) { in standalone_send_commands()
1349 int last_command = -1; in parse_options() local
1399 last_command++; in parse_options()
1400 commands[last_command] = vmalloc (1); in parse_options()
1401 commands[last_command][0] = '\0'; in parse_options()
1407 if (last_command == -1) { in parse_options()
1409 last_command++; in parse_options()
1410 commands[last_command] = vmalloc (1); in parse_options()
1411 commands[last_command][0] = '\0'; in parse_options()
[all …]
/external/e2fsprogs/ext2ed/
Dmain.c374 i<=current_type->type_commands.last_command && !found; in dispatch()
385 for (i=0;i<=ext2_commands.last_command && !found;i++) { in dispatch()
396 for (i=0;i<=general_commands.last_command && !found;i++) { in dispatch()
474 for (i=0;i<=current_type->type_commands.last_command;i++) { in complete_command()
485 for (i=0;i<=ext2_commands.last_command;i++) { in complete_command()
496 for (i=0;i<=general_commands.last_command;i++) { in complete_command()
Dinit.c58 general_commands.last_command=-1; /* No commands whatsoever meanwhile */ in init()
59 ext2_commands.last_command=-1; in init()
178 for (i=0;i<=ptr->last_command;i++) { in free_user_commands()
183 ptr->last_command=-1; in free_user_commands()
206 ptr->type_commands.last_command=-1; in add_new_descriptor()
355 num=ptr->last_command; in add_user_command()
361 ptr->last_command=++num; in add_user_command()
Dgeneral_com.c47 if (current_type->type_commands.last_command==-1) { in help()
51 for (i=0;i<=current_type->type_commands.last_command;i++) { in help()
63 if (ext2_commands.last_command != -1) { in help()
65 for (i=0;i<=ext2_commands.last_command;i++) { in help()
79 for (i=0;i<=general_commands.last_command;i++) { in help()
117 for (i=0;i<=current_type->type_commands.last_command;i++) { in detailed_help()
124 for (i=0;i<=ext2_commands.last_command;i++) { in detailed_help()
131 for (i=0;i<=general_commands.last_command;i++) { in detailed_help()
Dext2ed.h81 int last_command; member