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

/external/mksh/src/
H A Dedit.c487 struct path_order_info *info, *last_info = NULL; local
496 if (!last_info || info[i].base != last_info->base ||
497 strncmp(words[i], last_info->word, info[i].base) != 0) {
498 last_info = &info[i];

Completed in 351 milliseconds