Searched refs:noflags (Results 1 – 2 of 2) sorted by relevance
167 int ccd, noflags = 0, i, ileave, flags = 0; in do_single() local208 noflags = 1; in do_single()234 if (noflags == 0) { in do_single()
3360 cut -f 1-5,7-8 -d '|' $1 > $1.noflags3361 sort -k 1,1 -t '|' $1.noflags > $1.sorted3363 comm -13 $1.noflags - |3446 rm $1 $1.noflags $1.sorted $2 INDEX-NOTMATCHING