Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c514 struct path_order_info *info, *last_info = NULL; in x_command_glob() local
523 if (!last_info || info[i].base != last_info->base || in x_command_glob()
524 strncmp(words[i], last_info->word, info[i].base) != 0) { in x_command_glob()
525 last_info = &info[i]; in x_command_glob()