Searched refs:ncells (Results 1 – 3 of 3) sorted by relevance
100 int ncells; /* number of table cells */ member290 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 …]
4084 unsigned ncells = (unsigned) LYstrCells(list[count]); in options_width() local4086 if (ncells > width) { in options_width()4087 width = ncells; in options_width()
1770 int datalen = 0, dtqneed, len, ncells; local1863 ncells = launch.need / MID_ATMDATASZ;1922 launch.tbd1 = MID_TBD_MK1(launch.aal, sc->txspeed[launch.atm_vci], ncells);