Searched refs:list_index (Results 1 – 1 of 1) sorted by relevance
1280 static int list_index, len; in shell_comp_gen() local1283 list_index = 0; in shell_comp_gen()1287 for (; list_index < array_size(cmds); ) { in shell_comp_gen()1288 const char *name = cmds[list_index].name; in shell_comp_gen()1290 list_index++; in shell_comp_gen()