Searched refs:cj (Results 1 – 1 of 1) sorted by relevance
75 size_t ci, cj, ei; in exclude_cmds() local78 ci = cj = ei = 0; in exclude_cmds()82 if (ci == cj) { in exclude_cmds()84 cj++; in exclude_cmds()86 cmds->names[cj++] = cmds->names[ci]; in exclude_cmds()97 if (ci != cj) { in exclude_cmds()99 cmds->names[cj++] = cmds->names[ci]; in exclude_cmds()103 for (ci = cj; ci < cmds->cnt; ci++) in exclude_cmds()105 cmds->cnt = cj; in exclude_cmds()
Completed in 3 milliseconds