Lines Matching defs:list
36 "list of positive numbers and ranges. Ranges can be of three "
50 "[b:bytes]:[list?\bcut\b based on a list of byte counts.]"
51 "[c:characters]:[list?\bcut\b based on a list of character counts.]"
54 "[f:fields]:[list?\bcut\b based on fields separated by the delimiter "
100 int list[2]; /* NOTE: must be last member */
162 lp = cut->list;
190 n = 1 + (lp-cut->list)/2;
191 qsort(lp=cut->list,n,2*sizeof(*lp),mycomp);
220 lp = cut->list;
235 error(ERROR_exit(1),"bad list for c/f option");
242 error(ERROR_exit(1),"bad list for c/f option");
250 * cut each line of file <fdin> and put results to <fdout> using list <list>
259 register const int* lp = cut->list;
277 if (!(ncol = skip = *(lp = cut->list)))
363 * cut each line of file <fdin> and put results to <fdout> using list <list>
374 register const int *lp = cut->list;
399 if (nfields = *(lp = cut->list))