Searched refs:last_info (Results 1 – 2 of 2) sorted by relevance
154 struct timeval start, last_info = { 0, 0 }; in START_TEST() local197 if (memcmp(&last_info, &info->timestamp, sizeof(struct timeval))) { in START_TEST()199 last_info = info->timestamp; in START_TEST()
518 struct path_order_info *info, *last_info = NULL; in x_command_glob() local527 if (!last_info || info[i].base != last_info->base || in x_command_glob()528 strncmp(words[i], last_info->word, info[i].base) != 0) { in x_command_glob()529 last_info = &info[i]; in x_command_glob()