Searched refs:cl_pos (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcut.c61 unsigned int cl_pos = 0; local
66 for (; cl_pos < nlists; cl_pos++) {
67 spos = cut_lists[cl_pos].startpos;
74 if (spos > cut_lists[cl_pos].endpos
75 || cut_lists[cl_pos].endpos == NON_RANGE)
80 spos = cut_lists[cl_pos].startpos;
84 if (linenum < spos || cl_pos >= nlists)
92 if (spos > cut_lists[cl_pos].endpos
93 || cut_lists[cl_pos]
[all...]

Completed in 61 milliseconds