Home
last modified time | relevance | path

Searched refs:weight_tables (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/sort/
H A Dsort.h166 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 }; variable
H A Dinit.c200 cur_fld->weights = weight_tables[cur_fld->flags & (R | F)]; in setfield()