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

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

Completed in 120 milliseconds