Searched refs:STable_rowinfo (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | TRSTable.c | 131 } STable_rowinfo; typedef 147 STable_rowinfo *rows; 148 STable_rowinfo rowspans2eog; 204 static int Stbl_finishCellInRow(STable_rowinfo *me, STable_states *s, int end_td, 253 static void free_rowinfo(STable_rowinfo *me) in free_rowinfo() 280 static int Stbl_addCellToRow(STable_rowinfo *me, STable_cellinfo *colinfo, int ncolinfo, in Stbl_addCellToRow() 513 static int Stbl_reserveCellsInRow(STable_rowinfo *me, int icell, in Stbl_reserveCellsInRow() 549 static int Stbl_finishCellInRow(STable_rowinfo *me, STable_states *s, int end_td, in Stbl_finishCellInRow() 958 STable_rowinfo *rows, *row; in Stbl_reserveCellsInTable() 998 rows = typeRealloc(STable_rowinfo, me->rows, in Stbl_reserveCellsInTable() [all …]
|