Searched refs:RS_DATA (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/librecsort/
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 Drswrite.c209 if(n > 0 && (rs->type&RS_DATA) )
270 n = (rs->type&RS_DATA) ? -w : w;
H A Drecsort.h175 #define RS_DATA 000004 /* sort by key, then by data */ macro
H A Drs-verify.c54 if(cmp == 0 && (rs->type&RS_DATA) ) /* compare by obj->data */
H A Drslist.c237 if((type&RS_UNIQ) || !(type&RS_DATA) )
H A Drsmerge.c486 else if(rs->type&RS_DATA) /* compare by data */
/ast/src/cmd/dsslib/sort/
H A Dsort.c235 state->sortkey->type &= ~RS_DATA;
/ast/src/cmd/sort/
H A Dmain.c532 key->type &= ~RS_DATA;
534 key->type |= RS_DATA;
550 key->type &= ~RS_DATA;
871 key->type |= RS_DATA;
/ast/src/cmd/sortlib/glean/
H A Dglean.c284 key->type &= ~RS_DATA;
/ast/src/cmd/sortlib/sync/
H A Dsync.c620 key->type |= RS_DATA;
623 key->type &= ~RS_DATA;
/ast/src/cmd/sortlib/sum/
H A Dsortsum.c691 key->type &= ~RS_DATA;

Completed in 48 milliseconds