Searched refs:cut_lists (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.c39 static struct cut_list *cut_lists; variable in typeref:struct:cut_list
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;
92 if (spos > cut_lists[cl_pos].endpos
93 || cut_lists[cl_pos].endpos == NON_RANGE) {
98 spos = cut_lists[cl_pos].startpos;
126 spos = cut_lists[cl_pos].startpos;
151 } while (spos <= cut_lists[cl_po
[all...]

Completed in 167 milliseconds