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

  /src/usr.bin/sort/
fields.c 148 for (ftpos = fieldtable + 1; ftpos->icol.num; ftpos++) {
178 struct column icol, tcol; local
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/external/bsd/mdocml/dist/
out.c 128 int done, icol, maxcol, necol, nxcol, quirkcol; local
154 icol = dp->layout->col;
155 while (maxcol < icol + dp->hspans)
157 col = tbl->cols + icol;
198 while (*gp != NULL && ((*gp)->startcol < icol ||
199 (*gp)->endcol < icol + dp->hspans))
201 if (*gp == NULL || (*gp)->startcol > icol ||
202 (*gp)->endcol > icol + dp->hspans) {
206 g->startcol = icol;
207 g->endcol = icol + dp->hspans
    [all...]
mdoc_man.c 1075 size_t icol; local
1099 for (icol = 0; icol < n->norm->Bl.ncols; icol++)
  /src/usr.sbin/makemandb/
apropos-utils.c 497 int icol; local
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 29 milliseconds