Lines Matching defs:chars
55 "[s:skip-chars]#[chars?\achars\a is the number of characters to skip over "
60 "equivalent to \b--skip-chars\b=\anumber\a.]"
62 "[w:check-chars]#[chars?\achars\a is the number of characters to compare "
85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare)
117 if (chars)
120 for (f = chars; f; f--)
123 cp += chars;
250 int fields=0, chars=0, width=-1;
293 chars = opt_info.num;
296 chars = opt_info.num;
335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);