HomeSort by: relevance | last modified time | path
    Searched defs:dtable (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/sort/
init.c 77 static u_char dtable[NBINS], itable[NBINS]; variable in typeref:typename:u_char[]
204 cur_fld->mask = dtable;
412 * itable[] and dtable[] are the masks for -i (ignore non-printables)
445 dtable[i] = 1;

Completed in 10 milliseconds