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

  /src/usr.bin/sort/
fields.c 178 struct column icol, tcol; local in function:enterfield
182 tcol = cur_fld->tcol;
191 if (!tcol.num)
194 if (tcol.indent) {
195 end = tcol.p->start;
198 end += tcol.indent;
201 end = tcol.p->end;
sort.h 87 #define BT 0x40 /* ignore blanks in tcol */
152 struct column tcol; member in struct:field
  /src/sys/dev/raidframe/
rf_map.c 600 RF_RowCol_t tcol, pcol, *diskids, i; local in function:rf_CheckStripeForFailures
632 &tcol, &diskOffset, 0);
633 RF_ASSERT(tcol == diskids[i]);
653 RF_RowCol_t tcol, i; local in function:rf_NumFailedDataUnitsInStripe
670 &tcol, &diskOffset, 0);
671 if (RF_DEAD_DISK(raidPtr->Disks[tcol].status))
  /src/bin/ksh/
vi.c 1787 int tcur, tcol; local in function:rewindow
1792 holdcol1 = holdcol2 = tcol = 0;
1794 if (tcol - holdcol2 > winwidth / 2) {
1798 holdcol2 = tcol;
1800 tcol = newcol((unsigned char) es->cbuf[tcur++], tcol);
1802 while (tcol - holdcol1 > winwidth / 2)
  /src/games/rogue/
rogue.h 235 short trow, tcol; /* target row, col */ member in struct:obj

Completed in 13 milliseconds