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

/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dinit.c386 * ascii, Rascii, Ftable, and RFtable map
426 RFtable[REC_D] = 255;
435 RFtable[i] = rev_weight;
437 RFtable[tolower(i)] = rev_weight;
H A Dsort.h165 extern u_char ascii[NBINS], Rascii[NBINS], Ftable[NBINS], RFtable[NBINS];
166 extern u_char *const weight_tables[4]; /* ascii, Rascii, Ftable, RFtable */
H A Dsort.c99 u_char *const weight_tables[4] = { ascii, Rascii, Ftable, RFtable };
100 u_char ascii[NBINS], Rascii[NBINS], RFtable[NBINS], Ftable[NBINS]; variable

Completed in 101 milliseconds