Searched defs:last_command (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dext2ed.h85 int last_command; member in struct:struct_commands
/external/valgrind/main/coregrind/
H A Dvgdb.c1888 int last_command,
1920 for (nc = 0; nc <= last_command; nc++) {
2307 int last_command = -1; local
2357 last_command++;
2358 commands[last_command] = vmalloc (1);
2359 commands[last_command][0] = '\0';
2365 if (last_command == -1) {
2367 last_command++;
2368 commands[last_command] = vmalloc (1);
2369 commands[last_command][
1887 standalone_send_commands(int pid, int last_command, char *commands[] ) argument
2447 int last_command; local
[all...]

Completed in 81 milliseconds