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

  /src/usr.bin/sort/
fields.c 148 for (ftpos = fieldtable + 1; ftpos->icol.num; ftpos++) {
178 struct column icol, tcol; local in function:enterfield
181 icol = cur_fld->icol;
184 start = icol.p->start;
188 start += icol.indent;
sort.h 86 #define BI 0x20 /* ignore blanks in icol */
148 * The list terminates when icol = 0.
151 struct column icol; member in struct:field
  /src/usr.sbin/makemandb/
apropos-utils.c 497 int icol; local in function:rank_func
500 for(icol = 1; icol < ncol; icol++) {
510 int nhitcount = phraseinfo[3 * icol];
511 int nglobalhitcount = phraseinfo[3 * icol + 1];
512 int ndocshitcount = phraseinfo[3 * icol + 2];
513 doclen = matchinfo[2 + icol ];
514 double weight = col_weights[icol - 1];

Completed in 22 milliseconds