Home
last modified time | relevance | path

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

/tools/lib/subcmd/
Dhelp.c62 size_t ci, cj, ei; in exclude_cmds() local
65 ci = cj = ei = 0; in exclude_cmds()
66 while (ci < cmds->cnt && ei < excludes->cnt) { in exclude_cmds()
67 cmp = strcmp(cmds->names[ci]->name, excludes->names[ei]->name); in exclude_cmds()
69 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds()
71 ci++, ei++; in exclude_cmds()
76 while (ci < cmds->cnt) in exclude_cmds()
77 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds()