| /src/usr.bin/sort/ |
| fields.c | 178 struct column icol, tcol; local 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 632 &tcol, &diskOffset, 0); 633 RF_ASSERT(tcol == diskids[i]); 653 RF_RowCol_t tcol, i; local 670 &tcol, &diskOffset, 0); 671 if (RF_DEAD_DISK(raidPtr->Disks[tcol].status))
|
| /src/external/bsd/mdocml/dist/ |
| term.h | 64 struct termp_col *tcol; /* Current table column. */ member in struct:termp
|
| /src/external/bsd/nvi/dist/vi/ |
| v_txt.c | 273 size_t tcol; /* Temporary column. */ local 1346 if (vs_column(sp, &tcol)) 1348 if (tcol >= margin) {
|
| /src/bin/ksh/ |
| vi.c | 1787 int tcur, tcol; local 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
|