HomeSort by: relevance | last modified time | path
    Searched refs:Rascii (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/sort/
sort.h 165 extern u_char ascii[NBINS], Rascii[NBINS], Ftable[NBINS], RFtable[NBINS];
166 extern u_char *const weight_tables[4]; /* ascii, Rascii, Ftable, RFtable */
init.c 385 * ascii, Rascii, Ftable, and RFtable map
423 Rascii[REC_D] = 255;
431 Rascii[i] = rev_weight;
sort.c 96 * weight tables. Gweights is one of ascii, Rascii..
99 u_char *const weight_tables[4] = { ascii, Rascii, Ftable, RFtable };
100 u_char ascii[NBINS], Rascii[NBINS], RFtable[NBINS], Ftable[NBINS];

Completed in 15 milliseconds