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

  /src/usr.bin/sort/
sort.h 80 /* R and F get used to index weight_tables[] */
166 extern u_char *const weight_tables[4]; /* ascii, Rascii, Ftable, RFtable */
init.c 200 cur_fld->weights = weight_tables[cur_fld->flags & (R | F)];
sort.c 99 u_char *const weight_tables[4] = { ascii, Rascii, Ftable, RFtable }; variable in typeref:typename:u_char * const[4]

Completed in 13 milliseconds