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