Home
last modified time | relevance | path

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

/tools/bpf/
Dbpf_dbg.c1280 static int list_index, len; in shell_comp_gen() local
1283 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()