Home
last modified time | relevance | path

Searched refs:ncells (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DTRSTable.c100 int ncells; /* number of table cells */ member
290 int last_colspan = me->ncells ? in Stbl_addCellToRow()
291 me->cells[me->ncells - 1].colspan : 1; in Stbl_addCellToRow()
301 me->ncells, s->lineno, s->pending_len, in Stbl_addCellToRow()
303 if (me->ncells == 0) in Stbl_addCellToRow()
310 if (me->ncells == 0 || *ppos == 0) in Stbl_addCellToRow()
315 if (me->ncells > 0 && s->pending_len > 0) { in Stbl_addCellToRow()
317 me->cells[me->ncells - 1].len = s->pending_len; in Stbl_addCellToRow()
324 if (me->ncells == 0 || *ppos == 0) { in Stbl_addCellToRow()
332 if (me->ncells > 0) in Stbl_addCellToRow()
[all …]
DLYStrings.c4084 unsigned ncells = (unsigned) LYstrCells(list[count]); in options_width() local
4086 if (ncells > width) { in options_width()
4087 width = ncells; in options_width()
/mirbsd/src/sys/dev/ic/
Dmidway.c1770 int datalen = 0, dtqneed, len, ncells; local
1863 ncells = launch.need / MID_ATMDATASZ;
1922 launch.tbd1 = MID_TBD_MK1(launch.aal, sc->txspeed[launch.atm_vci], ncells);