Lines Matching refs:mode
85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare)
91 if(mode&C_FLAG)
161 if(((mode&D_FLAG)&&count==0) || ((mode&U_FLAG)&&count))
248 register int n, mode=0;
262 mode |= C_FLAG;
265 mode |= D_FLAG;
268 mode |= D_FLAG;
287 mode |= U_FLAG;
311 if(all && (mode&C_FLAG))
335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);