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

/ast/src/cmd/sortlib/sync/
H A Dss.c83 #define LEX_JOIN (1<<3) macro
537 * (flags & LEX_JOIN) collapses adjacent fields
586 else if ((flags & LEX_JOIN) && (ep->offset + ep->size) == dp->offset && !dp->value && !ep->value && dp->reverse == ep->reverse)
752 else if ((flags & LEX_JOIN) && (ep->offset + ep->size) == dp->offset && !dp->value && !ep->value && dp->reverse == ep->reverse)
1602 if (options(ss, LEX_JOIN, NiL, &ss->in, 2, &ss->insize))
1687 if (!(fp->out = fields(ss, 2, LEX_JOIN, &fp->size)))
1704 if (options(ss, LEX_JOIN, fp, &fp->out, 2, &fp->size))
1714 if (options(ss, LEX_COPY|LEX_JOIN, NiL, &ss->sort, 4, NiL))

Completed in 42 milliseconds