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

  /src/usr.bin/sort/
init.c 385 * ascii, Rascii, Ftable, and RFtable map
425 RFtable[REC_D] = 255;
434 RFtable[i] = rev_weight;
436 RFtable[tolower(i)] = rev_weight;
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 */
sort.c 99 u_char *const weight_tables[4] = { ascii, Rascii, Ftable, RFtable };
100 u_char ascii[NBINS], Rascii[NBINS], RFtable[NBINS], Ftable[NBINS];

Completed in 178 milliseconds