HomeSort by: relevance | last modified time | path
    Searched defs:lweight (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/sort/
fields.c 177 u_char *start, *end, *lineend, *mask, *lweight; local in function:enterfield
214 lweight = cur_fld->weights;
217 *tablepos++ = lweight[*start];
220 /* Add extra byte (absent from lweight) to sort short keys correctly */
221 *tablepos++ = lweight[REC_D];

Completed in 94 milliseconds