Home
last modified time | relevance | path

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

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