Lines Matching defs:fields
50 "[f:skip-fields]#[fields?\afields\a is the number of fields to skip over "
53 "\b--skip-fields\b=\anumber\a.]"
63 "after skipping any specified fields and characters.]"
85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare)
109 if (f = fields)
110 while (f-->0 && cp<ep) /* skip over fields */
250 int fields=0, chars=0, width=-1;
289 fields = opt_info.num;
331 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);