Searched refs:RS_IGNORE (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/librecsort/
H A Drslib.c54 if (!(flags & RS_IGNORE) && kp->keydisc->errorf)
60 if (!(flags & RS_IGNORE) && kp->keydisc->errorf)
66 else if (flags & RS_IGNORE)
H A Drskeydump.c74 sfprintf(sp, "\tmerge=%d reverse=%d stable=%d uniq=%d ignore=%d verbose=%d\n", kp->merge, !!(kp->type & RS_REVERSE), !(kp->type & RS_DATA), !!(kp->type & RS_UNIQ), !!(kp->type & RS_IGNORE), kp->verbose);
H A Drecsort.h176 #define RS_IGNORE 000040 /* rswrite() will be ignored */ macro
/ast/src/cmd/sortlib/sync/
H A Dsync.c167 if ((rs->type & RS_IGNORE) && (disc->events & (RS_SUMMARY|RS_WRITE)))
168 rs->type &= ~RS_IGNORE;
195 c = (ss->copy || !fp->next && (rs->type & RS_IGNORE)) ? RS_DELETE : RS_ACCEPT;
/ast/src/cmd/sort/
H A Dmain.c416 if (!rslib(sp->rec, kp, args, RS_IGNORE) && !style)
1108 key->type |= RS_IGNORE;
1115 key->type |= RS_IGNORE;

Completed in 18 milliseconds